From 8b00f3a47a5589198427e8cf98518abc958d115e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Hugo=20H=C3=B6rnquist?= <hugo@lysator.liu.se>
Date: Mon, 6 Jun 2022 22:45:13 +0200
Subject: [PATCH] Update source to point to directories.

---
 date-button/index.js         | 3 ++-
 reddit-hide-sidebar/index.js | 4 ++--
 2 files changed, 4 insertions(+), 3 deletions(-)

diff --git a/date-button/index.js b/date-button/index.js
index 9b0d913..42fd661 100644
--- a/date-button/index.js
+++ b/date-button/index.js
@@ -1,12 +1,13 @@
 // ==UserScript==
 // @name        Date Button
 // @namespace   http://hugo.hornquist.se
-// @version     0.1
+// @version     0.1.1
 // @author      hugo@lysator.liu.se
 // @match       *
 // @description Inputs the current date into the current text field.
 // @updateURL   https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/date-button/index.js
 // @downloadURL https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/date-button/index.js
+// @source      https://git.lysator.liu.se/hugo/web-monkey-scripts/-/tree/master/date-button
 // @grant       GM_getValue
 // @grant       GM_setValue
 // @grant       GM_addStyle
diff --git a/reddit-hide-sidebar/index.js b/reddit-hide-sidebar/index.js
index 6a7b914..87147d6 100644
--- a/reddit-hide-sidebar/index.js
+++ b/reddit-hide-sidebar/index.js
@@ -1,14 +1,14 @@
 // ==UserScript==
 // @name         old.reddit hide sidebar
 // @namespace    http://hugo.hornquist.se
-// @version      1.1.1
+// @version      1.1.2
 // @description  Adds toggle to hide Reddit sidebar
 // @author       hugo@lysator.liu.se
 // @match        https://*.reddit.com/*
 // @match        https://old.reddit.com/*
 // @match        https://www.reddit.com/r/*/wiki/*
 // @match        https://np.reddit.com/*
-// @source       https://git.lysator.liu.se/hugo/web-monkey-scripts/-/blob/master/reddit-hide-sidebar/index.js
+// @source       https://git.lysator.liu.se/hugo/web-monkey-scripts/-/tree/master/reddit-hide-sidebar
 // @updateURL    https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/reddit-hide-sidebar/index.js
 // @downloadURL  https://git.lysator.liu.se/hugo/web-monkey-scripts/raw/master/reddit-hide-sidebar/index.js
 // ==/UserScript==
-- 
GitLab