From 334811c85eb34692d9585227d26b7e273f14f906 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Wed, 5 Feb 2025 17:00:35 -0500 Subject: [PATCH 1/3] Replace redirect Signed-off-by: Ian Maddaus --- content/chef_license_accept.md | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 content/chef_license_accept.md diff --git a/content/chef_license_accept.md b/content/chef_license_accept.md deleted file mode 100644 index e0008fbfbd..0000000000 --- a/content/chef_license_accept.md +++ /dev/null @@ -1,7 +0,0 @@ -+++ -title = "Accepting the Chef License" -draft = false -gh_repo = "chef-web-docs" -layout="redirect" -redirect_url="/license/accept/" -+++ From 3f2c4dbd93b737c7bf3a3ce9b58ca7a55245cca5 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Wed, 5 Feb 2025 17:07:22 -0500 Subject: [PATCH 2/3] Revert "Replace redirect" This reverts commit 334811c85eb34692d9585227d26b7e273f14f906. --- content/chef_license_accept.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 content/chef_license_accept.md diff --git a/content/chef_license_accept.md b/content/chef_license_accept.md new file mode 100644 index 0000000000..e0008fbfbd --- /dev/null +++ b/content/chef_license_accept.md @@ -0,0 +1,7 @@ ++++ +title = "Accepting the Chef License" +draft = false +gh_repo = "chef-web-docs" +layout="redirect" +redirect_url="/license/accept/" ++++ From 124308effaa9146e7c67874e31127a48d4dda9d1 Mon Sep 17 00:00:00 2001 From: Ian Maddaus Date: Wed, 5 Feb 2025 17:09:05 -0500 Subject: [PATCH 3/3] Update redirect Signed-off-by: Ian Maddaus --- content/chef_license_accept.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/chef_license_accept.md b/content/chef_license_accept.md index e0008fbfbd..4998f0f0b5 100644 --- a/content/chef_license_accept.md +++ b/content/chef_license_accept.md @@ -3,5 +3,5 @@ title = "Accepting the Chef License" draft = false gh_repo = "chef-web-docs" layout="redirect" -redirect_url="/license/accept/" +redirect_url="/licensing/accept/" +++