Skip to content

Commit 517edc3

Browse files
authored
docs: updated Netlify links for Bootstrap 5 (react-bootstrap#5356)
1 parent 835d397 commit 517edc3

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# React-Bootstrap
22

3-
> [Bootstrap 5][bootstrap] components built with [React][react].
3+
> **[Bootstrap 5][bootstrap]** components built with [React][react].
44
55
[![GitHub Actions CI status][gh-actions-badge]][gh-actions]
66
[![Travis CI Build status][travis-badge]][travis]
@@ -13,7 +13,7 @@
1313

1414
See the [documentation][documentation] with live editable examples and API documention.
1515

16-
To find the documentation for the latest Bootstrap 3 compatible release, [go here](https://react-bootstrap-v3.netlify.com).
16+
To find the documentation for the latest **Bootstrap 4** compatible release, [go here](https://react-bootstrap-v3.netlify.app) and for **Bootstrap 3** [go here](https://react-bootstrap-v3.netlify.app).
1717

1818
### Migrating from Bootstrap 3 to Bootstrap 4
1919

@@ -62,7 +62,7 @@ Yes please! See the [contributing guidelines][contributing] for details.
6262
[codecov]: https://codecov.io/gh/react-bootstrap/react-bootstrap
6363
[discord-badge]: https://img.shields.io/badge/Discord-Join%20chat%20%E2%86%92-738bd7.svg
6464
[discord]: https://discord.gg/0ZcbPKXt5bXLs9XK
65-
[netlify-badge]: https://api.netlify.com/api/v1/badges/91501718-8820-4d69-b7fe-1616eff5914e/deploy-status
66-
[netlify]: https://app.netlify.com/sites/react-bootstrap/deploys
65+
[netlify-badge]: https://api.netlify.com/api/v1/badges/f09d443f-11b2-4454-812b-0645aeaca824/deploy-status
66+
[netlify]: https://app.netlify.com/sites/react-bootstrap-v5/deploys
6767
[gh-actions-badge]: https://github.com/react-bootstrap/react-bootstrap/workflows/CI/badge.svg
6868
[gh-actions]: https://github.com/react-bootstrap/react-bootstrap/actions

www/src/components/NavMain.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,12 @@ function NavMain({ activePage }) {
136136
{config.bootstrapVersion.split('.').slice(0, 2).join('.')})
137137
</Dropdown.Toggle>
138138
<Dropdown.Menu role="menu">
139-
<Dropdown.Item href="https://react-bootstrap-v3.netlify.com">
139+
<Dropdown.Item href="https://react-bootstrap.netlify.app">
140+
v1 (Bootstrap 4)
141+
</Dropdown.Item>
142+
</Dropdown.Menu>
143+
<Dropdown.Menu role="menu">
144+
<Dropdown.Item href="https://react-bootstrap-v3.netlify.app">
140145
v0.32.4 (Bootstrap 3)
141146
</Dropdown.Item>
142147
</Dropdown.Menu>

0 commit comments

Comments
 (0)