Skip to content

Commit aae77b1

Browse files
Copilotjeffhandley
andauthored
Update documentation URLs to new vanity domain (#1414)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: jeffhandley <1031940+jeffhandley@users.noreply.github.com>
1 parent ca040d7 commit aae77b1

File tree

6 files changed

+13
-13
lines changed

6 files changed

+13
-13
lines changed

.github/skills/bump-version/references/semver-assessment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This reference describes how to assess the appropriate [Semantic Versioning 2.0.
44

55
## SemVer Summary
66

7-
The SDK follows SemVer 2.0.0 as documented in the [C# SDK Versioning](https://modelcontextprotocol.github.io/csharp-sdk/versioning.html) documentation. Given a version `MAJOR.MINOR.PATCH`:
7+
The SDK follows SemVer 2.0.0 as documented in the [C# SDK Versioning](https://csharp.sdk.modelcontextprotocol.io/versioning.html) documentation. Given a version `MAJOR.MINOR.PATCH`:
88

99
- **MAJOR**: Increment when incompatible API changes are included
1010
- **MINOR**: Increment when functionality is added in a backward-compatible manner

.github/skills/prepare-release/SKILL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ The PR description combines release notes, ApiCompat, and ApiDiff into a single
214214

215215
### Breaking Changes
216216

217-
Refer to the [C# SDK Versioning](https://modelcontextprotocol.github.io/csharp-sdk/versioning.html) documentation for details on versioning and breaking change policies.
217+
Refer to the [C# SDK Versioning](https://csharp.sdk.modelcontextprotocol.io/versioning.html) documentation for details on versioning and breaking change policies.
218218

219219
1. **Description #PR**
220220
* Detail of the break
@@ -275,7 +275,7 @@ Omit empty sections. The preamble is **always required** — it is not inside a
275275

276276
## Breaking Changes
277277

278-
Refer to the [C# SDK Versioning](https://modelcontextprotocol.github.io/csharp-sdk/versioning.html) documentation for details on versioning and breaking change policies.
278+
Refer to the [C# SDK Versioning](https://csharp.sdk.modelcontextprotocol.io/versioning.html) documentation for details on versioning and breaking change policies.
279279

280280
1. **Description #PR**
281281
* Detail of the break

.github/skills/publish-release/SKILL.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Omit empty sections. The preamble is **always required** — it is not inside a
138138

139139
## Breaking Changes
140140

141-
Refer to the [C# SDK Versioning](https://modelcontextprotocol.github.io/csharp-sdk/versioning.html) documentation for details on versioning and breaking change policies.
141+
Refer to the [C# SDK Versioning](https://csharp.sdk.modelcontextprotocol.io/versioning.html) documentation for details on versioning and breaking change policies.
142142

143143
1. **Description #PR**
144144
* Detail of the break

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NuGet version](https://img.shields.io/nuget/v/ModelContextProtocol.svg)](https://www.nuget.org/packages/ModelContextProtocol)
44

5-
The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit the [API documentation](https://modelcontextprotocol.github.io/csharp-sdk/api/ModelContextProtocol.html) for more details on available functionality.
5+
The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit the [API documentation](https://csharp.sdk.modelcontextprotocol.io/api/ModelContextProtocol.html) for more details on available functionality.
66

77
## Packages
88

@@ -16,9 +16,9 @@ This SDK consists of three main packages:
1616

1717
## Getting Started
1818

19-
To get started, see the [Getting Started](https://modelcontextprotocol.github.io/csharp-sdk/concepts/getting-started.html) guide in the conceptual documentation for installation instructions, package-selection guidance, and complete examples for both clients and servers.
19+
To get started, see the [Getting Started](https://csharp.sdk.modelcontextprotocol.io/concepts/getting-started.html) guide in the conceptual documentation for installation instructions, package-selection guidance, and complete examples for both clients and servers.
2020

21-
You can also browse the [samples](samples) directory and the [API documentation](https://modelcontextprotocol.github.io/csharp-sdk/api/ModelContextProtocol.html) for more details on available functionality.
21+
You can also browse the [samples](samples) directory and the [API documentation](https://csharp.sdk.modelcontextprotocol.io/api/ModelContextProtocol.html) for more details on available functionality.
2222

2323
## About MCP
2424

@@ -27,7 +27,7 @@ The Model Context Protocol (MCP) is an open protocol that standardizes how appli
2727
For more information about MCP:
2828

2929
- [Official MCP Documentation](https://modelcontextprotocol.io/)
30-
- [MCP C# SDK Documentation](https://modelcontextprotocol.github.io/csharp-sdk/)
30+
- [MCP C# SDK Documentation](https://csharp.sdk.modelcontextprotocol.io/)
3131
- [Protocol Specification](https://modelcontextprotocol.io/specification/)
3232
- [GitHub Organization](https://github.com/modelcontextprotocol)
3333

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<Import Project="..\Directory.Build.props" />
33

44
<PropertyGroup>
5-
<PackageProjectUrl>https://modelcontextprotocol.github.io/csharp-sdk</PackageProjectUrl>
5+
<PackageProjectUrl>https://csharp.sdk.modelcontextprotocol.io</PackageProjectUrl>
66
<RepositoryUrl>https://github.com/modelcontextprotocol/csharp-sdk</RepositoryUrl>
77
<RepositoryType>git</RepositoryType>
88
<VersionPrefix>1.1.0</VersionPrefix>

src/PACKAGE.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![NuGet version](https://img.shields.io/nuget/v/ModelContextProtocol.svg)](https://www.nuget.org/packages/ModelContextProtocol)
44

5-
The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit the [API documentation](https://modelcontextprotocol.github.io/csharp-sdk/api/ModelContextProtocol.html) for more details on available functionality.
5+
The official C# SDK for the [Model Context Protocol](https://modelcontextprotocol.io/), enabling .NET applications, services, and libraries to implement and interact with MCP clients and servers. Please visit the [API documentation](https://csharp.sdk.modelcontextprotocol.io/api/ModelContextProtocol.html) for more details on available functionality.
66

77
## Packages
88

@@ -16,9 +16,9 @@ This SDK consists of three main packages:
1616

1717
## Getting Started
1818

19-
To get started, see the [Getting Started](https://modelcontextprotocol.github.io/csharp-sdk/concepts/getting-started.html) guide for installation instructions, package-selection guidance, and complete examples for both clients and servers.
19+
To get started, see the [Getting Started](https://csharp.sdk.modelcontextprotocol.io/concepts/getting-started.html) guide for installation instructions, package-selection guidance, and complete examples for both clients and servers.
2020

21-
You can also browse the [samples](https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples) directory and the [API documentation](https://modelcontextprotocol.github.io/csharp-sdk/api/ModelContextProtocol.html) for more details on available functionality.
21+
You can also browse the [samples](https://github.com/modelcontextprotocol/csharp-sdk/tree/main/samples) directory and the [API documentation](https://csharp.sdk.modelcontextprotocol.io/api/ModelContextProtocol.html) for more details on available functionality.
2222

2323
## About MCP
2424

@@ -27,6 +27,6 @@ The Model Context Protocol (MCP) is an open protocol that standardizes how appli
2727
For more information about MCP:
2828

2929
- [Official MCP Documentation](https://modelcontextprotocol.io/)
30-
- [MCP C# SDK Documentation](https://modelcontextprotocol.github.io/csharp-sdk/)
30+
- [MCP C# SDK Documentation](https://csharp.sdk.modelcontextprotocol.io/)
3131
- [Protocol Specification](https://modelcontextprotocol.io/specification/)
3232
- [GitHub Organization](https://github.com/modelcontextprotocol)

0 commit comments

Comments
 (0)