Skip to content

Commit 42d3fb6

Browse files
authored
Fix broken URLs in menu
1 parent 138ffd7 commit 42d3fb6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

landing/_data/header.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
logo-url: /
22
socialLinks:
33
- icon: github-logo.svg
4-
url: https://github.com/michelin/Continuous-Architecture-Toolkit/
4+
url: https://github.com/continuous-architecture/toolkit
55
- icon: slack-logo.svg
66
url: https://continuousarc-onh6387.slack.com/archives/C01C9MXJMGE
77
- icon: twitter-logo.svg
@@ -12,11 +12,11 @@ links:
1212
- text: Manifesto
1313
url: /docs/manifest/manifesto.html
1414
- text: Join us
15-
url: https://github.com/michelin/Continuous-Architecture-Toolkit/blob/master/governance/contributing.adoc
15+
url: https://github.com/continuous-architecture/toolkit/blob/master/governance/contributing.md
1616
- text: Glossary
1717
url: /docs/glossary/glossary.html
1818
- text: License
19-
url: https://github.com/michelin/Continuous-Architecture-Toolkit#license
19+
url: https://github.com/continuous-architecture/toolkit#license
2020
- text: About us
2121
url: /about-us/index.html
2222

0 commit comments

Comments
 (0)