This is an automated email from the ASF dual-hosted git repository.
amaranhao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-fauxton.git
The following commit(s) were added to refs/heads/master by this push:
new 93f4842 Fix documentation links in Fauxton (#1040)
93f4842 is described below
commit 93f4842128d50987b9ad0d6d531e4e1cb8894f94
Author: Alexis Côté <[email protected]>
AuthorDate: Wed Jan 3 13:26:37 2018 -0500
Fix documentation links in Fauxton (#1040)
* Fix documentation links in Fauxton
* Set specific version for eslint
---
app/constants.js | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/app/constants.js b/app/constants.js
index e937094..ecb64e3 100644
--- a/app/constants.js
+++ b/app/constants.js
@@ -32,11 +32,11 @@ export default {
GENERAL: '/_utils/docs/intro/api.html#documents',
ALL_DBS:
'/_utils/docs/api/server/common.html?highlight=all_dbs#get--_all_dbs',
REPLICATION: '/_utils/docs/replication/replicator.html#basics',
- DESIGN_DOCS: '/_utils/docs/couchapp/ddocs.html#design-docs',
+ DESIGN_DOCS: '/_utils/docs/ddocs/ddocs.html#design-docs',
DESIGN_DOC_METADATA:
'/_utils/docs/api/ddoc/common.html#api-ddoc-view-index-info',
- VIEW_FUNCS: '/_utils/docs/couchapp/ddocs.html#view-functions',
- MAP_FUNCS: '/_utils/docs/couchapp/ddocs.html#map-functions',
- REDUCE_FUNCS:
'/_utils/docs/couchapp/ddocs.html#reduce-and-rereduce-functions',
+ VIEW_FUNCS: '/_utils/docs/ddocs/ddocs.html#view-functions',
+ MAP_FUNCS: '/_utils/docs/ddocs/ddocs.html#map-functions',
+ REDUCE_FUNCS:
'/_utils/docs/ddocs/ddocs.html#reduce-and-rereduce-functions',
API_REF: '/_utils/docs/http-api.html',
DB_PERMISSION: '/_utils/docs/api/database/security.html#db-security',
STATS: '/_utils/docs/api/server/common.html?highlight=stats#get--_stats',
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].