diff options
-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>"); } |