Commit 416a216
fixes broken links in docs (#11058)
There were some broken links which are fixed with this PR. Is there a way to check for internal and/or external broken links at build time with Gatsby?
There are some remaining broken links, mainly due to outdated packages. Those can be found with an online broken links checker:
- The dependency `gatsby-plugin-google-fonts` linked in https://www.gatsbyjs.org/starters/ericwindmill/gatsby-starter-docs/ does not exist anymore in this repo. Link to its [npm package](https://www.npmjs.com/package/gatsby-plugin-google-fonts)?
- Several links from packages I cannot find in the current master branch:
- https://www.gatsbyjs.org/packages/gatsby-plugin-purgecss/LICENSE
- https://www.gatsbyjs.org/packages/gatsby-source-ghost/LICENSE
- https://www.gatsbyjs.org/packages/gatsby-plugin-matomo/CHANGELOG.md
- https://www.gatsbyjs.org/packages/gatsby-source-stripe/CODE_OF_CONDUCT.md
- https://www.gatsbyjs.org/packages/gatsby-source-stripe/CONTRIBUTING.md
- https://www.gatsbyjs.org/packages/gatsby-source-craftcms/ links to https://github.com/gusnips/gatsby-craftcms-example but should link to https://github.com/gusnips/gatsby-source-craftcms (refresh repo?)
<!--
Have any questions? Check out the contributing docs at https://gatsby.app/contribute, or
ask in this Pull Request and a Gatsby maintainer will be happy to help :)
-->
## Description
<!-- Write a brief description of the changes introduced by this PR -->
## Related Issues
<!--
Link to the issue that is fixed by this PR (if there is one)
e.g. Fixes #1234, Addresses #1234, Related to #1234, etc.
-->1 parent 73b45ec commit 416a216
File tree
11 files changed
+12
-12
lines changed- docs
- blog
- 2018-10-16-why-mobile-performance-is-crucial
- 2018-10-18-creating-compelling-content-experiences
- 2018-12-31-how-we-do-high-impact-ux-research
- 2018-2-27-why-i-upgraded-my-website-to-gatsbyjs-from-jekyll
- docs
- features
- scripts/gatsby-plugin-checker
11 files changed
+12
-12
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
135 | | - | |
| 135 | + | |
136 | 136 | | |
137 | 137 | | |
138 | 138 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
53 | 53 | | |
54 | 54 | | |
55 | 55 | | |
56 | | - | |
| 56 | + | |
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
143 | 143 | | |
144 | 144 | | |
145 | 145 | | |
146 | | - | |
| 146 | + | |
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
39 | | - | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | | - | |
| 14 | + | |
15 | 15 | | |
16 | 16 | | |
17 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
37 | | - | |
| 36 | + | |
| 37 | + | |
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments