From 7ff126a56eea896bf6d7f9b67eeb1eeeac965968 Mon Sep 17 00:00:00 2001 From: Pedro Lamas Date: Sun, 7 Nov 2021 10:54:54 +0000 Subject: [PATCH] docs: updates to new Fluidd repo address Signed-off-by: Pedro Lamas --- docs/configuration.md | 2 +- docs/web_api.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/configuration.md b/docs/configuration.md index a9508e2..87ccb48 100644 --- a/docs/configuration.md +++ b/docs/configuration.md @@ -464,7 +464,7 @@ type: web # "prerelease" on GitHub. This parameter must be provided. repo: # This is the GitHub repo of the client, in the format of user/client. -# For example, this could be set to cadriel/fluidd to update Fluidd or +# For example, this could be set to fluidd-core/fluidd to update Fluidd or # meteyou/mainsail to update Mainsail. This parameter must be provided. path: # The path to the client's files on disk. This parameter must be provided. diff --git a/docs/web_api.md b/docs/web_api.md index f43010b..dbfa6bb 100644 --- a/docs/web_api.md +++ b/docs/web_api.md @@ -520,7 +520,7 @@ included. }, "update_manager client fluidd": { "type": "web", - "repo": "cadriel/fluidd", + "repo": "fluidd-core/fluidd", "path": "~/fluidd", "persistent_files": null },