Skip to content

Commit 0f65b12

Browse files
tormiMarcy Sutton
authored and
Marcy Sutton
committed
Fix broken glossary hrefs. (#14865)
1 parent c3177c2 commit 0f65b12

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/docs/glossary.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -52,11 +52,11 @@ A text-based interface to run commands on your computer. The default Command Lin
5252

5353
A compiler is a program that translates code written in one language to another language. For example [Gatsby](#gatsby) can compile [React](#react) applications into static [HTML](#html) files.
5454

55-
### Components
55+
### Component
5656

5757
Components are independent and re-usable chunks of code powered by [React](#react) that, when combined, make up your website or app.
5858

59-
A component can include components within it. In fact, [pages](#page) and [templates](#templates) are examples of components.
59+
A component can include components within it. In fact, [pages](#page) and [templates](#template) are examples of components.
6060

6161
### Config
6262

@@ -158,7 +158,7 @@ A programming language that helps us make the web dynamic and interactive. [Java
158158

159159
### MDX
160160

161-
Extends [Markdown](#markdown) to support [React](#react) [components](#components) within your content.
161+
Extends [Markdown](#markdown) to support [React](#react) [components](#component) within your content.
162162

163163
### Markdown
164164

@@ -190,7 +190,7 @@ A package usually describes a [JavaScript](#javascript) program that has additio
190190

191191
An [HTML](#html) page.
192192

193-
This also often refers to [components](#components) that live in `/src/pages/` and are converted to pages by [Gatsby](#gatsby), as well as [pages created dynamically](/docs/creating-and-modifying-pages/#creating-pages-in-gatsby-nodejs) in your `gatsby-node.js` file.
193+
This also often refers to [components](#component) that live in `/src/pages/` and are converted to pages by [Gatsby](#gatsby), as well as [pages created dynamically](/docs/creating-and-modifying-pages/#creating-pages-in-gatsby-nodejs) in your `gatsby-node.js` file.
194194

195195
### Plugin
196196

0 commit comments

Comments
 (0)