summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorSoreine <soreine.plume@gmail.com>2016-03-02 11:28:41 +0100
committerSoreine <soreine.plume@gmail.com>2016-03-03 16:39:17 +0100
commit200e0c58c9808c24a605ea91199e0e8143f3b10c (patch)
tree62e7d02e20e25e59457f8bb3552451f095041441 /docs
parente67286c51d96d88ffb8d279dbfd41f3a32de7ce0 (diff)
downloadgitbook-200e0c58c9808c24a605ea91199e0e8143f3b10c.zip
gitbook-200e0c58c9808c24a605ea91199e0e8143f3b10c.tar.gz
gitbook-200e0c58c9808c24a605ea91199e0e8143f3b10c.tar.bz2
More precise git url ?
Diffstat (limited to 'docs')
-rw-r--r--docs/templating/conrefs.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templating/conrefs.md b/docs/templating/conrefs.md
index 7844e9c..4eb6e0b 100644
--- a/docs/templating/conrefs.md
+++ b/docs/templating/conrefs.md
@@ -21,7 +21,7 @@ GitBook can also resolve the include path by using git:
The format of git url is:
```
-git+https://user@hostname/project/blah.git/file#commit-ish
+git+https://user@hostname/owner/project.git/file#commit-ish
```
The real git url part should finish with `.git`, the filename to import is extracted after the `.git` till the fragment of the url.