MDL-28135 general Updating all hardcoded "docs.moodle.org/en/Development:" type doc links to "docs.moodle.org/dev/"

This commit is contained in:
Aparup Banerjee
2011-07-05 15:16:55 +08:00
parent d64baeceb2
commit 63e8936bb1
394 changed files with 415 additions and 415 deletions
+1 -1
View File
@@ -1289,7 +1289,7 @@ class global_navigation extends navigation_node {
}
// If the user is not logged in modify the navigation structure as detailed
// in {@link http://docs.moodle.org/en/Development:Navigation_2.0_structure}
// in {@link http://docs.moodle.org/dev/Navigation_2.0_structure}
if (!isloggedin()) {
$activities = clone($this->rootnodes['site']->children);
$this->rootnodes['site']->remove();