Skip to content

Commit e3f39bd

Browse files
committed
docs: fix github link
1 parent d19736a commit e3f39bd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/docs/src/components/export-meta-info.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export default function ExportMetaInfo({ slug: _slug }: ExportMetaInfoProps) {
3838
<div>{humanReadableBrotliSize}</div>
3939
<div className="font-bold">Source Code</div>
4040
<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}/`}
4242
className="underline underline-offset-1"
4343
target="_blank"
4444
rel="noopener noreferrer"

packages/docs/theme.config.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const config: DocsThemeConfig = {
1616
link: 'https://github.com/sukkaw/foxact'
1717
},
1818
i18n: [],
19-
docsRepositoryBase: 'https://github.com/sukkaw/foxact/blob/master/docs/',
19+
docsRepositoryBase: 'https://github.com/SukkaW/foxact/tree/master/packages/docs/',
2020
gitTimestamp() {
2121
return null;
2222
},

0 commit comments

Comments
 (0)