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.
This commit is contained in:
Tim Chesney 2021-09-01 13:04:26 +12:00 committed by GitHub
parent 61e4f2cb1f
commit 66734b75f1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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