You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/learn/installation.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,7 +41,7 @@ Most pages in the React documentation contain sandboxes like this. Outside of th
41
41
42
42
### Try React locally {/*try-react-locally*/}
43
43
44
-
To try React locally on your computer, [download this HTML page.](https://gist.githubusercontent.com/gaearon/0275b1e1518599bbeafcde4722e79ed1/raw/db72dcbf3384ee1708c4a07d3be79860db04bff0/example.html) Open it in your editor and in your browser!
44
+
To try React locally on your computer, [download this HTML page.](../html/single-file-example.html) Open it in your editor and in your browser!
45
45
46
46
## Start a new React project {/*start-a-new-react-project*/}
0 commit comments