From 66734b75f1e50c47515e5bf1650c8eeb1615ef70 Mon Sep 17 00:00:00 2001 From: Tim Chesney Date: Wed, 1 Sep 2021 13:04:26 +1200 Subject: [PATCH] Remove reference/link to Collections (#1277) * Remove reference/link to Collections Remove line that refers to 'Core Concepts - Collections' given this is now deprecated. * Added reference to routing Tested link as working in local build. --- docs/src/pages/reference/api-reference.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/pages/reference/api-reference.md b/docs/src/pages/reference/api-reference.md index 046971925..9daefb46a 100644 --- a/docs/src/pages/reference/api-reference.md +++ b/docs/src/pages/reference/api-reference.md @@ -9,7 +9,7 @@ The `Astro` global is available in all contexts in `.astro` files. It has the fo ### `Astro.fetchContent()` -`Astro.fetchContent()` is a way to load local `*.md` files into your static site setup. You can either use this on its own, or within [Astro Collections](/core-concepts/collections). +`Astro.fetchContent()` is a way to load local `*.md` files into your static site setup. You can either use this on its own, or when configuring [Routing](/core-concepts/routing). ```jsx // ./src/components/my-component.astro