Skip to content

Commit 38ad857

Browse files
Thomas-SmythTheSharpieOne
authored andcommitted
chore(docs): updated App.js example (reactstrap#986)
1 parent 1b47757 commit 38ad857

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/lib/Home/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ npm install --save reactstrap react react-dom`}
8080
{`import { Button } from 'reactstrap';`}
8181
</PrismCode>
8282
</pre>
83-
<p>Now you are ready to use the imported reactstrap components within your component hierarchy defined in the render method. Here is an example <a href="https://gist.github.com/eddywashere/e13033c0e655ab7cda995f8bc77ce40d" target="_blank"><code>App.js</code></a> redone using reactstrap.</p>
83+
<p>Now you are ready to use the imported reactstrap components within your component hierarchy defined in the render method. Here is an example <a href="https://gist.github.com/Thomas-Smyth/006fd507a7295f17a8473451938f9935" target="_blank"><code>App.js</code></a> redone using reactstrap.</p>
8484
<h2 className="mt-5">CDN</h2>
8585
<p>Reactstrap can be included directly in your application's bundle or excluded during compilation and linked directly to a CDN.</p>
8686
<pre>

0 commit comments

Comments
 (0)