Skip to content

Commit f148f9d

Browse files
committed
Make links relative to the build
1 parent 7d6ce16 commit f148f9d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/api/index.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@ Sentry's web API is **v0** and under development. Public endpoints, especially t
2424
## Finding the API base domain
2525

2626
While many of the API examples use `sentry.io` as the host for API endpoints, if
27-
you want to take advantage of [data storage location](https://docs.sentry.io/organization/data-storage-location/#what-types-of-data-are-stored-where) you should use the region
27+
you want to take advantage of [data storage location](/organization/data-storage-location/#what-types-of-data-are-stored-where) you should use the region
2828
specific domains instead.
2929

3030
- US region is hosted on `us.sentry.io`
3131
- DE region is hosted on `de.sentry.io`.
3232

3333
To find out which API resources are available on region base domains see [what
3434
types of data are stored
35-
where](https://docs.sentry.io/organization/data-storage-location/#what-types-of-data-are-stored-where) for more information.
35+
where](/organization/data-storage-location/#what-types-of-data-are-stored-where) for more information.
3636

docs/organization/data-storage-location/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ To ensure that your API requests are only processed within your selected data st
6464
| United States of America (US) | us.sentry.io |
6565
| European Union (EU) | de.sentry.io |
6666

67-
For [data stored in the US](https://docs.sentry.io/organization/data-storage-location/#data-stored-in-us) your API domain should be `sentry.io`.
67+
For [data stored in the US](#data-stored-in-us) your API domain should be `sentry.io`.
6868

6969
## Switching Data Storage Locations for Existing Organizations
7070

0 commit comments

Comments
 (0)