summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Shorin <kxepal@apache.org>2013-11-06 20:51:50 +0400
committerAlexander Shorin <kxepal@apache.org>2013-11-06 20:52:12 +0400
commit491d48d6c3e2b6a723579271b0a515230f838dd1 (patch)
tree1cffbeca4e7a1287bb76ee4ea02f88175d86276f
parentd38c68b7dfd06a7811091e7435b129011560c4d7 (diff)
downloadcouchdb-491d48d6c3e2b6a723579271b0a515230f838dd1.tar.gz
Docs: fix api references for intro/security guide
-rw-r--r--share/doc/src/intro/security.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/share/doc/src/intro/security.rst b/share/doc/src/intro/security.rst
index 76d5cb230..4a4b17e51 100644
--- a/share/doc/src/intro/security.rst
+++ b/share/doc/src/intro/security.rst
@@ -65,16 +65,16 @@ identification for certain requests:
- Setup a database security (:put:`PUT /database/_security
</{db}/_security>`)
- Creating a design document (:put:`PUT /database/_design/app
- </{db}/_design/{ddocname}>`)
+ </{db}/_design/{ddoc}>`)
- Updating a design document (:put:`PUT /database/_design/app?rev=1-4E2
- </{db}/_design/{ddocname}>`)
+ </{db}/_design/{ddoc}>`)
- Deleting a design document (:delete:`DELETE /database/_design/app?rev=2-6A7
- </{db}/_design/{ddocname}>`)
+ </{db}/_design/{ddoc}>`)
- Execute a temporary view (:post:`POST /database/_temp_view
</{db}/_temp_view>`)
- Triggering compaction (:post:`POST /database/_compact </{db}/_compact>`)
- Reading the task status list (:get:`GET /_active_tasks </_active_tasks>`)
-- Restarting the server (:post:`:POST /_restart </_restart>`)
+- Restarting the server (:post:`POST /_restart </_restart>`)
- Reading the active configuration (:get:`GET /_config </_config>`)
- Updating the active configuration (:put:`PUT /_config/section/key
</_config/{section}/{key}>`)