diff options
| author | XhmikosR <[email protected]> | 2019-09-02 12:21:42 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-09-02 12:21:42 +0300 |
| commit | edf7923c8f04b436291c0c2b8e405be7ae3f6ab1 (patch) | |
| tree | 93632b8dec2aac2f32afd671425547766b2e63f3 | |
| parent | 919b526f17a08cefba51c42b831c922adecb4a9f (diff) | |
| download | bootstrap-edf7923c8f04b436291c0c2b8e405be7ae3f6ab1.tar.xz bootstrap-edf7923c8f04b436291c0c2b8e405be7ae3f6ab1.zip | |
Fix a few redirected links. (#29352)
| -rw-r--r-- | site/content/docs/4.3/getting-started/build-tools.md | 2 | ||||
| -rw-r--r-- | site/layouts/partials/home/masthead-followup.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/site/content/docs/4.3/getting-started/build-tools.md b/site/content/docs/4.3/getting-started/build-tools.md index 2439b125e..60b99959c 100644 --- a/site/content/docs/4.3/getting-started/build-tools.md +++ b/site/content/docs/4.3/getting-started/build-tools.md @@ -42,7 +42,7 @@ Our [package.json]({{< param repo >}}/blob/v{{< param current_version >}}/packag <code>npm run dist</code> </td> <td> - Creates the <code>dist/</code> directory with compiled files. Requires <a href="https://sass-lang.com">Sass</a>, <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a>, and <a href="https://github.com/terser-js/terser">terser</a>. + Creates the <code>dist/</code> directory with compiled files. Requires <a href="https://sass-lang.com/">Sass</a>, <a href="https://github.com/postcss/autoprefixer">Autoprefixer</a>, and <a href="https://github.com/terser/terser">terser</a>. </td> </tr> <tr> diff --git a/site/layouts/partials/home/masthead-followup.html b/site/layouts/partials/home/masthead-followup.html index 56ad94958..7a5bb7f0a 100644 --- a/site/layouts/partials/home/masthead-followup.html +++ b/site/layouts/partials/home/masthead-followup.html @@ -21,7 +21,7 @@ </div> <h2 class="display-4">BootstrapCDN</h2> <p class="lead lead-lg mw-md-75 mx-auto"> - Use the <a href="https://bootstrapcdn.com/">BootstrapCDN</a> to deliver fast, cached, and compiled versions of Bootstrap’s CSS and JavaScript. No jQuery is required, but don't forget to include Popper.js for some components. + Use the <a href="https://www.bootstrapcdn.com/">BootstrapCDN</a> to deliver fast, cached, and compiled versions of Bootstrap’s CSS and JavaScript. No jQuery is required, but don't forget to include Popper.js for some components. </p> <a class="btn btn-lg btn-outline-primary mb-4" href="/docs/{{ .Site.Params.docs_version }}/layout/overview/">Explore the docs</a> <div class="text-left mx-md-5 px-md-5"> |
