Skip to content

Commit

Permalink
docs: fix contributing link
Browse files Browse the repository at this point in the history
  • Loading branch information
maxnowack committed Dec 16, 2024
1 parent c942095 commit 349afe7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/.vitepress/config.mts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { createRequire } from 'module'

const require = createRequire(import.meta.url)
const pkg = require('../../packages/base/core/package.json')
console.log(pkg);

// https://vitepress.dev/reference/site-config
export default withMermaid({
Expand All @@ -27,7 +26,7 @@ export default withMermaid({
},
{
text: 'Contributing',
link: 'https://github.com/maxnowack/signaldb/blob/main/.github/contributing.md'
link: 'https://github.com/maxnowack/signaldb/blob/main/CONTRIBUTING.md'
},
],
},
Expand Down

0 comments on commit 349afe7

Please sign in to comment.