mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
bug: fix broken links
This commit is contained in:
parent
da54dc0c26
commit
46577d72d5
2
.github/workflows/check_links.yaml
vendored
2
.github/workflows/check_links.yaml
vendored
@ -1,6 +1,8 @@
|
|||||||
name: Check links
|
name: Check links
|
||||||
|
|
||||||
on:
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches: [ main ]
|
||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 12 * * 1-5'
|
- cron: '30 12 * * 1-5'
|
||||||
|
@ -39,7 +39,7 @@ export const applicationSchema = {
|
|||||||
description:
|
description:
|
||||||
'A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application',
|
'A link to reference the application reporting the metrics. Could for instance be a GitHub link to the repository of the application',
|
||||||
type: 'string',
|
type: 'string',
|
||||||
example: 'https://github.com/Unleash/unleash-client-proxy-js',
|
example: 'https://github.com/Unleash/unleash-proxy-client-js',
|
||||||
},
|
},
|
||||||
color: {
|
color: {
|
||||||
description: `The CSS color that is used to color the application's entry in the application list`,
|
description: `The CSS color that is used to color the application's entry in the application list`,
|
||||||
|
Loading…
Reference in New Issue
Block a user