From d8ebe758267a172ce8965ebdff5c65137556f67e Mon Sep 17 00:00:00 2001 From: Jonathon Anderson Date: Mon, 8 Apr 2024 16:13:01 -0600 Subject: [PATCH] Update a development link to point to main Signed-off-by: Jonathon Anderson --- src/pages/getting-started.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/getting-started.js b/src/pages/getting-started.js index 75d2f395..360fb87d 100644 --- a/src/pages/getting-started.js +++ b/src/pages/getting-started.js @@ -17,7 +17,7 @@ const gettingStartedLinks = [ }, { name: 'Quick Start Guide', - href: 'https://warewulf.org/docs/development/quickstart/el8.html', + href: 'https://warewulf.org/docs/main/quickstart/el.html', description: 'Check out the quick start documentation to get Warewulf installed and set up in a hurry.', icon: NewspaperIcon,