@@ -21,6 +21,16 @@ export default withNextra({
21
21
{ source : '/introduction/support' , destination : '/introduction/feedback-community' , permanent : true } ,
22
22
{ source : '/manifesto.html' , destination : '/introduction/manifesto' , permanent : true } ,
23
23
{ 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 } ,
24
34
25
35
// - /get-started links:
26
36
{ source : '/tools/translator' , destination : '/get-started/import-export-data/script-translator' , permanent : true } ,
0 commit comments