Skip to content

Commit

Permalink
fix(url): fix flux URL (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
ruzickap committed Feb 11, 2024
1 parent 0f2eb2c commit 1f36c7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ module.exports = {
{
text: 'Links',
items: [
{ text: 'Flux', link: 'https://www.weave.works/oss/flux/' },
{ text: 'Flux', link: 'https://fluxcd.io' },
{ text: 'GitLab', link: 'https://gitlab.com' },
{ text: 'Harbor', link: 'https://goharbor.io' }
]
Expand Down

0 comments on commit 1f36c7e

Please sign in to comment.