diff options
| author | XhmikosR <[email protected]> | 2019-01-28 21:38:12 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2019-01-29 17:21:11 +0200 |
| commit | be5d3de1d6e5afd26f77b42bec9ceacf2e861135 (patch) | |
| tree | 7d70dbe7adb97d45a1c6070c17c212f7ed8416b1 /site/docs | |
| parent | a93c71832b56d9ef04031949ef87a137f57cc31d (diff) | |
| download | bootstrap-be5d3de1d6e5afd26f77b42bec9ceacf2e861135.tar.xz bootstrap-be5d3de1d6e5afd26f77b42bec9ceacf2e861135.zip | |
Add missing trailing slash.
Diffstat (limited to 'site/docs')
| -rw-r--r-- | site/docs/4.2/examples/album/index.html | 2 |
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 © 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> |
