diff --git a/docs/decisions/0009-usage-of-react-bootstrap.rst b/docs/decisions/0009-usage-of-react-bootstrap.rst
index 594c9cee27..e7d233d5de 100644
--- a/docs/decisions/0009-usage-of-react-bootstrap.rst
+++ b/docs/decisions/0009-usage-of-react-bootstrap.rst
@@ -93,4 +93,4 @@ Following this decision there will be a pull request containing 18 components th
References
----------
-* https://react-bootstrap.github.io/
+* https://react-bootstrap-v4.netlify.app/
diff --git a/src/Alert/README.md b/src/Alert/README.md
index 8bf11c1a73..6a19bae3e6 100644
--- a/src/Alert/README.md
+++ b/src/Alert/README.md
@@ -21,7 +21,7 @@ Alerts offer four severity levels that set a distinctive icon and color:
- **Success**: used for success messages
- **Danger**: used to communicate problems that have to be resolved immediately
-This component utilizes and extends the `Alert` component from react-bootstrap.
See React-Bootstrap for additional documentation.
+This component utilizes and extends the `Alert` component from react-bootstrap.
See React-Bootstrap for additional documentation.
## Basic Usage
diff --git a/src/Badge/README.md b/src/Badge/README.md
index f271e88186..2d7b608914 100644
--- a/src/Badge/README.md
+++ b/src/Badge/README.md
@@ -19,7 +19,7 @@ Badges are composed of text and an accompanying indicator color, and are typical
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for additional documentation.
diff --git a/src/Button/README.md b/src/Button/README.md
index 3cf3d4fcee..55a1ef69a8 100644
--- a/src/Button/README.md
+++ b/src/Button/README.md
@@ -12,7 +12,7 @@ notes: |
TODO: Remove subcomponent of deprecated implementation soon
---
-This component utilizes `Button` from React-Bootstrap and extends it with an ability to add icons before and after button label, see [below](#with-icons-before-or-after) for usage example.
See React-Bootstrap for additional documentation.
+This component utilizes `Button` from React-Bootstrap and extends it with an ability to add icons before and after button label, see [below](#with-icons-before-or-after) for usage example.
See React-Bootstrap for additional documentation.
## Core Buttons
diff --git a/src/Button/button-group.mdx b/src/Button/button-group.mdx
index 7b46be28d8..07c1d88d89 100644
--- a/src/Button/button-group.mdx
+++ b/src/Button/button-group.mdx
@@ -15,7 +15,7 @@ notes: |
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Card/README.md b/src/Card/README.md
index 5ea83bbe88..c8c23c7546 100644
--- a/src/Card/README.md
+++ b/src/Card/README.md
@@ -26,7 +26,7 @@ notes: |
`Card` supports `vertical` and `horizontal` orientation which is controlled by `CardContext`, see examples below.
-This component uses a `Card` from react-bootstrap as a base component and extends it with additional subcomponents.
See React-Bootstrap for additional documentation.
+This component uses a `Card` from react-bootstrap as a base component and extends it with additional subcomponents.
See React-Bootstrap for additional documentation.
## Basic Usage
diff --git a/src/Carousel/README.md b/src/Carousel/README.md
index ebca5a7478..b1b0f43136 100644
--- a/src/Carousel/README.md
+++ b/src/Carousel/README.md
@@ -16,7 +16,7 @@ notes: |
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Container/README.md b/src/Container/README.md
index 711feb68e2..de2bdab76c 100644
--- a/src/Container/README.md
+++ b/src/Container/README.md
@@ -12,7 +12,7 @@ notes: |
---
-The base container to contain, pad, and center content in the viewport. This component extends the React-Bootstrap `Container`.
See React-Bootstrap for more documentation.
+The base container to contain, pad, and center content in the viewport. This component extends the React-Bootstrap `Container`.
See React-Bootstrap for more documentation.
## Basic Usage
diff --git a/src/Dropdown/README.md b/src/Dropdown/README.md
index 661514ae34..2968939888 100644
--- a/src/Dropdown/README.md
+++ b/src/Dropdown/README.md
@@ -20,7 +20,7 @@ notes: |
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Figure/README.md b/src/Figure/README.md
index 541edebaa1..9e33fe284c 100644
--- a/src/Figure/README.md
+++ b/src/Figure/README.md
@@ -14,7 +14,7 @@ notes: |
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Form/input-group.mdx b/src/Form/input-group.mdx
index 0a79a5ead3..d4bcf1e9a8 100644
--- a/src/Form/input-group.mdx
+++ b/src/Form/input-group.mdx
@@ -14,7 +14,7 @@ notes: |
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Hyperlink/README.md b/src/Hyperlink/README.md
index 93f9db5130..d3ef064f1e 100644
--- a/src/Hyperlink/README.md
+++ b/src/Hyperlink/README.md
@@ -58,6 +58,7 @@ notes: |
diff --git a/src/Image/README.md b/src/Image/README.md
index a8c5bd8f3b..f98c79a5c0 100644
--- a/src/Image/README.md
+++ b/src/Image/README.md
@@ -15,7 +15,7 @@ notes: |
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Nav/README.md b/src/Nav/README.md
index a5af730ea6..c9f0e71770 100644
--- a/src/Nav/README.md
+++ b/src/Nav/README.md
@@ -19,7 +19,7 @@ Navigation bits in Bootstrap all share a general ``Nav`` component and styles. S
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for additional documentation.
diff --git a/src/Navbar/README.md b/src/Navbar/README.md
index dccb39a18f..5f85ba35d4 100644
--- a/src/Navbar/README.md
+++ b/src/Navbar/README.md
@@ -18,7 +18,7 @@ A powerful, responsive navigation header, the navbar. Includes support for brand
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Overlay/README.md b/src/Overlay/README.md
index f057a63b5c..82d2ed8b4d 100644
--- a/src/Overlay/README.md
+++ b/src/Overlay/README.md
@@ -19,7 +19,7 @@ This component is used to power Tooltips and Popovers.
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for additional documentation.
diff --git a/src/ProgressBar/README.md b/src/ProgressBar/README.md
index 4744f87102..2a0ec266f8 100644
--- a/src/ProgressBar/README.md
+++ b/src/ProgressBar/README.md
@@ -17,7 +17,7 @@ A bar to indicate the completed progress of a task.
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Spinner/README.md b/src/Spinner/README.md
index 4da9368c9d..1c5c50ac06 100644
--- a/src/Spinner/README.md
+++ b/src/Spinner/README.md
@@ -17,7 +17,7 @@ A spinning animation that indicates loading.
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/src/Tabs/README.md b/src/Tabs/README.md
index ec056fd7d9..b314d4d792 100644
--- a/src/Tabs/README.md
+++ b/src/Tabs/README.md
@@ -15,7 +15,7 @@ notes: |
This is a pass through component from React-Bootstrap.
-
+
See React-Bootstrap for documentation.
diff --git a/www/src/pages/foundations/layout.mdx b/www/src/pages/foundations/layout.mdx
index 358d16afda..45a1a6e0f3 100644
--- a/www/src/pages/foundations/layout.mdx
+++ b/www/src/pages/foundations/layout.mdx
@@ -18,7 +18,7 @@ Paragon's layout is controlled by the Bootstrap grid system. Documentation can b
These components are pass throughs from React-Bootstrap.
-
+
See React-Bootstrap for documentation.