From 238b5c58834c13517035357d10413105058ddb47 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 12 Aug 2020 10:35:17 +0200 Subject: [PATCH 1/2] workflows/frontend: fix workflow never being triggered --- .github/workflows/frontend.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend.yml b/.github/workflows/frontend.yml index d7a862806a..f72b81e1f8 100644 --- a/.github/workflows/frontend.yml +++ b/.github/workflows/frontend.yml @@ -2,8 +2,8 @@ name: Frontend CI on: pull_request: - paths: - - '!microsite/**' + paths-ignore: + - 'microsite/**' jobs: build: runs-on: ubuntu-latest From 19046ef51e958131f9a1cda91a91e4c464e22d1c Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 12 Aug 2020 10:45:05 +0200 Subject: [PATCH 2/2] docs: fix broken links --- microsite/blog/2020-04-30-how-to-quickly-set-up-backstage.md | 2 +- plugins/newrelic/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/microsite/blog/2020-04-30-how-to-quickly-set-up-backstage.md b/microsite/blog/2020-04-30-how-to-quickly-set-up-backstage.md index b4fe534a67..7b1fbb2d11 100644 --- a/microsite/blog/2020-04-30-how-to-quickly-set-up-backstage.md +++ b/microsite/blog/2020-04-30-how-to-quickly-set-up-backstage.md @@ -50,7 +50,7 @@ yarn start And you are good to go! 👍 -Read the full documentation on how to [create an app](https://github.com/spotify/backstage/blob/master/docs/create-an-app.md) on GitHub. +Read the full documentation on how to [create an app](https://github.com/spotify/backstage/blob/master/docs/getting-started/create-an-app.md) on GitHub. ## What do I get? (Let's get technical...) diff --git a/plugins/newrelic/README.md b/plugins/newrelic/README.md index 032d4f035b..19bd24950c 100644 --- a/plugins/newrelic/README.md +++ b/plugins/newrelic/README.md @@ -36,4 +36,4 @@ New Relic Plugin Path: [/newrelic](http://localhost:3000/newrelic) 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](./dev) directory.