Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: broken README link to Pi imager #231

Merged
merged 1 commit into from
Jun 1, 2023
Merged
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
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ Learn more about:

## How to install MainsailOS ?

You can find detailed instructions in our [documentation](https://docs.mainsail.xyz/setup/mainsail-os).
You can find detailed instructions in our [documentation](https://docs-os.mainsail.xyz).

We recommend the installation via [Raspberry Pi Imager](https://docs.mainsail.xyz/setup/mainsailos/pi-imager).
We recommend the installation via [Raspberry Pi Imager](https://docs-os.mainsail.xyz/getting-started/raspberry-pi-os-based).

## How to get help?

Expand All @@ -34,9 +34,9 @@ Also see the [FAQ](#faq) section.

Here a list of included and preinstalled Software:

- [Klipper (3D Printer Firmware)](https://github.com/KevinOConnor/klipper)
- [Klipper (3D Printer Firmware)](https://github.com/Klipper3d/klipper)
- [Moonraker (API Web Server for Klipper)](https://github.com/Arksine/moonraker)
- [Mainsail (Web interface for Klipper/Moonraker)](https://github.com/meteyou/mainsail)
- [Mainsail (Web interface for Klipper/Moonraker)](https://github.com/mainsail-crew/mainsail)
- [Crowsnest (Webcam streaming)](https://github.com/mainsail-crew/crowsnest)
- [Sonar (Keepalive daemon)](https://github.com/mainsail-crew/sonar)
- [Nginx (Webserver & Proxy)](https://nginx.org/en/)
Expand Down