Commit 20dd174
authored
fix: update MCP automatic instrumentation links to correct product docs URL (#15840)
## Summary
Updates the MCP automatic instrumentation links in JavaScript and Python
documentation to point to the correct product documentation URL.
## Changes
- Updated link in
`docs/platforms/javascript/common/tracing/instrumentation/mcp-module.mdx`
- Updated link in
`docs/platforms/python/tracing/instrumentation/custom-instrumentation/mcp-module.mdx`
**Before:** Links pointed to `/integrations/mcp/` (non-existent
platform-specific path)
**After:** Links point to `/product/insights/ai/mcp/getting-started/`
## Testing
Verified links resolve to the correct MCP getting started documentation.1 parent 3e4c9c6 commit 20dd174
File tree
2 files changed
+2
-6
lines changed- docs/platforms
- javascript/common/tracing/instrumentation
- python/tracing/instrumentation/custom-instrumentation
2 files changed
+2
-6
lines changedLines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
| 37 | + | |
40 | 38 | | |
41 | 39 | | |
42 | 40 | | |
| |||
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
0 commit comments