diff --git a/.github/workflows/check_links.yaml b/.github/workflows/check_links.yaml index bb19bcaf5607..fdcb96c08303 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 0ad18a7f8bdc..0874e13d89bb 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`,