1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

bug: fix broken links

This commit is contained in:
sjaanus 2023-10-23 13:04:53 +03:00
parent da54dc0c26
commit 46577d72d5
No known key found for this signature in database
GPG Key ID: 20E007C0248BA7FF
2 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,8 @@
name: Check links
on:
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '30 12 * * 1-5'

View File

@ -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`,