diff --git a/README.md b/README.md index 0e7a74d..e80db71 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Documentation for users and developers can be found on Note that Moonraker does not come bundled with a client, you will need to install one. The following clients are currently available: -- [Mainsail](https://github.com/meteyou/mainsail) by Meteyou +- [Mainsail](https://github.com/mainsail-crew/mainsail) by Meteyou - [Fluidd](https://github.com/fluidd-core/fluidd) by Cadriel - [KlipperScreen](https://github.com/jordanruthe/KlipperScreen) by jordanruthe - [mooncord](https://github.com/eliteSchwein/mooncord) by eliteSchwein diff --git a/docs/configuration.md b/docs/configuration.md index 7f259b7..9595a23 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -588,7 +588,7 @@ type: web repo: # This is the GitHub repo of the client, in the format of user/client. # For example, this could be set to fluidd-core/fluidd to update Fluidd or -# meteyou/mainsail to update Mainsail. This parameter must be provided. +# mainsail-crew/mainsail to update Mainsail. This parameter must be provided. path: # The path to the client's files on disk. This parameter must be provided. persistent_files: diff --git a/docs/installation.md b/docs/installation.md index 38b2dba..0bb54f9 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -138,7 +138,7 @@ When the script completes it should start both Moonraker and Klipper. In `webhooks client : Client info {'program': 'Moonraker', 'version': ''}` Now you may install a client, such as -[Mainsail](https://github.com/meteyou/mainsail) or +[Mainsail](https://github.com/mainsail-crew/mainsail) or [Fluidd](https://github.com/cadriel/fluidd). !!! Note diff --git a/docs/web_api.md b/docs/web_api.md index bb6f808..93819ab 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -514,7 +514,7 @@ included. "update_manager static debian moonraker": {}, "update_manager client mainsail": { "type": "web", - "repo": "meteyou/mainsail", + "repo": "mainsail-crew/mainsail", "path": "~/mainsail", "persistent_files": null },