diff options
| author | XhmikosR <[email protected]> | 2018-04-02 14:55:58 +0300 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2018-04-02 19:19:09 +0300 |
| commit | 10c64bdae867c0dcc808a68af12d551710baea8d (patch) | |
| tree | 5a6774e6e9f7bcced20a31984ae50aecbd4f1f89 /index.html | |
| parent | 95cdfa2a655f028b5e0ede525617261ab2bd62c0 (diff) | |
| download | bootstrap-10c64bdae867c0dcc808a68af12d551710baea8d.tar.xz bootstrap-10c64bdae867c0dcc808a68af12d551710baea8d.zip | |
Fix broken URI fragments and redirects.
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index 140885deb..67f5e9b6d 100644 --- a/index.html +++ b/index.html @@ -45,7 +45,7 @@ gem install bootstrap -v {{ site.current_ruby_version }} {% endhighlight %} <hr class="half-rule"> - <a class="btn btn-outline-primary" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download">Read installation docs</a> + <a class="btn btn-outline-primary" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/download/">Read installation docs</a> </div> <div class="col-12 col-md-4 p-3 p-md-5 bg-light border border-white"> |
