@@ -173,7 +173,7 @@ export default class App extends PureComponent {
173
173
const version = VERSION ; // eslint-disable-line
174
174
return (
175
175
< div className = { styles . App } >
176
- < GitHubCorners fixed target = "__blank" zIndex = { 10 } href = "https://github.com/uiwjs/react-markdown-preview " />
176
+ < GitHubCorners fixed target = "__blank" zIndex = { 10 } href = "https://github.com/uiwjs/react-codemirror " />
177
177
< header className = { styles . AppHeader } >
178
178
< img src = { logo } className = { styles . AppLogo } alt = "logo" />
179
179
< h1 className = { styles . AppTitle } > React-CodeMirror < sup > v{ version } </ sup > </ h1 >
@@ -202,12 +202,12 @@ export default class App extends PureComponent {
202
202
/>
203
203
< MarkdownPreview className = { styles . markdown } source = { DocumentStr . replace ( / ( [ \s \S ] * ) < ! - - d i v i d i n g - - > / , '' ) } />
204
204
< div className = { styles . footer } >
205
- < Github user = "uiwjs" repo = "react-markdown-preview " >
206
- < Github . Social type = "forks" href = "https://github.com/uiwjs/react-markdown-preview " />
207
- < Github . Social type = "stars" href = "https://github.com/uiwjs/react-markdown-preview /stargazers" />
208
- < Github . Social type = "watchers" href = "https://github.com/uiwjs/react-markdown-preview /watchers" />
205
+ < Github user = "uiwjs" repo = "react-codemirror " >
206
+ < Github . Social type = "forks" href = "https://github.com/uiwjs/react-codemirror " />
207
+ < Github . Social type = "stars" href = "https://github.com/uiwjs/react-codemirror /stargazers" />
208
+ < Github . Social type = "watchers" href = "https://github.com/uiwjs/react-codemirror /watchers" />
209
209
</ Github >
210
- < Npm . Version scope = "@uiw" packageName = "react-shields" href = "https://www.npmjs.com/package/@uiw/react-markdown-preview " />
210
+ < Npm . Version scope = "@uiw" packageName = "react-shields" href = "https://www.npmjs.com/package/@uiw/react-codemirror " />
211
211
</ div >
212
212
</ div >
213
213
) ;
0 commit comments