aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-01-28 21:38:12 +0200
committerXhmikosR <[email protected]>2019-01-29 17:21:11 +0200
commitbe5d3de1d6e5afd26f77b42bec9ceacf2e861135 (patch)
tree7d70dbe7adb97d45a1c6070c17c212f7ed8416b1
parenta93c71832b56d9ef04031949ef87a137f57cc31d (diff)
downloadbootstrap-be5d3de1d6e5afd26f77b42bec9ceacf2e861135.tar.xz
bootstrap-be5d3de1d6e5afd26f77b42bec9ceacf2e861135.zip
Add missing trailing slash.
-rw-r--r--site/docs/4.2/examples/album/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/docs/4.2/examples/album/index.html b/site/docs/4.2/examples/album/index.html
index 2f143e26d..31f0702ef 100644
--- a/site/docs/4.2/examples/album/index.html
+++ b/site/docs/4.2/examples/album/index.html
@@ -202,6 +202,6 @@ extra_css: "album.css"
<a href="#">Back to top</a>
</p>
<p>Album example is &copy; Bootstrap, but please download and customize it for yourself!</p>
- <p>New to Bootstrap? <a href="{{ site.url }}">Visit the homepage</a> or read our <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/">getting started guide</a>.</p>
+ <p>New to Bootstrap? <a href="{{ site.url }}/">Visit the homepage</a> or read our <a href="{{ site.baseurl }}/docs/{{ site.docs_version }}/getting-started/introduction/">getting started guide</a>.</p>
</div>
</footer>