From 659c395eae5f7306119a99c95723432ffe188dd9 Mon Sep 17 00:00:00 2001 From: bodilb Date: Fri, 24 Sep 2021 13:44:37 +0200 Subject: [PATCH] Update docs/features/techdocs/how-to-guides.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Bodil Björklund  Signed-off-by: Emma Indal --- docs/features/techdocs/how-to-guides.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features/techdocs/how-to-guides.md b/docs/features/techdocs/how-to-guides.md index b4cee15cd1..244126e680 100644 --- a/docs/features/techdocs/how-to-guides.md +++ b/docs/features/techdocs/how-to-guides.md @@ -220,7 +220,7 @@ https://github.com/backstage/backstage/issues/new?assignees=&labels=bug&template ## How to implement your own TechDocs APIs -The TechDocs plugin provides implementations of two primary apis by default: the +The TechDocs plugin provides implementations of two primary APIs by default: the [TechDocsStorageApi](https://github.com/backstage/backstage/blob/55114cfeb7045e3e5eeeaf67546b58964f4adcc7/plugins/techdocs/src/api.ts#L33), which is responsible for talking to TechDocs storage to fetch files to render, and