repo: uritools action: commit revision: path_from: revision_from: 7f92814f2200657a58b68bf2ff0376550446d42e: path_to: revision_to:
commit 7f92814f2200657a58b68bf2ff0376550446d42e Author: epochDate: Tue Oct 19 07:41:56 2021 +0000 xkcd was missing a trailing / diff --git a/urnresolve b/urnresolve
--- 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-----