Skip to content

Commit 1fd5a9b

Browse files
committed
Fix one more link
1 parent 6cc2e8f commit 1fd5a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/agents/model-context-protocol/authorization.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Cloudflare provides an [OAuth Provider Library](https://github.com/cloudflare/wo
2121
You can use the OAuth Provider Library in three ways:
2222

2323
1. **Your Worker handles authorization itself.** Your MCP server, running on Cloudflare, handles the complete OAuth flow. ([Example](/agents/model-context-protocol/getting-started/))
24-
2. **Integrate directly with a third-party OAuth provider**, such as GitHub or Google. ([Example](/cloudflare/ai/demos/remote-mcp-server-github/))
24+
2. **Integrate directly with a third-party OAuth provider**, such as GitHub or Google. ([Example](/agents/guides/remote-mcp-server-github/))
2525
3. **Integrate with your own OAuth provider**, including authorization-as-a-service providers you might already rely on, such as Stytch and Auth0.
2626

2727
The following sections describe each of these options and link to runnable code examples for each.

0 commit comments

Comments
 (0)