From b24938cd19c6cca51eaf1967b86d3149dbfa6a59 Mon Sep 17 00:00:00 2001 From: Joshua Jung Date: Thu, 5 Sep 2024 16:29:48 -0500 Subject: [PATCH] Attempt to fix the url references Signed-off-by: Joshua Jung --- docs/features/techdocs/extensions.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/features/techdocs/extensions.md b/docs/features/techdocs/extensions.md index dc00bbe150..2aff3c9725 100644 --- a/docs/features/techdocs/extensions.md +++ b/docs/features/techdocs/extensions.md @@ -10,15 +10,15 @@ description: How to use the built-in TechDocs extension points The TechDocs backend plugin provides the following extension points: - `techdocsPreparerExtensionPoint` - - Register a custom docs [PreparerBase extension](/docs/reference/plugin-techdocs-node.preparerbase/) + - Register a custom docs [PreparerBase extension](https://backstage.io/docs/reference/plugin-techdocs-node.preparerbase/) - Ideal for when you want a custom type of docs created for a specific entity type - `techdocsBuildsExtensionPoint` - Allows overriding the build phase Winston log transport (by default does not log to console) - - Allows overriding the [DocsBuildStrategy](/docs/reference/plugin-techdocs-node.docsbuildstrategy) + - Allows overriding the [DocsBuildStrategy](https://backstage.io/docs/reference/plugin-techdocs-node.docsbuildstrategy/) - `techdocsPublisherExtensionPoint` - Register a custom docs publisher - `techdocsGeneratorExtensionPoint` - - Register a custom [TechdocsGenerator](/docs/reference/plugin-techdocs-node.techdocsgenerator/) + - Register a custom [TechdocsGenerator](https://backstage.io/docs/reference/plugin-techdocs-node.techdocsgenerator/) Extension points are exported from `@backstage/plugin-techdocs-backend`.