Skip to content

Commit 25d5ffb

Browse files
authored
Merge pull request modelcontextprotocol#158 from modelcontextprotocol/mahesh/specification-linking
Redirect / to /latest
2 parents cf6dc35 + 00742bd commit 25d5ffb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

site/layouts/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
<head>
44
<meta charset="utf-8">
55
<title>Model Context Protocol Specification</title>
6-
<script>window.location.replace("/specification/");</script>
7-
<meta http-equiv="refresh" content="0; url=/specification/">
8-
<link rel="canonical" href="/specification/">
6+
<script>window.location.replace("/latest");</script>
7+
<meta http-equiv="refresh" content="0; url=/latest">
8+
<link rel="canonical" href="/latest">
99
</head>
1010
<body>
1111
<h1>Model Context Protocol Specification</h1>
12-
<p>Redirecting to <a href="/specification/">specification</a>...</p>
12+
<p>Redirecting to <a href="/latest">specification</a>...</p>
1313
</body>
1414
</html>

0 commit comments

Comments
 (0)