diff options
author | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-14 16:54:43 +0100 |
---|---|---|
committer | Stephane Desneux <stephane.desneux@iot.bzh> | 2016-11-14 16:54:43 +0100 |
commit | 76a6c0d3ca4fc1f935b60d1b2848f497e0957113 (patch) | |
tree | adb5cad03a40dced3ec51f696fdac037dc61a85f /conf | |
parent | 9f6e8147b5547927edcb62cacaf99fa236a3b0a5 (diff) |
webdocs: add apis_services section
Change-Id: I29e74d42ee2e19131584acdbd55a787586853617
Signed-off-by: Stephane Desneux <stephane.desneux@iot.bzh>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/AppDefaults.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/AppDefaults.js b/conf/AppDefaults.js index 06699a6..76505b0 100644 --- a/conf/AppDefaults.js +++ b/conf/AppDefaults.js @@ -33,7 +33,7 @@ config = { //GEM_FILE : "Absolute Path to GemFile when not within DOCS_TOOLS directory" - GERRIT_FETCH: "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%;a=blob_plain;f=%source%;hb=%commit%", + GERRIT_FETCH: "https://gerrit.automotivelinux.org/gerrit/gitweb?p=%repo%.git;a=blob_plain;f=%source%;hb=%commit%", LAST: undefined }; |