popojargo closed pull request #1115: Fix offline documentation links
URL: https://github.com/apache/couchdb-fauxton/pull/1115
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/app/constants.js b/app/constants.js
index 66fdc2e96..f14d58742 100644
--- a/app/constants.js
+++ b/app/constants.js
@@ -28,24 +28,24 @@ export default {
// documentation URLs
DOC_URLS: {
- GENERAL:'./docs/intro/api.html#documents',
- ALL_DBS:'./docs/api/server/common.html?highlight=all_dbs#get--_all_dbs',
- REPLICATION:'./docs/replication/replicator.html#basics',
- DESIGN_DOCS:'./docs/ddocs/ddocs.html#design-docs',
- DESIGN_DOC_METADATA:'./docs/api/ddoc/common.html#api-ddoc-view-index-info',
- VIEW_FUNCS:'./docs/ddocs/ddocs.html#view-functions',
- MAP_FUNCS:'./docs/ddocs/ddocs.html#map-functions',
- REDUCE_FUNCS:'./docs/ddocs/ddocs.html#reduce-and-rereduce-functions',
- API_REF:'./docs/http-api.html',
- DB_PERMISSION:'./docs/api/database/security.html#db-security',
- STATS:'./docs/api/server/common.html?highlight=stats#get--_stats',
- ACTIVE_TASKS:'./docs/api/server/common.html?highlight=stats#active-tasks',
- LOG:'./docs/api/server/common.html?highlight=stats#log',
- CONFIG:'./docs/config/index.html',
- VIEWS:'./docs/intro/overview.html#views',
- MANGO_INDEX:'./docs/intro/api.html#documents',
- MANGO_SEARCH:'./docs/intro/api.html#documents',
-
CHANGES:'./docs/api/database/changes.html?highlight=changes#post--db-_changes',
- SETUP: './docs/cluster/setup.html#the-cluster-setup-wizard'
+ 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/ddocs/ddocs.html#design-docs',
+
DESIGN_DOC_METADATA:'./_utils/docs/api/ddoc/common.html#api-ddoc-view-index-info',
+ 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',
+
ACTIVE_TASKS:'./_utils/docs/api/server/common.html?highlight=stats#active-tasks',
+ LOG:'./_utils/docs/api/server/common.html?highlight=stats#log',
+ CONFIG:'./_utils/docs/config/index.html',
+ VIEWS:'./_utils/docs/intro/overview.html#views',
+ MANGO_INDEX:'./_utils/docs/intro/api.html#documents',
+ MANGO_SEARCH:'./_utils/docs/intro/api.html#documents',
+
CHANGES:'./_utils/docs/api/database/changes.html?highlight=changes#post--db-_changes',
+ SETUP: './_utils/docs/cluster/setup.html#the-cluster-setup-wizard'
}
};
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services