From 2750e87ba17fd3be90bce1043d15c24d2e81e8e6 Mon Sep 17 00:00:00 2001
From: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
Date: Thu, 10 Apr 2025 13:10:14 -0700
Subject: [PATCH 1/2] fix(docs): fix 404 on sourcemaps
---
.../javascript/common/sourcemaps/uploading/hosting-publicly.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx b/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx
index 20da5ee4e645d..565f7787a21b3 100644
--- a/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx
+++ b/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx
@@ -18,7 +18,7 @@ notSupported:
-The most reliable way to provide your source maps to Sentry is to [upload them](..), because it cuts down on network traffic and ensures the correct version of the code and source maps will be used.
+The most reliable way to provide your source maps to Sentry is to upload them, because it cuts down on network traffic and ensures the correct version of the code and source maps will be used.
From 33532a8144f9761081501a03f8071f82e133c725 Mon Sep 17 00:00:00 2001
From: Michelle Zhang <56095982+michellewzhang@users.noreply.github.com>
Date: Thu, 10 Apr 2025 13:18:17 -0700
Subject: [PATCH 2/2] use slash
---
.../javascript/common/sourcemaps/uploading/hosting-publicly.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx b/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx
index 565f7787a21b3..dd164240e8112 100644
--- a/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx
+++ b/docs/platforms/javascript/common/sourcemaps/uploading/hosting-publicly.mdx
@@ -18,7 +18,7 @@ notSupported:
-The most reliable way to provide your source maps to Sentry is to upload them, because it cuts down on network traffic and ensures the correct version of the code and source maps will be used.
+The most reliable way to provide your source maps to Sentry is to [upload them](../), because it cuts down on network traffic and ensures the correct version of the code and source maps will be used.