From 168e88852476d54e433732dd349daf77535e1e9e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Fri, 5 Jan 2018 17:47:27 +0100 Subject: Fixed cross-pages links Signed-off-by: Sebastien Douheret --- docs/part-2/1_xds-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/part-2/1_xds-server.md') 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 -- cgit 1.2.3-korg