From c28e478d5a5a73f71ee1b3bd3ed04af6697026bd Mon Sep 17 00:00:00 2001 From: Daniel Chao Date: Wed, 27 Mar 2024 12:30:41 -0700 Subject: [PATCH] Fix links to pkl-go and pkl-swift repos (#364) Using `xref` turns these links into fragments. --- docs/modules/bindings-specification/pages/index.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/modules/bindings-specification/pages/index.adoc b/docs/modules/bindings-specification/pages/index.adoc index 7aebdf67..a5f8e24d 100644 --- a/docs/modules/bindings-specification/pages/index.adoc +++ b/docs/modules/bindings-specification/pages/index.adoc @@ -12,7 +12,7 @@ Currently, Pkl must be embedded as a child process, by shelling out to the CLI u When embedded, communication between a host application and Pkl happens via message passing. The message passing specification can be found in xref:message-passing-api.adoc[]. -For examples of language bindings in practice, review the xref:{uri-pkl-go-github}[pkl-go], or the xref:{uri-pkl-swift-github}[pkl-swift] codebases. +For examples of language bindings in practice, review the link:{uri-pkl-go-github}[pkl-go], or the link:{uri-pkl-swift-github}[pkl-swift] codebases. NOTE: Pkl's Java and Kotlin libraries binds to Pkl directly, and do not use message passing.