Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ If you want to skip the network interface selection prompt, you can specify the
curl -sfL https://get.quickstack.dev/setup.sh | INSTALL_K3S_INTERFACE=eth0 sh -
```

Visit our [docs](https://quickstack.dev/docs/intro) for more detailed installation instructions:
Visit our [docs](https://quickstack.dev/docs) for more detailed installation instructions:

## Contributing
Contributions are welcome! Further information on how to contribute can be found in the [CONTRIBUTING.md](CONTRIBUTING.md) file.
Expand Down
2 changes: 1 addition & 1 deletion src/app/sidebar-client.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ export function SidebarCient({
<span>QuickStack Website</span>
</DropdownMenuItem>
</Link>
<Link href="https://quickstack.dev/docs/intro" target="_blank">
<Link href="https://quickstack.dev/docs" target="_blank">
<DropdownMenuItem>
<BookOpen />
<span>QuickStack Docs</span>
Expand Down
Loading