From 2095dda1d69f293f6f43e72d11c7b0403ba51076 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 30 Oct 2020 09:15:33 +0200 Subject: [PATCH 1/2] Fix redirect --- site/content/docs/5.0/getting-started/build-tools.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/getting-started/build-tools.md b/site/content/docs/5.0/getting-started/build-tools.md index d403bc60a1d7..7d5cb51aa942 100644 --- a/site/content/docs/5.0/getting-started/build-tools.md +++ b/site/content/docs/5.0/getting-started/build-tools.md @@ -8,7 +8,7 @@ toc: true ## Tooling setup -Bootstrap uses [npm scripts](https://docs.npmjs.com/misc/scripts) for its build system. Our [package.json]({{< param repo >}}/blob/v{{< param current_version >}}/package.json) includes convenient methods for working with the framework, including compiling code, running tests, and more. +Bootstrap uses [npm scripts](https://docs.npmjs.com/misc/scripts/) for its build system. Our [package.json]({{< param repo >}}/blob/v{{< param current_version >}}/package.json) includes convenient methods for working with the framework, including compiling code, running tests, and more. To use our build system and run our documentation locally, you'll need a copy of Bootstrap's source files and Node. Follow these steps and you should be ready to rock: From 7604f9145b75ef5f58dbc164e308310c0a0c81f9 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Fri, 30 Oct 2020 09:20:59 +0200 Subject: [PATCH 2/2] forms/validation.md: fix redirect --- site/content/docs/5.0/forms/validation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/docs/5.0/forms/validation.md b/site/content/docs/5.0/forms/validation.md index e01d369b08c0..215638e4f1cb 100644 --- a/site/content/docs/5.0/forms/validation.md +++ b/site/content/docs/5.0/forms/validation.md @@ -22,7 +22,7 @@ Here's how form validation works with Bootstrap: - To reset the appearance of the form (for instance, in the case of dynamic form submissions using AJAX), remove the `.was-validated` class from the `
` again after submission. - As a fallback, `.is-invalid` and `.is-valid` classes may be used instead of the pseudo-classes for [server-side validation](#server-side). They do not require a `.was-validated` parent class. - Due to constraints in how CSS works, we cannot (at present) apply styles to a `