From c7ad95136a106ddb68812e970bd62c4bb054baf7 Mon Sep 17 00:00:00 2001 From: griznog Date: Thu, 9 May 2024 11:01:23 -0500 Subject: [PATCH] Point URL to warewulf github instead of hpcng --- CHANGELOG.md | 4 ++++ userdocs/contents/installation.rst | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cebeadb6..2af508e6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -44,6 +44,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). - Replace reference to docusaurus with Sphinx +### Fixed + +- Fix installation docs to use github.com/warewulf instead of github.com/hpcng. #1219 + ### Security - Bump golang.org/x/net from 0.22.0 to 0.23.0. #1223 diff --git a/userdocs/contents/installation.rst b/userdocs/contents/installation.rst index a43545cd..deaaada9 100644 --- a/userdocs/contents/installation.rst +++ b/userdocs/contents/installation.rst @@ -87,7 +87,7 @@ tag. .. code-block:: bash - git clone https://github.com/hpcng/warewulf.git + git clone https://github.com/warewulf/warewulf.git cd warewulf git checkout development # or switch to a tag like 'v4.5.2' make all && sudo make install