From 2c04269c02b2cff33324b7cde835de353a0b5279 Mon Sep 17 00:00:00 2001 From: blam Date: Tue, 17 Jan 2023 11:01:57 +0100 Subject: [PATCH] chore: fix bad link Signed-off-by: blam --- .changeset/dull-cabs-carry.md | 2 +- .changeset/dull-taxis-carry.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/dull-cabs-carry.md b/.changeset/dull-cabs-carry.md index 4ebe6c160a..e87767ed5b 100644 --- a/.changeset/dull-cabs-carry.md +++ b/.changeset/dull-cabs-carry.md @@ -2,4 +2,4 @@ '@backstage/plugin-adr-backend': patch --- -This plugin now exports a `createRouter` method which uses `UrlReaders` to make requests to your SCM. Please make sure you read the [install instructions](https://github.com/backstage/backstage/blob/master/src/plugins/adr-backend/README.md#install) +This plugin now exports a `createRouter` method which uses `UrlReaders` to make requests to your SCM. Please make sure you read the [install instructions](https://github.com/backstage/backstage/blob/master/plugins/adr-backend/README.md#install) diff --git a/.changeset/dull-taxis-carry.md b/.changeset/dull-taxis-carry.md index 28561c52e6..cce71ac0ca 100644 --- a/.changeset/dull-taxis-carry.md +++ b/.changeset/dull-taxis-carry.md @@ -4,4 +4,4 @@ The ADR plugin can now work with sites other than GitHub. Expanded the ADR backend plugin to provide endpoints to facilitate this. -**BREAKING** The ADR plugin now requires the `@backstage/plugin-adr-backend` plugin to be installed by using the `createRouter` method to add into your `backend`. You read more in the [install instructions](https://github.com/backstage/backstage/blob/master/src/plugins/adr-backend/README.md#install) +**BREAKING** The ADR plugin now requires the `@backstage/plugin-adr-backend` plugin to be installed by using the `createRouter` method to add into your `backend`. You read more in the [install instructions](https://github.com/backstage/backstage/blob/master/plugins/adr-backend/README.md#install)