diff options
author | Marco Peereboom <marco@peereboom.us> | 2016-04-21 14:02:22 -0500 |
---|---|---|
committer | Marco Peereboom <marco@peereboom.us> | 2016-04-21 14:02:22 -0500 |
commit | 80a5f808f9d12d29c334e3ffda8869bf2ecd1457 (patch) | |
tree | 1acdb65d30e06de64d67c5017338ed76558c6b43 | |
parent | 15fb6084f5e67d7b88be9c4e51e720c8be2eb404 (diff) | |
parent | 5da50a71f44326fad93efe5e2fa0ea36f077cffa (diff) | |
download | xombrero-80a5f808f9d12d29c334e3ffda8869bf2ecd1457.tar.gz |
Merge pull request #133 from foolswood/correct_wiki_link
Update wiki links
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | about.c | 2 | ||||
-rw-r--r-- | xombrero.c | 2 |
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 <dhill@mindcry.org></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>"); } |