Change some of the broken links pointing to www.citadel.org
authorArt Cancro <ajc@uncensored.citadel.org>
Tue, 3 Apr 2012 22:01:21 +0000 (18:01 -0400)
committerArt Cancro <ajc@uncensored.citadel.org>
Tue, 3 Apr 2012 22:01:21 +0000 (18:01 -0400)
citadel/control.c
citadel/database.c
citadel/serv_extensions.c
citadel/sysdep.c

index bd4136635249f803e3388a9cb251b41c367f98a2..1e469b489ef84178f4466574a9ad5d2b780e1d11 100644 (file)
@@ -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)
index 38be23f882247efb1164c2d7d47e2d5c3510b2f2..26cce16330682e5b5c24f94ed4956bf2166916c7 100644 (file)
@@ -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);
                        }
index c091c65882779dac0b2a1645c5ca2aa45bcdc56c..40ab17c77d94912fa516fefc65b50f71df332932 100644 (file)
@@ -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")};
index 8f71b7ea41ec3c4a09882d727ed3454ca417f308..2b83270c01c7d1e10fb0f5036c9be522aba084a7 100644 (file)
@@ -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"