Skip to content

Commit

Permalink
fix(docs): add redirect for list your organizations api (#11750)
Browse files Browse the repository at this point in the history
  • Loading branch information
michellewzhang authored Nov 6, 2024
1 parent 6842afe commit 1fc4a17
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/middleware.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3281,6 +3281,10 @@ const USER_DOCS_REDIRECTS: Redirect[] = [
from: '/api/projects/post-project-service-hooks/',
to: '/api/projects/register-a-new-service-hook/',
},
{
from: '/api/organizations/list-your-organizations/',
to: '/api/users/list-your-organizations/',
},
{
from: '/clients/cocoa/',
to: '/platforms/apple/',
Expand Down

0 comments on commit 1fc4a17

Please sign in to comment.