From b7e6a0665ca84dd5da4e8dbd9f068b963ddca719 Mon Sep 17 00:00:00 2001 From: Tyler Mairose Date: Fri, 6 Sep 2024 15:36:11 -0400 Subject: [PATCH] Fix broken links --- plugins.js | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins.js b/plugins.js index f9a653abe06..d4ae7c4496d 100644 --- a/plugins.js +++ b/plugins.js @@ -22,7 +22,7 @@ module.exports = [ from: ['/conf', '/developerdays', '/developerdays/agenda'], }, { - to: '/docs/api/v2024', + to: '/api/v2024', from: ['/docs/api'], }, { @@ -1517,10 +1517,6 @@ module.exports = [ from: ['/nerm/api/post-profile-upload'], to: '/api/nerm/v1/post-profile-upload', }, - { - from: ['/nerm/api/post-profiles'], - to: '/api/nerm/v1/post-profiles', - }, { from: ['/nerm/api/post-role'], to: '/api/nerm/v1/post-role',