aboutsummaryrefslogtreecommitdiff
path: root/_includes/docs-navbar.html
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2017-10-05 14:56:34 +0300
committerXhmikosR <[email protected]>2017-10-16 07:47:47 +0300
commitd7aa5e6d93ec75ebbe35e089d8f5a8182e84655a (patch)
treef366402165112a9210d817d2e2abf9123b5ec5a8 /_includes/docs-navbar.html
parentdb487f9845a4406ebe465618e4dd6909f7c903a9 (diff)
downloadbootstrap-d7aa5e6d93ec75ebbe35e089d8f5a8182e84655a.tar.xz
bootstrap-d7aa5e6d93ec75ebbe35e089d8f5a8182e84655a.zip
Use direct links to documentation, getting started and about pages.
The old ones are still being redirected.
Diffstat (limited to '_includes/docs-navbar.html')
-rw-r--r--_includes/docs-navbar.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/_includes/docs-navbar.html b/_includes/docs-navbar.html
index 76435bab7..ecedf7c4d 100644
--- a/_includes/docs-navbar.html
+++ b/_includes/docs-navbar.html
@@ -9,7 +9,7 @@
<a class="nav-link {% if page.layout == "home" %}active{% endif %}" href="{{ site.baseurl }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Bootstrap');">Home</a>
</li>
<li class="nav-item">
- <a class="nav-link {% if page.layout == "docs" %}active{% endif %}" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a>
+ <a class="nav-link {% if page.layout == "docs" %}active{% endif %}" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Docs');">Documentation</a>
</li>
<li class="nav-item">
<a class="nav-link {% if page.title == "Examples" %}active{% endif %}" href="{{ site.baseurl }}/docs/{{ site.docs_version }}/examples/" onclick="ga('send', 'event', 'Navbar', 'Community links', 'Examples');">Examples</a>