Skip to content

Commit

Permalink
Merge pull request #8 from DeterminateSystems/fix-badge-link
Browse files Browse the repository at this point in the history
Link GitHub badge to this repo rather than the rendered FlakeHub docs
  • Loading branch information
lucperkins committed Jan 4, 2024
2 parents 6b133db + d75c09b commit 54954c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const config: DocsThemeConfig = {
link: "https://determinate.systems/discord",
},
project: {
link: "https://flakehub.com",
link: "https://github.com/DeterminateSystems/flakehub-docs",
},
useNextSeoProps() {
const { asPath } = useRouter();
Expand Down

0 comments on commit 54954c1

Please sign in to comment.