From 552b30145134bb15ff8f307787ea1510e8342aa9 Mon Sep 17 00:00:00 2001 From: Nick Muerdter <12112+GUI@users.noreply.github.com> Date: Tue, 5 Nov 2024 13:56:40 -0700 Subject: [PATCH] Fix broken link to documentation site in release notes (#784) --- docs/modules/release-notes/pages/0.27.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/release-notes/pages/0.27.adoc b/docs/modules/release-notes/pages/0.27.adoc index b940ab74..4689ccb9 100644 --- a/docs/modules/release-notes/pages/0.27.adoc +++ b/docs/modules/release-notes/pages/0.27.adoc @@ -377,7 +377,7 @@ These are: The `String` to `Number` converter methods, for example, {uri-stdlib-StringToInt}[`String.toInt()`], can now handle underscore separators (https://github.com/apple/pkl/pull/578[#578], https://github.com/apple/pkl/pull/580[#580]). -This better aligns with the source code representation of file:///Users/danielchao/code/apple/pkl-lang.org/build/local/main/current/language-reference/index.html#integers[number literals]. +This better aligns with the source code representation of xref:language-reference:index.adoc#integers[number literals]. [source,pkl] ----