From 46577d72d55e56d3ff0e0ff8a5d0bffda6208b6b Mon Sep 17 00:00:00 2001 From: sjaanus Date: Mon, 23 Oct 2023 13:04:53 +0300 Subject: [PATCH] bug: fix broken links --- .github/workflows/check_links.yaml | 2 ++ src/lib/openapi/spec/application-schema.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index bb19bcaf56..fdcb96c083 100644 --- a/.github/workflows/check_links.yaml +++ b/.github/workflows/check_links.yaml @@ -1,6 +1,8 @@ name: Check links on: + pull_request: + branches: [ main ] workflow_dispatch: schedule: - cron: '30 12 * * 1-5' diff --git a/src/lib/openapi/spec/application-schema.ts b/src/lib/openapi/spec/application-schema.ts index 0ad18a7f8b..0874e13d89 100644 --- a/src/lib/openapi/spec/application-schema.ts +++ b/src/lib/openapi/spec/application-schema.ts @@ -39,7 +39,7 @@ export const applicationSchema = { description: 'A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application', type: 'string', - example: 'https://github.com/Unleash/unleash-client-proxy-js', + example: 'https://github.com/Unleash/unleash-proxy-client-js', }, color: { description: `The CSS color that is used to color the application's entry in the application list`,