Skip to content

Commit fb28596

Browse files
misc links fixes and grammar
1 parent 9499f45 commit fb28596

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/pages/docs/content-as-data/frontmatter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tocHeading: 2
88

99
[Frontmatter](https://www.npmjs.com/package/front-matter) is a [YAML](https://yaml.org/) block at the top of a file that gives you the ability to define variables that are made available to Greenwood's [build process and then your HTML](/docs/content-as-data/). You can also use it to import additional static assets like JS and CSS files.
1010

11-
Greenwood defines the following properties that you can use in HTML or [markdown](/docs/plugins/markdown) out of the box:
11+
Greenwood defines the following properties that you can use in HTML or [markdown](/docs/plugins/markdown/) out of the box:
1212

1313
- Label
1414
- Title

src/pages/guides/getting-started/walkthrough.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Our home page will be simple landing page with links to our blog post pages:
7878

7979
<!-- prettier-ignore-end -->
8080

81-
For the blog post pages, we're going to use Greenwood's [markdown plugin](/docs/plugins/markdown) for authoring these pages.
81+
For the blog post pages, we're going to use Greenwood's [markdown plugin](/docs/plugins/markdown/) for authoring these pages.
8282

8383
First, let's install the plugin:
8484

@@ -101,7 +101,7 @@ First, let's install the plugin:
101101

102102
<!-- prettier-ignore-end -->
103103

104-
And then create a _greenwood.config.js_ file:
104+
Then create a _greenwood.config.js_ file and import the plugin:
105105

106106
<!-- prettier-ignore-start -->
107107

@@ -119,7 +119,7 @@ And then create a _greenwood.config.js_ file:
119119

120120
<!-- prettier-ignore-end -->
121121

122-
Now we create a folder called _blog/_ in our pages directory and then create two markdown files called _first-post.md_ and _second-post.md_:
122+
Now we can create a folder called _blog/_ in our pages directory and then create two markdown files called _first-post.md_ and _second-post.md_:
123123

124124
<!-- prettier-ignore-start -->
125125

0 commit comments

Comments
 (0)