diff options
Diffstat (limited to 'docs/part-2')
-rw-r--r-- | docs/part-2/1_xds-server.md | 4 | ||||
-rw-r--r-- | docs/part-2/5_xds-exec.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/part-2/1_xds-server.md b/docs/part-2/1_xds-server.md index 310cbc6..47e3e14 100644 --- a/docs/part-2/1_xds-server.md +++ b/docs/part-2/1_xds-server.md @@ -16,7 +16,7 @@ exposes a REST interface over HTTP. projects files from user machine to build server machine or container. `xds-server` is commonly running on a build server (within a container or not) -and [xds-agent](2_xds-agent.md) must run on the developer/user machine in order +and [xds-agent](2_xds-agent.html) must run on the developer/user machine in order to setup the following connection chain: ```schema @@ -356,7 +356,7 @@ xdg-open http://localhost:8000 Then follow instructions provided on this page to install and start `xds-agent` that must run locally on your machine. -See also [xds-agent documentation](2_xds-agent.md) for more details. +See also [xds-agent documentation](2_xds-agent.html) for more details. ## Build xds-server from scratch diff --git a/docs/part-2/5_xds-exec.md b/docs/part-2/5_xds-exec.md index f656534..4a36f87 100644 --- a/docs/part-2/5_xds-exec.md +++ b/docs/part-2/5_xds-exec.md @@ -2,4 +2,4 @@ `xds-exec` is now deprecated and has been replaced `exec` command of `xds-cli`. -Please refer to [xds-cli documentation](./3_xds-cli.md) for more details. +Please refer to [xds-cli documentation](3_xds-cli.html) for more details. |