Skip to content

Commit 5c60f56

Browse files
authored
Merge pull request #296 from ganesh-bruno/fix/redirect-link
added fix for broken link
2 parents b458bd7 + 0d087d0 commit 5c60f56

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

next.config.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,16 @@ export default withNextra({
2121
{ source: '/introduction/support', destination: '/introduction/feedback-community', permanent: true },
2222
{ source: '/manifesto.html', destination: '/introduction/manifesto', permanent: true },
2323
{ source: '/manifesto', destination: '/introduction/manifesto', permanent: true },
24+
{ source: '/get-started/bruno-basics', destination: '/get-started/bruno-basics/download', permanent: true },
25+
26+
// OAuth2 Experimental to OAuth2 2.0 redirects
27+
{ source: '/auth/oauth2-experimental', destination: '/auth/oauth2-2.0/overview', permanent: true },
28+
{ source: '/auth/oauth2-experimental/overview', destination: '/auth/oauth2-2.0/overview', permanent: true },
29+
{ source: '/auth/oauth2-experimental/collection-level-configuration', destination: '/auth/oauth2-2.0/collection-level-configuration', permanent: true },
30+
{ source: '/auth/oauth2-experimental/request-level-configuration', destination: '/auth/oauth2-2.0/request-level-configuration', permanent: true },
31+
{ source: '/auth/oauth2-experimental/authorization-code', destination: '/auth/oauth2-2.0/authorization-code', permanent: true },
32+
{ source: '/auth/oauth2-experimental/client-credentials', destination: '/auth/oauth2-2.0/client-credentials', permanent: true },
33+
{ source: '/auth/oauth2-experimental/password-credentials', destination: '/auth/oauth2-2.0/password-credentials', permanent: true },
2434

2535
// - /get-started links:
2636
{ source: '/tools/translator', destination: '/get-started/import-export-data/script-translator', permanent: true },

0 commit comments

Comments
 (0)