Skip to content

Commit

Permalink
docs: fix repo urls
Browse files Browse the repository at this point in the history
  • Loading branch information
angeloashmore committed Jul 20, 2021
1 parent cba13c4 commit e7b95a9
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ Build best-in-class static websites using [Gatsby][gatsby] and [Prismic][prismic

If you are new to Gatsby, you can start by going through [Gatsby's in-depth tutorial on creating a site](https://www.gatsbyjs.com/tutorial/).

Or if you want to dive straight into some code and see an example site using Prismic, you can check out [Prismic's example blog repository](https://github.com/angeloashmore/gatsby-source-prismic-blog).
Or if you want to dive straight into some code and see an example site using Prismic, you can check out [Prismic's example blog repository](https://github.com/prismicio/gatsby-blog).

## Documentation

For full documentation, see each plugin's package.

- [**gatsby-source-prismic**](https://github.com/angeloashmore/gatsby-source-prismic/packages/gatsby-source-prismic): Gatsby source plugin for building websites using Prismic as a data source
- [**gatsby-plugin-prismic-previews**](https://github.com/angeloashmore/gatsby-source-prismic/packages/gatsby-plugin-prismic-previews): Gatsby plugin for integrating client-side Prismic Previews
- [**gatsby-source-prismic**](https://github.com/angeloashmore/gatsby-source-prismic/tree/main/packages/gatsby-source-prismic): Gatsby source plugin for building websites using Prismic as a data source
- [**gatsby-plugin-prismic-previews**](https://github.com/angeloashmore/gatsby-source-prismic/tree/main/packages/gatsby-plugin-prismic-previews): Gatsby plugin for integrating client-side Prismic Previews

## How to Contribute

Expand All @@ -40,7 +40,7 @@ Whether you're helping us fix bugs, improve the docs, or spread the word, we'd l

### A note on how this repository is organized

This repository is a monorepo managed using Yarn workspaces. This means there are [multiple packages](https://github.com/angeloashmore/gatsby-source-prismic/packages) managed in this codebase, even though we publish them to NPM as separate packages.
This repository is a monorepo managed using Yarn workspaces. This means there are [multiple packages](https://github.com/angeloashmore/gatsby-source-prismic/tree/main/packages) managed in this codebase, even though we publish them to NPM as separate packages.

<!-- Links -->

Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-plugin-prismic-previews/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,14 +58,14 @@ limitations under the License.

[prismic]: https://prismic.io
[gatsby]: https://www.gatsbyjs.com/
[gatsby-source-prismic]: https://www.gatsbyjs.com/plugins/gatsby-source-prismic
[gatsby-source-prismic]: https://github.com/angeloashmore/gatsby-source-prismic/tree/main/packages/gatsby-source-prismic
[prismic-toolbar]: https://prismic.io/docs/technologies/previews-and-the-prismic-toolbar-javascript
[gatsby-cloud]: https://www.gatsbyjs.com/products/cloud/

<!-- TODO: Replace link with a more useful one if available -->

[prismic-docs]: https://prismic.io/docs/technologies/gatsby
[changelog]: https://github.com/angeloashmore/gatsby-source-prismic/CHANGELOG.md
[changelog]: https://github.com/angeloashmore/gatsby-source-prismic/blob/main/CHANGELOG.md

<!-- TODO: Replace link with a more useful one if available -->

Expand Down
4 changes: 2 additions & 2 deletions packages/gatsby-source-prismic/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ limitations under the License.
[gatsby]: https://www.gatsbyjs.com/
[prismic-slices]: https://prismic.io/docs/core-concepts/slices
[gatsby-plugin-image]: https://www.gatsbyjs.com/plugins/gatsby-plugin-image/
[gatsby-plugin-prismic-previews]: https://github.com/angeloashmore/gatsby-source-prismic/packages/gatsby-plugin-prismic-previews
[gatsby-plugin-prismic-previews]: https://github.com/angeloashmore/gatsby-source-prismic/tree/main/packages/gatsby-plugin-prismic-previews
[gatsby-transformer-sharp]: https://www.gatsbyjs.com/plugins/gatsby-transformer-sharp/
[imgix]: https://imgix.com/
[prismic-previews]: https://prismic.io/docs/core-concepts/preview-setup
Expand All @@ -70,7 +70,7 @@ limitations under the License.
<!-- TODO: Replace link with a more useful one if available -->

[prismic-docs]: https://prismic.io/docs/technologies/gatsby
[changelog]: https://github.com/angeloashmore/gatsby-source-prismic/CHANGELOG.md
[changelog]: https://github.com/angeloashmore/gatsby-source-prismic/blob/main/CHANGELOG.md

<!-- TODO: Replace link with a more useful one if available -->

Expand Down

0 comments on commit e7b95a9

Please sign in to comment.