From f6e6b740688915e16f8606197f84d306ec26fa4d Mon Sep 17 00:00:00 2001 From: Evgenii Tereshkov Date: Fri, 13 Jan 2023 23:51:03 +0700 Subject: [PATCH 1/2] 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 From 6e309050f643236c6c1ee2cde824a343c8a7d925 Mon Sep 17 00:00:00 2001 From: Evgenii Tereshkov Date: Sat, 4 Mar 2023 07:55:58 +0700 Subject: [PATCH 2/2] Make link relative, not absolute --- 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 9cbd2396..75a5adad 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](usage/authoring/) page. +More details can be found in the [authoring components](../usage/authoring/) page. ## Environments