From 62f7a6761f5379326f4096232cc864defbb0e673 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Wed, 3 Aug 2016 23:51:50 +0100 Subject: [PATCH] Replace Bootstrap example link The current one is not drop-in anymore --- template/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/README.md b/template/README.md index 7c5f16a0..7a48876d 100644 --- a/template/README.md +++ b/template/README.md @@ -255,7 +255,7 @@ import 'bootstrap/dist/css/bootstrap-theme.css'; import { Navbar, Jumbotron, Button } from 'react-bootstrap'; ``` -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. +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. ### Display Lint Output in the Editor