From f522cb856fa78ef91c75b0b1aae59ebff8c0fe4e Mon Sep 17 00:00:00 2001 From: Lydon Thorpe <121318833+LydonThorpe@users.noreply.github.com> Date: Fri, 13 Sep 2024 19:00:47 -0500 Subject: [PATCH 1/4] Update netlify.toml Dropping the second slash, maybe that will work? --- netlify.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netlify.toml b/netlify.toml index dd3390c1..12effdfc 100644 --- a/netlify.toml +++ b/netlify.toml @@ -241,7 +241,7 @@ status = 302 force = true [[redirects]] -from = "/nn/" +from = "/nn" to = "https://nycmesh.net/nn" status = 302 force = true From c60d18d352beaec339ca9c7873a34acf4975e9ac Mon Sep 17 00:00:00 2001 From: Lydon Thorpe <121318833+LydonThorpe@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:49:44 -0600 Subject: [PATCH 2/4] update links to MeshDB pages --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 12effdfc..4573c3ff 100644 --- a/netlify.toml +++ b/netlify.toml @@ -236,13 +236,13 @@ force = true [[redirects]] from = "/installs/nn/" -to = "https://nycmesh.net/nn" +to = "https://forms.nycmesh.net/nn-assign" #update to point to MeshDB page status = 302 force = true [[redirects]] from = "/nn" -to = "https://nycmesh.net/nn" +to = "https://forms.nycmesh.net/nn-assign" #update to point to MeshDB page status = 302 force = true @@ -254,7 +254,7 @@ force = true [[redirects]] from = "/installs/query/" -to = "https://nycmesh.net/query" +to = "https://forms.nycmesh.net/query" #update to point to MeshDB page status = 302 force = true @@ -315,7 +315,7 @@ force = true [[redirects]] from = "/networking/nn/" -to = "https://nycmesh.net/nn" +to = "https://forms.nycmesh.net/nn-assign" #updated to point to MeshDB page status = 302 force = true From 5ff61532e41be5f85b9f40ed516c0c8fe38ada13 Mon Sep 17 00:00:00 2001 From: Lydon Thorpe <121318833+LydonThorpe@users.noreply.github.com> Date: Sun, 3 Nov 2024 18:56:53 -0600 Subject: [PATCH 3/4] Revert "Merge remote-tracking branch 'upstream/master' into add-wiki-redirects" This reverts commit bf365702717985ffd797e206ec7f0b8f70faf435, reversing changes made to c60d18d352beaec339ca9c7873a34acf4975e9ac. --- netlify.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/netlify.toml b/netlify.toml index 12effdfc..4573c3ff 100644 --- a/netlify.toml +++ b/netlify.toml @@ -236,13 +236,13 @@ force = true [[redirects]] from = "/installs/nn/" -to = "https://nycmesh.net/nn" +to = "https://forms.nycmesh.net/nn-assign" #update to point to MeshDB page status = 302 force = true [[redirects]] from = "/nn" -to = "https://nycmesh.net/nn" +to = "https://forms.nycmesh.net/nn-assign" #update to point to MeshDB page status = 302 force = true @@ -254,7 +254,7 @@ force = true [[redirects]] from = "/installs/query/" -to = "https://nycmesh.net/query" +to = "https://forms.nycmesh.net/query" #update to point to MeshDB page status = 302 force = true @@ -315,7 +315,7 @@ force = true [[redirects]] from = "/networking/nn/" -to = "https://nycmesh.net/nn" +to = "https://forms.nycmesh.net/nn-assign" #updated to point to MeshDB page status = 302 force = true From 9cccce5b3eb3757defe81d3805b37ef547a59d56 Mon Sep 17 00:00:00 2001 From: Lydon Thorpe <121318833+LydonThorpe@users.noreply.github.com> Date: Sun, 3 Nov 2024 19:03:09 -0600 Subject: [PATCH 4/4] typo fix --- netlify.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/netlify.toml b/netlify.toml index 4573c3ff..cc9be4ae 100644 --- a/netlify.toml +++ b/netlify.toml @@ -236,13 +236,13 @@ force = true [[redirects]] from = "/installs/nn/" -to = "https://forms.nycmesh.net/nn-assign" #update to point to MeshDB page +to = "https://forms.nycmesh.net/nn-assign" #updated to point to MeshDB page status = 302 force = true [[redirects]] from = "/nn" -to = "https://forms.nycmesh.net/nn-assign" #update to point to MeshDB page +to = "https://forms.nycmesh.net/nn-assign" #updated to point to MeshDB page status = 302 force = true @@ -254,7 +254,7 @@ force = true [[redirects]] from = "/installs/query/" -to = "https://forms.nycmesh.net/query" #update to point to MeshDB page +to = "https://forms.nycmesh.net/query" #updated to point to MeshDB page status = 302 force = true