about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorDavid Honour <david@foolswood.co.uk>2016-04-21 14:20:34 +0000
committerDavid Honour <david@foolswood.co.uk>2016-04-21 14:20:34 +0000
commit5da50a71f44326fad93efe5e2fa0ea36f077cffa (patch)
tree1acdb65d30e06de64d67c5017338ed76558c6b43
parent15fb6084f5e67d7b88be9c4e51e720c8be2eb404 (diff)
downloadxombrero-5da50a71f44326fad93efe5e2fa0ea36f077cffa.tar.gz
Update wiki links
-rw-r--r--README.md2
-rw-r--r--about.c2
-rw-r--r--xombrero.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 57a18cb..c6983f7 100644
--- a/README.md
+++ b/README.md
@@ -12,7 +12,7 @@ settings provide a secure environment. With simple keyboard commands,
 the user can "whitelist" specific sites, allowing cookies and scripts
 from those sites.
 
-For more information, please visit https://opensource.conformal.com/wiki/xombrero
+For more information, please visit https://github.com/conformal/xombrero/wiki
 
 ## GPG Verification Key
 
diff --git a/about.c b/about.c
index e6d688e..6077ead 100644
--- a/about.c
+++ b/about.c
@@ -1257,7 +1257,7 @@ xtp_page_ab(struct tab *t, struct karg *args)
 	    "<li>David Hill &lt;dhill@mindcry.org&gt;</li>"
 	    "</ul>"
 	    "Copyrights and licenses can be found on the xombrero "
-	    "<a href=\"https://opensource.conformal.com/wiki/xombrero\">website</a>"
+	    "<a href=\"https://github.com/conformal/xombrero/wiki\">website</a>"
 	    "</p>",
 #ifdef XOMBRERO_BUILDSTR
 	    version, XOMBRERO_BUILDSTR,
diff --git a/xombrero.c b/xombrero.c
index 35d3911..39ccf32 100644
--- a/xombrero.c
+++ b/xombrero.c
@@ -8473,7 +8473,7 @@ welcome(void)
 {
 	startpage_add("<b>Welcome to xombrero %s!</b><p>", version);
 	startpage_add("Details at "
-	    "<a href=https://opensource.conformal.com/wiki/xombrero>xombrero "
+	    "<a href=https://github.com/conformal/xombrero/wiki>xombrero "
 	    "wiki page</a><p>");
 }