Skip to content

Commit

Permalink
Fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
tyler-mairose-sp committed Sep 6, 2024
1 parent 258f117 commit b7e6a06
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions plugins.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ module.exports = [
from: ['/conf', '/developerdays', '/developerdays/agenda'],
},
{
to: '/docs/api/v2024',
to: '/api/v2024',
from: ['/docs/api'],
},
{
Expand Down Expand Up @@ -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',
Expand Down

0 comments on commit b7e6a06

Please sign in to comment.