You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by de...@apache.org on 2013/10/01 15:46:43 UTC

[33/50] [abbrv] git commit: updated refs/heads/replicator-redesign to 066d69b

Update Fauxton docs links.


Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/a00c6a48
Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/a00c6a48
Diff: http://git-wip-us.apache.org/repos/asf/couchdb/diff/a00c6a48

Branch: refs/heads/replicator-redesign
Commit: a00c6a48b059f8c48adf56cf7836f639fa7446ec
Parents: a169ab6
Author: Alexander Shorin <kx...@apache.org>
Authored: Fri Sep 27 22:37:48 2013 +0400
Committer: Alexander Shorin <kx...@apache.org>
Committed: Sat Sep 28 08:52:31 2013 +0400

----------------------------------------------------------------------
 src/fauxton/app/helpers.js | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb/blob/a00c6a48/src/fauxton/app/helpers.js
----------------------------------------------------------------------
diff --git a/src/fauxton/app/helpers.js b/src/fauxton/app/helpers.js
index d6ea966..a8e0698 100644
--- a/src/fauxton/app/helpers.js
+++ b/src/fauxton/app/helpers.js
@@ -36,13 +36,13 @@ function() {
   // update the URLs in documentation_urls.js 
   Helpers.docs =  {
     "docs": "http://docs.couchdb.org/en/latest/index.html",
-    "replication_doc": "http://docs.couchdb.org/en/latest/replicator.html#basics",
-    "design_doc": "http://docs.couchdb.org/en/latest/ddocs.html#design-docs",
-    "view_functions": "http://docs.couchdb.org/en/latest/ddocs.html#view-functions",
-    "map_functions": "http://docs.couchdb.org/en/latest/ddocs.html#map-functions",
-    "reduce_functions": "http://docs.couchdb.org/en/latest/ddocs.html#reduce-and-rereduce-functions",
-    "api_reference": "http://docs.couchdb.org/en/latest/api-basics.html?highlight=api",
-    "database_permission": "http://docs.couchdb.org/en/latest/api/database.html#get-db-security"
+    "replication_doc": "http://docs.couchdb.org/en/latest/replication/replicator.html#basics",
+    "design_doc": "http://docs.couchdb.org/en/latest/couchapp/ddocs.html#design-docs",
+    "view_functions": "http://docs.couchdb.org/en/latest/couchapp/ddocs.html#view-functions",
+    "map_functions": "http://docs.couchdb.org/en/latest/couchapp/ddocs.html#map-functions",
+    "reduce_functions": "http://docs.couchdb.org/en/latest/couchapp/ddocs.html#reduce-and-rereduce-functions",
+    "api_reference": "http://docs.couchdb.org/en/latest/http-api.html",
+    "database_permission": "http://docs.couchdb.org/en/latest/api/database/security.html#db-security"
   }; 
   
   Helpers.getDocUrl = function(doc){