diff options
Diffstat (limited to 'docs/part-2/1_xds-server.md')
-rw-r--r-- | docs/part-2/1_xds-server.md | 4 |
1 files changed, 2 insertions, 2 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 |