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 @@ -38,7 +38,7 @@ export default function ExportMetaInfo({ slug: _slug }: ExportMetaInfoProps) {
38
38
< div > { humanReadableBrotliSize } </ div >
39
39
< div className = "font-bold" > Source Code</ div >
40
40
< a
41
- href = { `https://github.com/SukkaW/foxact/tree /master/src/${ slug } /` }
41
+ href = { `https://github.com/SukkaW/foxact/blob /master/packages/foxact /src/${ slug } /` }
42
42
className = "underline underline-offset-1"
43
43
target = "_blank"
44
44
rel = "noopener noreferrer"
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ const config: DocsThemeConfig = {
16
16
link : 'https://github.com/sukkaw/foxact'
17
17
} ,
18
18
i18n : [ ] ,
19
- docsRepositoryBase : 'https://github.com/sukkaw /foxact/blob /master/docs/' ,
19
+ docsRepositoryBase : 'https://github.com/SukkaW /foxact/tree /master/packages /docs/' ,
20
20
gitTimestamp ( ) {
21
21
return null ;
22
22
} ,
You can’t perform that action at this time.
0 commit comments