-
Notifications
You must be signed in to change notification settings - Fork 0
β‘ Bolt: link and asset performance optimization #15
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. Weβll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||
|---|---|---|---|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |||||
| </p> | ||||||
|
|
||||||
| <p align="center"> | ||||||
| <a href="https://modelcontextprotocol.io">Documentation</a> | | ||||||
| <a href="https://modelcontextprotocol.io/docs/getting-started/intro">Documentation</a> | | ||||||
| <a href="https://spec.modelcontextprotocol.io">Specification</a> | | ||||||
| <a href="https://github.com/orgs/modelcontextprotocol/discussions">Discussions</a> | ||||||
| </p> | ||||||
|
|
@@ -22,7 +22,7 @@ The Model Context Protocol (MCP) is an open protocol that enables seamless integ | |||||
|
|
||||||
| ## Getting Started | ||||||
|
|
||||||
| - π Read the [Documentation](https://modelcontextprotocol.io) for guides and tutorials | ||||||
| - π Read the [Documentation](https://modelcontextprotocol.io/docs/getting-started/intro) for guides and tutorials | ||||||
| - π Review the [Specification](https://spec.modelcontextprotocol.io) for protocol details | ||||||
| - π» Use our SDKs to start building: | ||||||
| - [TypeScript SDK](https://github.com/modelcontextprotocol/typescript-sdk) | ||||||
|
|
@@ -33,7 +33,7 @@ The Model Context Protocol (MCP) is an open protocol that enables seamless integ | |||||
|
|
||||||
| ## Project Structure | ||||||
|
|
||||||
| - [specification](https://github.com/modelcontextprotocol/specification) - Protocol specification and documentation | ||||||
| - [specification](https://github.com/modelcontextprotocol/modelcontextprotocol) - Protocol specification and documentation | ||||||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. The link text
Suggested change
|
||||||
| - [typescript-sdk](https://github.com/modelcontextprotocol/typescript-sdk) - TypeScript implementation | ||||||
| - [python-sdk](https://github.com/modelcontextprotocol/python-sdk) - Python implementation | ||||||
| - [java-sdk](https://github.com/modelcontextprotocol/java-sdk) - Java implementation | ||||||
|
|
@@ -51,4 +51,4 @@ Have questions? Join the discussion in our [community forum](https://github.com/ | |||||
|
|
||||||
| ## About | ||||||
|
|
||||||
| The Model Context Protocol is an open source project run by [Anthropic, PBC.](https://anthropic.com) and open to contributions from the entire community. | ||||||
| The Model Context Protocol is an open source project run by [Anthropic, PBC.](https://www.anthropic.com/) and open to contributions from the entire community. | ||||||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Linking to a specific sub-page (
/docs/getting-started/intro) for the general "Documentation" label can be fragile. If the documentation structure changes or the page is moved, this link will break. While this avoids a redirect, linking to the root domainhttps://modelcontextprotocol.iois generally more maintainable for high-level README files, as redirects can be managed server-side without requiring documentation updates.