Skip to content

Commit

Permalink
fix: replace incorrect web links
Browse files Browse the repository at this point in the history
  • Loading branch information
iamshabell committed Dec 10, 2023
1 parent 3ea6bac commit 56b667e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/theme.config.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import { DocsThemeConfig } from 'nextra-theme-docs'
const config: DocsThemeConfig = {
logo: <span>MaruPay</span>,
project: {
link: 'https://github.com/marupay',
link: 'https://github.com/iamshabell/marupay',
},
docsRepositoryBase: 'https://github.com/marupay',
docsRepositoryBase: 'https://github.com/iamshabell//marupay',
footer: {
text: 'MaruPay Docs',
},
Expand Down

0 comments on commit 56b667e

Please sign in to comment.