Skip to content

Commit 7928b56

Browse files
committed
point docs github link to stable branch
1 parent fbac62b commit 7928b56

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/pages/Cases.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ export default class Cases extends React.Component {
3636
如果你想提交作品,或是要求修改、删除这里列出的应用,请提出
3737
<a
3838
target="_blank"
39-
href="https://github.com/reactnativecn/react-native.cn/blob/master/docs/cases/cases.json"
39+
href="https://github.com/reactnativecn/react-native.cn/blob/stable/docs/cases/cases.json"
4040
>
4141
Pull Request
4242
</a>

src/pages/docs/Page.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export default class Page extends React.Component {
8787
const title = content && curr && curr.subject || '';
8888

8989
const gitLink = content && curr &&
90-
`https://github.com/reactnativecn/react-native.cn/tree/master/docs/docs/${params.version}/${curr.mdlink}.md`;
90+
`https://github.com/reactnativecn/react-native.cn/tree/stable/docs/docs/${params.version}/${curr.mdlink}.md`;
9191

9292
return (
9393
<div>

0 commit comments

Comments
 (0)