From ca8f401c538cb2f4ceaf13cfcab49b31b85edac7 Mon Sep 17 00:00:00 2001 From: Elena Williams Date: Fri, 14 Feb 2025 14:05:45 +1100 Subject: [PATCH] Fix broken link in documentation intro nav (#13594) --- website/data/intro-nav-data.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/data/intro-nav-data.json b/website/data/intro-nav-data.json index c54005576..2be5f7daf 100644 --- a/website/data/intro-nav-data.json +++ b/website/data/intro-nav-data.json @@ -26,7 +26,7 @@ }, { "title": "Getting Started", - "href": "https://learn.hashicorp.com/collections/vagrant/getting-started" + "href": "https://developer.hashicorp.com/vagrant/tutorials/get-started", }, { "title": "Contributing",