Skip to content

Commit

Permalink
bug: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
sjaanus committed Oct 23, 2023
1 parent da54dc0 commit 46577d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/check_links.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
name: Check links

on:
pull_request:
branches: [ main ]
workflow_dispatch:
schedule:
- cron: '30 12 * * 1-5'
Expand Down
2 changes: 1 addition & 1 deletion src/lib/openapi/spec/application-schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
Expand Down

0 comments on commit 46577d7

Please sign in to comment.