We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23072a commit ba2b19aCopy full SHA for ba2b19a
docusaurus.config.js
@@ -110,7 +110,7 @@ const config = {
110
items: [
111
{
112
label: 'GitHub',
113
- href: 'https://github.com/kadras-io/kadras-application-platform',
+ href: 'https://github.com/kadras-io/engineering-platform',
114
},
115
116
label: 'Thomas Vitale',
src/pages/index.tsx
@@ -17,7 +17,7 @@ function HomepageHeader() {
17
<div className={styles.buttons}>
18
<Link
19
className="button button--secondary button--lg"
20
- to="https://github.com/kadras-io/kadras-application-platform">
+ to="https://github.com/kadras-io/engineering-platform">
21
Get Started 🚀
22
</Link>
23
</div>
0 commit comments