Skip to content

Commit

Permalink
docs: fixed links leading to React Bootstrap (#2394)
Browse files Browse the repository at this point in the history
  • Loading branch information
PKulkoRaccoonGang committed Jun 23, 2023
1 parent 57ddebf commit 7e18a61
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 19 deletions.
2 changes: 1 addition & 1 deletion docs/decisions/0009-usage-of-react-bootstrap.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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/
2 changes: 1 addition & 1 deletion src/Alert/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/> <a href="https://react-bootstrap.github.io/components/alerts/" target="_blank" rel="noopener noreferrer"> See React-Bootstrap for additional documentation.</a>
This component utilizes and extends the `Alert` component from react-bootstrap.<br/> <a href="https://react-bootstrap-v4.netlify.app/components/alerts/" target="_blank" rel="noopener noreferrer"> See React-Bootstrap for additional documentation.</a>

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion src/Badge/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Badges are composed of text and an accompanying indicator color, and are typical

<p>
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/badge/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/badge/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for additional documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Button/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.<br/> <a href="https://react-bootstrap.github.io/components/buttons/" target="_blank" rel="noopener noreferrer"> See React-Bootstrap for additional documentation. </a>
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.<br/> <a href="https://react-bootstrap-v4.netlify.app/components/buttons/" target="_blank" rel="noopener noreferrer"> See React-Bootstrap for additional documentation. </a>

## Core Buttons

Expand Down
2 changes: 1 addition & 1 deletion src/Button/button-group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ notes: |

<p className="lead">
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/button-group/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/button-group/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Card/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <br/> <a href="https://react-bootstrap.github.io/components/cards/" target="_blank" rel="noopener noreferrer">See React-Bootstrap for additional documentation.</a>
This component uses a `Card` from react-bootstrap as a base component and extends it with additional subcomponents. <br/> <a href="https://react-bootstrap-v4.netlify.app/components/cards/" target="_blank" rel="noopener noreferrer">See React-Bootstrap for additional documentation.</a>

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion src/Carousel/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ notes: |

<p className="lead">
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/carousel/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/carousel/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Container/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ notes: |
---

The base container to contain, pad, and center content in the viewport. This component extends the React-Bootstrap `Container`.<br/> <a href="https://react-bootstrap.github.io/layout/grid/" target="_blank" rel="noopener noreferrer">See React-Bootstrap for more documentation.</a>
The base container to contain, pad, and center content in the viewport. This component extends the React-Bootstrap `Container`.<br/> <a href="https://react-bootstrap-v4.netlify.app/layout/grid/" target="_blank" rel="noopener noreferrer">See React-Bootstrap for more documentation.</a>

## Basic Usage

Expand Down
2 changes: 1 addition & 1 deletion src/Dropdown/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ notes: |

<p className="lead">
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/dropdowns/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/dropdowns/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Figure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ notes: |

<p className="lead">
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/docs/components/figures" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/figures/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Form/input-group.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ notes: |

<p className="lead">
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/input-group/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/input-group/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
1 change: 1 addition & 0 deletions src/Hyperlink/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ notes: |
<Hyperlink destination="https://www.edx.org">
<Icon
id="SampleIcon"
src={Add}
className="fa fa-book"
screenReaderText="Visit edX Home"
/>
Expand Down
2 changes: 1 addition & 1 deletion src/Image/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ notes: |

<p className="lead">
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/images/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/images/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Nav/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Navigation bits in Bootstrap all share a general ``Nav`` component and styles. S

<p>
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/navs/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/navs/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for additional documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Navbar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A powerful, responsive navigation header, the navbar. Includes support for brand

<p>
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/navbar/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/navbar/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Overlay/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ This component is used to power Tooltips and Popovers.

<p>
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/overlays/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/overlays/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for additional documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/ProgressBar/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A bar to indicate the completed progress of a task.

<p>
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/progress" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/progress/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Spinner/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ A spinning animation that indicates loading.

<p>
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/spinners" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/spinners/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/Tabs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ notes: |

<p>
This is a pass through component from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/cards/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/components/tabs/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down
2 changes: 1 addition & 1 deletion www/src/pages/foundations/layout.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Paragon's layout is controlled by the Bootstrap grid system. Documentation can b

<p>
These components are pass throughs from React-Bootstrap.<br/>
<a href="https://react-bootstrap.github.io/components/layout/" target="_blank" rel="noopener noreferrer">
<a href="https://react-bootstrap-v4.netlify.app/layout/grid/" target="_blank" rel="noopener noreferrer">
See React-Bootstrap for documentation.
</a>
</p>
Expand Down

0 comments on commit 7e18a61

Please sign in to comment.