From a5898071ebf817d96aba7ff694331f74bb40f7f0 Mon Sep 17 00:00:00 2001 From: Botond Gal Date: Wed, 27 Aug 2025 16:54:44 +0200 Subject: [PATCH] fix-docs-links --- README.md | 2 +- docs/metalctlv2_tenant_invite.md | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index e8cb47c..04a72be 100644 --- a/README.md +++ b/README.md @@ -71,7 +71,7 @@ In addition to the standard API services, there are also admin services that req You can access help for every service and command by using `--help` or `-h`. If you encounter any issues not covered in the help prompt, or if you have suggestions for improvement, please feel free to [contact us](mailto:support@metal-stack.io) or open an issue in this repository. Your feedback is greatly appreciated! -A list of all available services (excluding admin topics). For their associated commands, arguments and flags visit the correct [documentation](./docs/metal.md). +A list of all available services (excluding admin topics). For their associated commands, arguments and flags visit the [metalctlv2 documentation](./docs/metalctlv2.md). | Entity | Description | Documentation | |---------------|------------------------------------------------------------|-------------------------------------------------------| diff --git a/docs/metalctlv2_tenant_invite.md b/docs/metalctlv2_tenant_invite.md index 16bea96..aa0c0e5 100644 --- a/docs/metalctlv2_tenant_invite.md +++ b/docs/metalctlv2_tenant_invite.md @@ -26,6 +26,5 @@ manage tenant invites * [metalctlv2 tenant](metalctlv2_tenant.md) - manage tenant entities * [metalctlv2 tenant invite delete](metalctlv2_tenant_invite_delete.md) - deletes a pending invite * [metalctlv2 tenant invite generate-join-secret](metalctlv2_tenant_invite_generate-join-secret.md) - generate an invite secret to share with the new member -* [metalctlv2 tenant invite join](metalctlv2_tenant_invite_join.md) - join a tenant of someone who shared an invite secret with you * [metalctlv2 tenant invite list](metalctlv2_tenant_invite_list.md) - lists the currently pending invites