You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In documentation (gatsbyjs.com/docs), a variety of plug-ins have been introduced, but many of the links to them, which like /packages/gatsby-foo-bar are broken. Links to /plugin/gatsby-foo-bar works, so should it be fixed?
I searched over the repo and found 311 links starts with /pakages/gatsby- and probably (and strangely) all of them are broken as of now.
Another thing I've found is that request to "gatsbyjs .org" redirects to "gatsbyjs .com",
and links like "gatsbyjs.org/packages/foo" automaticaly redirects to "gatsbyjs.com/plugins/foo."
I don't know the historical background of this site, but if anyone knows, please help.
Motivation
Broken links should be fixed.
Steps to resolve this issue
change all /packages/*** links to /plugins/*** (probably)
Draft the doc
Write the doc, following the format listed in these resources:
Summary
In documentation (gatsbyjs.com/docs), a variety of plug-ins have been introduced, but many of the links to them, which like
/packages/gatsby-foo-bar
are broken. Links to/plugin/gatsby-foo-bar
works, so should it be fixed?I searched over the repo and found 311 links starts with
/pakages/gatsby-
and probably (and strangely) all of them are broken as of now.Example:
gatsby-plugin-typescript
link at hereAnother thing I've found is that request to "gatsbyjs .org" redirects to "gatsbyjs .com",
and links like "gatsbyjs.org/packages/foo" automaticaly redirects to "gatsbyjs.com/plugins/foo."
I don't know the historical background of this site, but if anyone knows, please help.
Motivation
Broken links should be fixed.
Steps to resolve this issue
/packages/***
links to/plugins/***
(probably)Draft the doc
Open a pull request
The text was updated successfully, but these errors were encountered: