File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ export default class Cases extends React.Component {
36
36
如果你想提交作品,或是要求修改、删除这里列出的应用,请提出
37
37
< a
38
38
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"
40
40
>
41
41
Pull Request
42
42
</ a >
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ export default class Page extends React.Component {
87
87
const title = content && curr && curr . subject || '' ;
88
88
89
89
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` ;
91
91
92
92
return (
93
93
< div >
You can’t perform that action at this time.
0 commit comments