Skip to content

Commit da06c23

Browse files
cchanxzyiansu
authored andcommitted
Update readme gif links (#7849)
1 parent 07470fd commit da06c23

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see your app.<br>
2323
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
2424

2525
<p align='center'>
26-
<img src='https://cdn.rawgit.com/facebook/create-react-app/27b42ac/screencast.svg' width='600' alt='npm start'>
26+
<img src='https://cdn.jsdelivr.net/gh/facebook/create-react-app@27b42ac7efa018f2541153ab30d63180f5fa39e0/screencast.svg' width='600' alt='npm start'>
2727
</p>
2828

2929
### Get Started Immediately
@@ -104,7 +104,7 @@ The page will automatically reload if you make changes to the code.<br>
104104
You will see the build errors and lint warnings in the console.
105105

106106
<p align='center'>
107-
<img src='https://cdn.rawgit.com/marionebl/create-react-app/9f62826/screencast-error.svg' width='600' alt='Build errors'>
107+
<img src='https://cdn.jsdelivr.net/gh/marionebl/create-react-app@9f6282671c54f0874afd37a72f6689727b562498/screencast-error.svg' width='600' alt='Build errors'>
108108
</p>
109109

110110
### `npm test` or `yarn test`

docusaurus/docs/getting-started.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Then open [http://localhost:3000/](http://localhost:3000/) to see your app.
2323
When you’re ready to deploy to production, create a minified bundle with `npm run build`.
2424

2525
<p align='center'>
26-
<img src='https://cdn.rawgit.com/facebook/create-react-app/27b42ac/screencast.svg' width='600' alt='npm start' />
26+
<img src='https://cdn.jsdelivr.net/gh/facebook/create-react-app@27b42ac7efa018f2541153ab30d63180f5fa39e0/screencast.svg' width='600' alt='npm start' />
2727
</p>
2828

2929
### Get Started Immediately
@@ -118,7 +118,7 @@ Runs the app in development mode. Open [http://localhost:3000](http://localhost:
118118
The page will automatically reload if you make changes to the code. You will see the build errors and lint warnings in the console.
119119

120120
<p align='center'>
121-
<img src='https://cdn.rawgit.com/marionebl/create-react-app/9f62826/screencast-error.svg' width='600' alt='Build errors' />
121+
<img src='https://cdn.jsdelivr.net/gh/marionebl/create-react-app@9f6282671c54f0874afd37a72f6689727b562498/screencast-error.svg' width='600' alt='Build errors' />
122122
</p>
123123

124124
### `npm test` or `yarn test`

0 commit comments

Comments
 (0)