This is an automated email from the ASF dual-hosted git repository.

acote 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 8f5553f  Fix offline documentation links (#1116)
8f5553f is described below

commit 8f5553fc8f4d4a0a133ed00367253d992558f246
Author: Alexis Côté <[email protected]>
AuthorDate: Fri Aug 3 10:10:21 2018 -0400

    Fix offline documentation links (#1116)
---
 app/addons/documentation/components.js | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/app/addons/documentation/components.js 
b/app/addons/documentation/components.js
index b2fe310..f6cbdd8 100644
--- a/app/addons/documentation/components.js
+++ b/app/addons/documentation/components.js
@@ -11,7 +11,6 @@
 // the License.
 
 import React from "react";
-import Helpers from '../../helpers';
 
 const docLinks = [
   {
@@ -21,7 +20,7 @@ const docLinks = [
   },
   {
     title: 'CouchDB Official Documentation — Offline',
-    link: Helpers.getServerUrl('/docs/index.html'),
+    link: './docs/index.html',
     iconClassName: 'couchdb-icon'
   },
   {

Reply via email to