From 7cc5b5b9b8fc1e08137a77c97d25c40cfcaf3806 Mon Sep 17 00:00:00 2001 From: Gustavo RPS <516827+gustavorps@users.noreply.github.com> Date: Thu, 5 Jun 2025 17:37:57 -0300 Subject: [PATCH] fix: 404 link at /docs/getting-started/concepts 404 for /docs/prompty-file-spec link --- web/docs/getting-started/concepts/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/docs/getting-started/concepts/page.mdx b/web/docs/getting-started/concepts/page.mdx index d046b3d5..e20ad04b 100644 --- a/web/docs/getting-started/concepts/page.mdx +++ b/web/docs/getting-started/concepts/page.mdx @@ -27,7 +27,7 @@ The Prompty implementation consists of three core components - the _specificatio ### 1.1 The Prompty Specification -The [Prompty specification](https://github.com/microsoft/prompty/blob/main/Prompty.yaml) defines the core `.prompty` asset file format. We'll look at this in more detail in the [Prompty File Spec](/docs/prompty-file-spec) section of the documentation. For now, click to expand the section below to see a _basic.prompty_ sample and get an intuitive sense for what an asset file looks like. +The [Prompty specification](https://github.com/microsoft/prompty/blob/main/Prompty.yaml) defines the core `.prompty` asset file format. We'll look at this in more detail in the [Prompty File Spec](/docs/prompty-specification) section of the documentation. For now, click to expand the section below to see a _basic.prompty_ sample and get an intuitive sense for what an asset file looks like.
**Learn More**: The `basic.prompty` asset file