diff --git a/docs/platforms/javascript/common/sourcemaps/troubleshooting_js/debug-ids/index.mdx b/docs/platforms/javascript/common/sourcemaps/troubleshooting_js/debug-ids/index.mdx index 48548631b82cd..e9d8e4e35fb88 100644 --- a/docs/platforms/javascript/common/sourcemaps/troubleshooting_js/debug-ids/index.mdx +++ b/docs/platforms/javascript/common/sourcemaps/troubleshooting_js/debug-ids/index.mdx @@ -19,7 +19,7 @@ To connect source maps to a JavaScript file, we relied on filenames, but these o `//# source mappingURL=http://example.com/path/to/your/source-map.js.map` -Given the url-based filename approach was unreliable, we came up with [Debug IDs](/platforms/javascript/sourcemaps/debug-ids#what-are-debug-ids). +Given the url-based filename approach was unreliable, we came up with [Debug IDs](#what-are-debug-ids). ## What are Debug IDs