Skip to content

Commit e401a08

Browse files
committed
chore: Upgrade website url.
1 parent 45fa03c commit e401a08

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

website/App.js

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ export default class App extends PureComponent {
173173
const version = VERSION; // eslint-disable-line
174174
return (
175175
<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" />
177177
<header className={styles.AppHeader}>
178178
<img src={logo} className={styles.AppLogo} alt="logo" />
179179
<h1 className={styles.AppTitle}>React-CodeMirror <sup>v{version}</sup></h1>
@@ -202,12 +202,12 @@ export default class App extends PureComponent {
202202
/>
203203
<MarkdownPreview className={styles.markdown} source={DocumentStr.replace(/([\s\S]*)<!--dividing-->/, '')} />
204204
<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" />
209209
</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" />
211211
</div>
212212
</div>
213213
);

0 commit comments

Comments
 (0)