From: Art Cancro Date: Tue, 3 Apr 2012 22:01:21 +0000 (-0400) Subject: Change some of the broken links pointing to www.citadel.org X-Git-Tag: v8.11~108^2 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=5334b5b7a2cabb38106a47e7aa3310e98d2d381b Change some of the broken links pointing to citadel.org --- diff --git a/citadel/control.c b/citadel/control.c index bd4136635..1e469b489 100644 --- a/citadel/control.c +++ b/citadel/control.c @@ -329,7 +329,7 @@ long get_new_room_number(void) * Get or set global configuration options * * IF YOU ADD OR CHANGE FIELDS HERE, YOU *MUST* DOCUMENT YOUR CHANGES AT: - * http://www.citadel.org/doku.php/documentation:appproto:system_config + * http://www.citadel.org/doku.php?id=documentation:applicationprotocol * */ void cmd_conf(char *argbuf) diff --git a/citadel/database.c b/citadel/database.c index 38be23f88..26cce1633 100644 --- a/citadel/database.c +++ b/citadel/database.c @@ -396,7 +396,7 @@ void open_databases(void) if (ret) { syslog(LOG_EMERG, "db_open[%02x]: %s\n", i, db_strerror(ret)); if (ret == ENOMEM) { - syslog(LOG_EMERG, "You may need to tune your database; please read http://www.citadel.org/doku.php/faq:troubleshooting:out_of_lock_entries for more information.\n"); + syslog(LOG_EMERG, "You may need to tune your database; please read http://www.citadel.org/doku.php?id=faq:troubleshooting:out_of_lock_entries for more information."); } syslog(LOG_EMERG, "exit code %d\n", ret); exit(CTDLEXIT_DB); @@ -889,7 +889,7 @@ void cdb_trunc(int cdb) } else { syslog(LOG_EMERG, "cdb_truncate(%d): %s\n", cdb, db_strerror(ret)); if (ret == ENOMEM) { - syslog(LOG_EMERG, "You may need to tune your database; please read http://www.citadel.org/doku.php/faq:troubleshooting:out_of_lock_entries for more information."); + syslog(LOG_EMERG, "You may need to tune your database; please read http://www.citadel.org/doku.php?id=faq:troubleshooting:out_of_lock_entries for more information."); } exit(CTDLEXIT_DB); } diff --git a/citadel/serv_extensions.c b/citadel/serv_extensions.c index c091c6588..40ab17c77 100644 --- a/citadel/serv_extensions.c +++ b/citadel/serv_extensions.c @@ -86,7 +86,7 @@ ConstStr ErrGeneral[] = { {HKEY("To make both ways actualy take place restart the citserver with \"sendcommand down\"\n\n" "The errors returned by the system were:\n")}, {HKEY("You can recheck the above if you follow this faq item:\n" - "http://www.citadel.org/doku.php/faq:mastering_your_os:net#netstat")} + "http://www.citadel.org/doku.php?id=faq:mastering_your_os:net#netstat")} }; ConstStr ErrPortShort = { HKEY("We couldn't bind all ports you configured to be provided by citadel server.\n")}; diff --git a/citadel/sysdep.c b/citadel/sysdep.c index 8f71b7ea4..2b83270c0 100644 --- a/citadel/sysdep.c +++ b/citadel/sysdep.c @@ -1095,7 +1095,7 @@ void checkcrash(void) "factor.\n \n" " You can obtain more information about this by enabling core dumps.\n \n" " For more information, please see:\n \n" - " http://citadel.org/doku.php/faq:mastering_your_os:gdb#how.do.i.make.my.system.produce.core-files" + " http://citadel.org/doku.php?id=faq:mastering_your_os:gdb#how.do.i.make.my.system.produce.core-files" "\n \n" " If you have already done this, the core dump is likely to be found at %score.%d\n"