fix broken link on homepage (#672)

pull/673/head
Jeff Escalante 6 years ago committed by GitHub
parent 089dfcf83e
commit 0467f7d0e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -62,7 +62,7 @@
"generate:readme": "next-hashicorp markdown-blocks README.md",
"lint": "next-hashicorp lint",
"start": "next dev",
"static": "npm run build && npm run export && cp _redirects out/.",
"static": "npm run build && npm run export",
"linkcheck": "linkcheck <website url>"
}
}

@ -140,7 +140,7 @@ export default function HomePage() {
},
link: {
title: 'Learn more',
url: '/docs/common-workflows/manage-identities',
url: '/docs/common-workflows/manage-users-groups',
},
},
{

Loading…
Cancel
Save