docs: replace outdates reference links to 'guides' in the cli

This commit is contained in:
Johannes Kirschbauer
2025-05-20 18:34:33 +02:00
parent 8ad35c1bee
commit d3fc1725f0
8 changed files with 23 additions and 23 deletions

View File

@@ -93,7 +93,7 @@ class Machine:
msg = f"'targetHost' is not set for machine '{self.name}'"
raise ClanError(
msg,
description="See https://docs.clan.lol/getting-started/deploy/#setting-the-target-host for more information.",
description="See https://docs.clan.lol/guides/getting-started/deploy/#setting-the-target-host for more information.",
)
return val