From 1a7ae8f593347222e49c635f6d705b397f17c03b Mon Sep 17 00:00:00 2001 From: Evgenii Tereshkov Date: Fri, 13 Jan 2023 23:51:03 +0700 Subject: [PATCH] Update model.md: fix typo in URL --- site/content/userguide/model.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/userguide/model.md b/site/content/userguide/model.md index f71cf314..9cbd2396 100644 --- a/site/content/userguide/model.md +++ b/site/content/userguide/model.md @@ -16,7 +16,7 @@ Components are loaded from jsonnet, json, or yaml files. Only jsonnet files prov to customize object definitions for different environments. In addition, qbec support loading objects from helm charts, and using jsonnet libraries to produce them. -More details can be found in the [authoring components](userguide/authoring/) page. +More details can be found in the [authoring components](usage/authoring/) page. ## Environments