From 7da6368a723cf274255f313f9ac2deb0e57286ba Mon Sep 17 00:00:00 2001 From: meleu Date: Wed, 8 Apr 2026 13:04:04 -0300 Subject: [PATCH] Fix TechDocs CLI link Updated TechDocs CLI link to point to the correct repository, as the old one is now archived. Signed-off-by: meleu --- docs/features/techdocs/troubleshooting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/troubleshooting.md b/docs/features/techdocs/troubleshooting.md index 3f0daba101..d38edd9ab4 100644 --- a/docs/features/techdocs/troubleshooting.md +++ b/docs/features/techdocs/troubleshooting.md @@ -26,7 +26,7 @@ TechDocs architecture (documentation generated and published in CI/CD). ## MkDocs Build Errors -Using the [TechDocs CLI](https://github.com/backstage/techdocs-cli), you can +Using the [TechDocs CLI](https://github.com/backstage/backstage/tree/master/packages/techdocs-cli), you can troubleshoot MkDocs build issues locally. Note this requires you have Docker available to launch images. First, `git clone` the target repository locally, then in the root of the repository, run: