Skip to content

Commit 6b2a484

Browse files
authored
Replace Bootstrap example link
The current one is not drop-in anymore
1 parent a7f9016 commit 6b2a484

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ import 'bootstrap/dist/css/bootstrap-theme.css';
275275
import { Navbar, Jumbotron, Button } from 'react-bootstrap';
276276
```
277277

278-
Now you are ready to use the imported React Bootstrap components within your component hierarchy defined in the render method. Here is an example [`App.js`](https://github.com/manavsehgal/react-eshop/blob/master/src/App.js) redone using React Bootstrap.
278+
Now you are ready to use the imported React Bootstrap components within your component hierarchy defined in the render method. Here is an example [`App.js`](https://gist.githubusercontent.com/gaearon/85d8c067f6af1e56277c82d19fd4da7b/raw/6158dd991b67284e9fc8d70b9d973efe87659d72/App.js) redone using React Bootstrap.
279279

280280
### Display Lint Output in the Editor
281281

0 commit comments

Comments
 (0)