diff --git a/contents/docs/error-tracking/capture.mdx b/contents/docs/error-tracking/capture.mdx index 72073634d..57ce82147 100644 --- a/contents/docs/error-tracking/capture.mdx +++ b/contents/docs/error-tracking/capture.mdx @@ -169,7 +169,7 @@ The process is slightly different depending on the SDK you're using. - In [JavaScript Web](/docs/libraries/javascript) and [Node.js](/docs/libraries/node) SDKs, you can override the default properties by passing a `before_send` callback. This callback is called before any exception is captured. + In [JavaScript Web](/docs/libraries/js) and [Node.js](/docs/libraries/node) SDKs, you can override the default properties by passing a `before_send` callback. This callback is called before any exception is captured. ```javascript posthog.init('', { diff --git a/contents/docs/error-tracking/debugging-with-mcp.mdx b/contents/docs/error-tracking/debugging-with-mcp.mdx index ad6c14bae..0eec4e777 100644 --- a/contents/docs/error-tracking/debugging-with-mcp.mdx +++ b/contents/docs/error-tracking/debugging-with-mcp.mdx @@ -2,7 +2,7 @@ title: Debugging with MCP --- -The [PostHog MCP server](/docs/model-context-protocol) exposes [function calling tools](/docs/agent-toolkit) to any MCP client, enabling AI agents to interact with PostHog's API via the MCP protocol. +The [PostHog MCP server](/docs/model-context-protocol) exposes [function calling tools](/docs/ai-engineering/agent-toolkit) to any MCP client, enabling AI agents to interact with PostHog's API via the MCP protocol. When combining our MCP server with error tracking, your AI agents can take actions based on PostHog data which unlocks powerful, autonomous debugging capabilities. @@ -18,7 +18,7 @@ All of this happens directly inside the MCP client, like Cursor, Windsurf, or Cl ## See it in action