From 0af3f4923ad94e3269e922d2ffac9a35baa48c4d Mon Sep 17 00:00:00 2001 From: Islon Scherer Date: Tue, 6 Feb 2024 14:29:56 +0100 Subject: [PATCH] fix wrong stdlib doc links (#74) (cherry picked from commit 3f8fae48733490b97dab80e47fb2a116fde4d753) --- docs/modules/ROOT/partials/component-attributes.adoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/modules/ROOT/partials/component-attributes.adoc b/docs/modules/ROOT/partials/component-attributes.adoc index 89e06b9b..9148121b 100644 --- a/docs/modules/ROOT/partials/component-attributes.adoc +++ b/docs/modules/ROOT/partials/component-attributes.adoc @@ -39,10 +39,9 @@ endif::[] :uri-pkl-stdlib-docs: {uri-pkl-stdlib-docs-base}/{pkl-version} :uri-pkl-stdlib-docs-index: {uri-pkl-stdlib-docs}/ -// TODO(oss): check these links when we have tags :github-branch: main ifdef::is-release-version[] -:github-branch: v{pkl-version-no-suffix} +:github-branch: {pkl-version-no-suffix} endif::[] :uri-github-tree: https://github.com/apple/pkl/tree/{github-branch} :uri-pkl-stdlib-sources: {uri-github-tree}/stdlib