Merge pull request #11146 from hashicorp/fix_website

Fix link and copypasta from waypoint
pull/11157/head
Megan Marsh 5 years ago committed by GitHub
commit 4e9a01a0bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -171,12 +171,12 @@ export default function Homepage() {
<section id="get-started">
<BrandedCta
heading="Ready to get started?"
content="Start by following a tutorial to deploy a simple application with Waypoint or learn about how the project works by exploring the documentation."
content="Start by following a tutorial to create a simple vm image with Packer or learn about how the project works by exploring the documentation."
links={[
{
text: 'Get Started',
url: '/docs/getting-started',
type: 'inbound',
url: 'https://learn.hashicorp.com/packer',
type: 'outbound',
},
{ text: 'Explore documentation', url: '/docs' },
]}

Loading…
Cancel
Save