From 322c700867e2fd839e79ef820bd7bb5d2fed2d05 Mon Sep 17 00:00:00 2001 From: Liam Fallon <35595825+liamfallon@users.noreply.github.com> Date: Fri, 4 Oct 2024 12:23:35 +0100 Subject: [PATCH] Update location of tutorial files in Porch repo (#174) When the tutorial documentation was moved to the "docs" repo, we did not move the example config into the examples directory in the Porch repo. This PR updates the tutorial to refer to the location of the tutorial files. See also the porch update in this PR: https://github.com/nephio-project/porch/pull/117 --- content/en/docs/porch/using-porch/install-and-using-porch.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/porch/using-porch/install-and-using-porch.md b/content/en/docs/porch/using-porch/install-and-using-porch.md index ca23fd1b..3c96742f 100644 --- a/content/en/docs/porch/using-porch/install-and-using-porch.md +++ b/content/en/docs/porch/using-porch/install-and-using-porch.md @@ -33,7 +33,7 @@ The following software should be installed prior to running through the tutorial ```bash git clone https://github.com/nephio-project/porch.git -cd porch/docs/tutorials/starting-with-porch/ +cd porch/examples/tutorials/starting-with-porch/ ``` ## Create the Kind clusters for management and edge1