diff --git a/.changeset/eighty-bats-stare.md b/.changeset/eighty-bats-stare.md new file mode 100644 index 0000000000..6ebb2e9265 --- /dev/null +++ b/.changeset/eighty-bats-stare.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-techdocs': patch +--- + +Update path in Readme for Plugin Techdocs to show the correct setup information. diff --git a/plugins/techdocs/README.md b/plugins/techdocs/README.md index 6524651bf5..ddc73e650f 100644 --- a/plugins/techdocs/README.md +++ b/plugins/techdocs/README.md @@ -10,4 +10,4 @@ Refer to our [configuration reference](../../docs/features/techdocs/configuratio ### TechDocs Storage API -The default setup of TechDocs assumes that your documentation is accessed by reading a page with the format of `///`. This can be configured by [implementing a new techdocs storage API](https://backstage.io/docs/features/techdocs/how-to-guides#how-to-implement-your-own-techdocs-apis). +The default setup of TechDocs assumes that your documentation is accessed by reading a page with the format of `///`. This can be configured by [implementing a new techdocs storage API](https://backstage.io/docs/features/techdocs/how-to-guides#how-to-implement-your-own-techdocs-apis).