Skip to content

Commit 6a2e7cb

Browse files
authored
Fix broken doc link to XDS description (#3073)
1 parent 22665f3 commit 6a2e7cb

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

mcp/Readme.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
This folder contains the proto buffers for the Mesh Configuration
66
Protocol (MCP). MCP is based on
7-
[XDS](https://github.com/envoyproxy/data-plane-api/blob/master/xds_protocol.rst#streaming-grpc-subscriptions)
7+
[XDS](https://www.envoyproxy.io/docs/envoy/latest/api-docs/xds_protocol)
88
and maintains conceptual alignment with it, despite the specific
99
service and proto definitions being different.
1010

@@ -43,7 +43,7 @@ initiates the connection and opens the grpc stream.
4343
MCP is the mechanism of transport whereby Pilot and Mixer can be
4444
configured by a manager component. MCP defines a common per-resource
4545
metadata format and resource specific contents is defined elsewhere
46-
(e.g. <https://github.com/istio/api/tree/master/networking/v1alpha3>).
46+
(e.g. <https://github.com/istio/api/tree/master/networking/v1beta1>).
4747

4848
### Collections
4949

@@ -52,7 +52,7 @@ collections. Istio API collection names are of the form
5252
`istio/<area>/<version>/<api>` where `<area>`, `<version>`, and `<api>`
5353
are defined by the [API style guidelines](../GUIDELINES.md). For
5454
example, the collection name for VirtualService is
55-
`istio/networking/v1alpha3/virtualservices`.
55+
`istio/networking/v1beta1/virtualservices`.
5656

5757
### Metadata
5858

@@ -124,7 +124,7 @@ The following example shows the same desired resource delivered with
124124
incremental updates. This example assumes incremental is supported by
125125
the source. When source does not support incremental updates, the
126126
pushed `Resources` will always have incremental set to false,
127-
regardles of whether the sink requested an incremental update. At any
127+
regardless of whether the sink requested an incremental update. At any
128128
time, the source can decide to push a full-state update, ignoring the
129129
sink's request. Both sides must negotiate (i.e. agree) to use
130130
incremental on a per request/response basis for an update to be sent

0 commit comments

Comments
 (0)