diff --git a/src/api/guides/teams-tutorial.mdx b/src/api/guides/teams-tutorial.mdx index 089a7f40c2eab..5428eabde931f 100644 --- a/src/api/guides/teams-tutorial.mdx +++ b/src/api/guides/teams-tutorial.mdx @@ -23,7 +23,7 @@ We recommend using a free [Sentry developer account](https://sentry.io/pricing/) ## List an Organization's Teams -First, you will use the [List an Organization's Teams](/api/teams/list-an-organizations-teams/) API to list all the teams in our organization. +First, you will use the [List an Organization's Teams](/api/teams/list-an-organizations-teams/) API to list all the teams in your organization. ### Find your organization ID @@ -87,7 +87,7 @@ You can find your organization ID in the browser URL of your Sentry instance. Fo The output gives you details about the teams within the specified organization. - If your organization has enough teams, the API will return paginated results. See our docs on [Pagination](/api/pagination/) to learn how to handle paginated results. + If your organization has enough teams, the API will return paginated results. See Sentry's docs on [Pagination](/api/pagination/) to learn how to handle paginated results. 1. [Optional] To list information about the projects associated with each team you can set the `detailed` query parameter to `1`: