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
|
||||
|
||||
on:
|
||||
pull_request:
|
||||
branches: [ main ]
|
||||
workflow_dispatch:
|
||||
schedule:
|
||||
- cron: '30 12 * * 1-5'
|
||||
|
@ -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`,
|
||||
|
Loading…
Reference in New Issue
Block a user