docs: updates to new Fluidd repo address

Signed-off-by: Pedro Lamas <pedrolamas@gmail.com>
This commit is contained in:
Pedro Lamas 2021-11-07 10:54:54 +00:00 committed by Eric Callahan
parent 4e567d72a9
commit 7ff126a56e
2 changed files with 2 additions and 2 deletions

View File

@ -464,7 +464,7 @@ type: web
# "prerelease" on GitHub. This parameter must be provided. # "prerelease" on GitHub. This parameter must be provided.
repo: repo:
# This is the GitHub repo of the client, in the format of user/client. # 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. # meteyou/mainsail to update Mainsail. This parameter must be provided.
path: path:
# The path to the client's files on disk. This parameter must be provided. # The path to the client's files on disk. This parameter must be provided.

View File

@ -520,7 +520,7 @@ included.
}, },
"update_manager client fluidd": { "update_manager client fluidd": {
"type": "web", "type": "web",
"repo": "cadriel/fluidd", "repo": "fluidd-core/fluidd",
"path": "~/fluidd", "path": "~/fluidd",
"persistent_files": null "persistent_files": null
}, },