Skip to content

Commit

Permalink
Fix Installation link in Footer.js
Browse files Browse the repository at this point in the history
It previously linked to guide/standalone which no longer exists. Changed link to guide/general.
  • Loading branch information
tech-6 committed Nov 23, 2024
1 parent e774b46 commit 7864f55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reposilite-site/components/layout/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ const link = (title, url) =>

const guideLinks = [
link('Getting Started', '/guide/about'),
link('Installation', '/guide/standalone'),
link('Installation', 'guide/general'),
link('Plugins', '/plugin'),
link('Developer API', '/guide/sources'),
]
Expand Down

0 comments on commit 7864f55

Please sign in to comment.