repo: uritools
action: commit
revision: 
path_from: 
revision_from: 7f92814f2200657a58b68bf2ff0376550446d42e:
path_to: 
revision_to: 
git.thebackupbox.net
uritools
git clone git://git.thebackupbox.net/uritools
commit 7f92814f2200657a58b68bf2ff0376550446d42e
Author: epoch 
Date:   Tue Oct 19 07:41:56 2021 +0000

    xkcd was missing a trailing /

diff --git a/urnresolve b/urnresolve
index 1af43040872d4cf3616c7b891b4e2a4e7ad4f2c1..
index ..fc777a492d90597e75e517a51242f0fa78f4973b 100755
--- a/urnresolve
+++ b/urnresolve
@@ -26,7 +26,7 @@ if [ "$nid" = "ietf" ];then
 fi

 if [ "$nid" = "xkcd" ];then
-  echo "https://xkcd.com/${nss}"
+  echo "https://xkcd.com/${nss}/"
 fi

 if [ "$nid" = "mitre" ];then

-----END OF PAGE-----