Skip to content

Commit e2e90cc

Browse files
read more about Sarah's great suggestions
Co-authored-by: Sarah Rainsberger <[email protected]>
1 parent e6638d6 commit e2e90cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/content/docs/en/reference/content-loader-reference.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ export function articleLoader(config: { apiKey: string }): LiveLoader<Article> {
287287
}
288288
```
289289

290-
<ReadMore>[See the “Content Collections” guide](/en/guides/content-collections/#creating-a-live-loader) for more information about creating a live loader and example usage.</ReadMore>
290+
<ReadMore>See [how to create a live loader](/en/guides/content-collections/#creating-a-live-loader) with example usage.</ReadMore>
291291

292292
## Object loader API
293293

src/content/docs/en/reference/modules/astro-content.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ This function accepts the following properties:
7676

7777
Either an object or a function that allows you to load data from any source, local or remote, into a build-time content collection. (For live collections, see the [live `loader`](#loader-1) property.)
7878

79-
[See the “Content Collections” guide](/en/guides/content-collections/#build-time-collection-loaders) for example usage.
79+
Learn about [build-time collection loaders](/en/guides/content-collections/#build-time-collection-loaders) with guided explanations and example usage.
8080

8181
#### `schema`
8282

0 commit comments

Comments
 (0)