]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix doc link for furnace user-admin webapp
authorJon Harper <jon.harper87@gmail.com>
Sun, 3 Nov 2013 13:28:17 +0000 (14:28 +0100)
committerJon Harper <jon.harper87@gmail.com>
Sun, 3 Nov 2013 14:19:20 +0000 (15:19 +0100)
basis/furnace/auth/auth-docs.factor
extra/webapps/user-admin/user-admin-docs.factor

index b81edbd2bb344457fabb68b784abe2e87c67c2d1..6e468efba5ed52e381f8a0533a9f72f9f3f57caa 100644 (file)
@@ -196,7 +196,7 @@ $nl
 "Authentication realms can be adorned with additional functionality."
 { $subsections "furnace.auth.features" }
 "An administration tool."
-{ $subsections "furnace.auth.user-admin" }
+{ $subsections "webapps.user-admin" }
 "A concrete example."
 { $subsections "furnace.auth.example" } ;
 
index 35ff60cdb59596696ca21f6d246db98dc1f6acb9..6be1c79f7be0289d887e8bf74210ddf64c8c2522 100644 (file)
@@ -13,7 +13,7 @@ HELP: make-admin
 { $values { "username" string } }
 { $description "Makes an existing user into an administrator by giving them the " { $link can-administer-users? } " capability, thus allowing them to use the user admin tool." } ;
 
-ARTICLE: "furnace.auth.user-admin" "Furnace user administration tool"
+ARTICLE: "webapps.user-admin" "Furnace user administration tool"
 "The " { $vocab-link "webapps.user-admin" } " vocabulary implements a web application for adding, removing and editing users in authentication realms that use " { $link "furnace.auth.providers.db" } "."
 { $subsections <user-admin> }
 "Access to the web app itself is protected, and only users having an administrative capability can access it:"