2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03:00

Fix a few links.

* fix `/versions/` link
* add missing trailing slashes
* fix a couple of redirects
This commit is contained in:
XhmikosR
2018-10-13 13:07:23 +03:00
parent d2c6e237e4
commit 7749b91130
4 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -78,6 +78,6 @@ gem install bootstrap -v {{ site.current_ruby_version }}
</p>
<img class="img-fluid mt-3 mx-auto" src="{{ site.baseurl }}/docs/{{ site.docs_version }}/assets/img/bootstrap-themes.png" alt="Bootstrap Themes" width="1024" height="388">
<hr class="half-rule">
<a href="{{ site.themes }}" class="btn btn-outline-primary">Browse themes</a>
<a href="{{ site.themes }}/" class="btn btn-outline-primary">Browse themes</a>
</div>
</div>