Skip to content

Commit

Permalink
[Documentation] Fix broken links (#24)
Browse files Browse the repository at this point in the history
* chore: fix sidebar links

* chore: fix broken links
  • Loading branch information
kevinanielsen authored Dec 18, 2023
1 parent 01a1fd0 commit ae50efb
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions docs/astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ export default defineConfig({
label: "Guides",
items: [
// Each item here is one entry in the navigation menu.
{ label: "Usage", link: "/go-fast-cdn/guides/usage/" },
{ label: "Hosting", link: "/go-fast-cdn/guides/hosting/" },
{ label: "Usage", link: "/guides/usage/" },
{ label: "Hosting", link: "/guides/hosting/" },
],
},
{
Expand Down
2 changes: 1 addition & 1 deletion docs/src/content/docs/contribution/contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ If that is not possible, you can still help by contributing to the [Documentatio

If you want to report a bug or request a feature, you can go ahead and create a new issue on GitHub, where a template is laid out, and encouraged to be used. If you want to fix a bug or implement a new feature, go ahead and open a pull request with your suggestion.

Please read the [Development Guide](/contribution/development) to learn more about how to develop on this project.
Please read the [Development Guide](/go-fast-cdn/contribution/development) to learn more about how to develop on this project.

## Documentation

Expand Down
4 changes: 2 additions & 2 deletions docs/src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ import { Card, CardGrid } from "@astrojs/starlight/components";
free in a docker container.
</Card>
<Card title="Contribute" icon="pen">
[Contribute](/contribution/contributing) to this project. All help is
welcome - Translation, bug fixing, testing, enhancements etc.
[Contribute](/go-fast-cdn/contribution/contributing) to this project. All
help is welcome - Translation, bug fixing, testing, enhancements etc.
</Card>
</CardGrid>

0 comments on commit ae50efb

Please sign in to comment.