From d5f169f1394003921bb59d34799dbd87073b5241 Mon Sep 17 00:00:00 2001 From: Ken Jones Date: Mon, 21 Aug 2023 07:37:48 -0500 Subject: [PATCH] docs: update relative links in README.md (#16) Switch relative links to work in other locations other than just in GitHub repo --- packages/sanity-astro/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/sanity-astro/README.md b/packages/sanity-astro/README.md index 9d20d627..11583c8d 100644 --- a/packages/sanity-astro/README.md +++ b/packages/sanity-astro/README.md @@ -32,11 +32,11 @@ export default defineConfig({ ## PortableText -We recommend using [astro-portabletext](https://github.com/theisel/astro-portabletext) to render your PortableText fields in Astro. See an example of this in [apps/example/src/components/PortableText.astro](../../apps/example/src/components/PortableText.astro), including using custom components to render custom blocks and annotations. +We recommend using [astro-portabletext](https://github.com/theisel/astro-portabletext) to render your PortableText fields in Astro. See an example of this in [apps/example/src/components/PortableText.astro](https://github.com/sanity-io/sanity-astro/blob/main/apps/example/src/components/PortableText.astro), including using custom components to render custom blocks and annotations. ## Presenting images -We recommend using [@sanity/image-url](https://www.sanity.io/docs/image-url) to help you generate URLs for presenting Sanity images in your Astro app. See an example of this in [apps/example/src/components/SanityImage.astro](../../apps/example/src/components/SanityImage.astro) +We recommend using [@sanity/image-url](https://www.sanity.io/docs/image-url) to help you generate URLs for presenting Sanity images in your Astro app. See an example of this in [apps/example/src/components/SanityImage.astro](https://github.com/sanity-io/sanity-astro/blob/main/apps/example/src/components/SanityImage.astro) ### Learning