From e87efb488138dd361ca5f722b4f7ca536a73b169 Mon Sep 17 00:00:00 2001 From: Liam Fallon <35595825+liamfallon@users.noreply.github.com> Date: Thu, 30 Jan 2025 11:27:09 +0000 Subject: [PATCH] Fix webui package link (#202) fixes https://github.com/nephio-project/nephio/issues/825 --- content/en/docs/guides/install-guides/web-ui/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/guides/install-guides/web-ui/_index.md b/content/en/docs/guides/install-guides/web-ui/_index.md index d25c8a90..60ceb441 100644 --- a/content/en/docs/guides/install-guides/web-ui/_index.md +++ b/content/en/docs/guides/install-guides/web-ui/_index.md @@ -8,7 +8,7 @@ weight: 2 To install the WebUI, we simply install a different *kpt* package. First, we pull the package locally: ```bash -kpt pkg get --for-deployment https://github.com/nephio-project/nephio-packages.git/nephio-webui@origin/v3.0.0 +kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/nephio/optional/webui@origin/v3.0.0 ``` Before we apply it to the cluster, however, we should configure it.