From c98ffab90107de8322302af96d9d68a915af07be Mon Sep 17 00:00:00 2001 From: Erik Engervall Date: Tue, 13 Apr 2021 10:32:27 +0200 Subject: [PATCH] Fix broken link in dev README Signed-off-by: Erik Engervall --- plugins/github-release-manager/dev/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/github-release-manager/dev/README.md b/plugins/github-release-manager/dev/README.md index 736d20766e..52a8c8656b 100644 --- a/plugins/github-release-manager/dev/README.md +++ b/plugins/github-release-manager/dev/README.md @@ -10,4 +10,4 @@ Your plugin has been added to the example app in this repository, meaning you'll You can also serve the plugin in isolation by running `yarn start` in the plugin directory. This method of serving the plugin provides quicker iteration speed and a faster startup and hot reloads. -It is only meant for local development, and the setup for it can be found inside the [/dev](./dev) directory. +It is only meant for local development, and the setup for it can be found inside the `/dev` directory.