diff --git a/content/docs/add-react-to-a-website.md b/content/docs/add-react-to-a-website.md index 8639dc45..85e04208 100644 --- a/content/docs/add-react-to-a-website.md +++ b/content/docs/add-react-to-a-website.md @@ -68,7 +68,7 @@ The first two tags load React. The third one will load your component code. Create a file called `like_button.js` next to your HTML page. -Open this [this starter code](https://cdn.rawgit.com/gaearon/0b180827c190fe4fd98b4c7f570ea4a8/raw/b9157ce933c79a4559d2aa9ff3372668cce48de7/LikeButton.js) and paste it into the file you created. +Open [this starter code](https://cdn.rawgit.com/gaearon/0b180827c190fe4fd98b4c7f570ea4a8/raw/b9157ce933c79a4559d2aa9ff3372668cce48de7/LikeButton.js) and paste it into the file you created. >Tip >