Skip to content

Commit 62f7a67

Browse files
committed
Replace Bootstrap example link
The current one is not drop-in anymore
1 parent 946fd01 commit 62f7a67

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
@@ -255,7 +255,7 @@ import 'bootstrap/dist/css/bootstrap-theme.css';
255255
import { Navbar, Jumbotron, Button } from 'react-bootstrap';
256256
```
257257

258-
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.
258+
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.
259259

260260
### Display Lint Output in the Editor
261261

0 commit comments

Comments
 (0)