Skip to content

Commit f0bd01a

Browse files
authored
fixing the download link aksakalli#15
1 parent a00a0f1 commit f0bd01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ redirect_from: /docs/index.html
1010
Let's say you have a username/organisation `my-org` and project `my-proj`; if you locate Jekyll source under `docs` folder of master branch in your repo `github.com/my-org/my-proj`, the website will be served on `my-org.github.io/my-proj`.
1111
The good thing about coupling your documentation with the source repo is, whenever you merge features with regarding content to master branch, it will also be published on the webpage instantly.
1212

13-
1. Just download the source from [github.com/aksakalli/jekyll-doc-theme](https://github.com/aksakalli/jekyll-doc-theme/master) into your repo under `docs` folder.
13+
1. Just [download the source](https://github.com/aksakalli/jekyll-doc-theme/archive/gh-pages.zip) into your repo under `docs` folder.
1414
2. Edit site settings in `_config.yml` file according to your project. !!! `baseurl` should be your website's relative URI like `/my-proj` !!!
1515
3. Replace `favicon.ico` and `img/logonav.png` with your own logo.
1616

0 commit comments

Comments
 (0)