Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: links zeit to vercel #24786

Merged
merged 1 commit into from
Jun 10, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/docs/deploying-to-vercel.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,4 @@ Your site will now deploy, and you will receive a link similar to the following:

## References:

- [Example Project](https://github.com/zeit/now/tree/master/examples/gatsby)
- [Example Project](https://github.com/vercel/vercel/tree/master/examples/gatsby)
2 changes: 1 addition & 1 deletion examples/using-styled-jsx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

https://using-styled-jsx.gatsbyjs.org

Demonstrates using [styled-jsx](https://github.com/zeit/styled-jsx) with the
Demonstrates using [styled-jsx](https://github.com/vercel/styled-jsx) with the
Gatsby plugin
[gatsby-plugin-styled-jsx](https://www.gatsbyjs.org/packages/gatsby-plugin-styled-jsx/)
which automatically provides SSR support.
6 changes: 3 additions & 3 deletions packages/gatsby-plugin-styled-jsx/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# gatsby-plugin-styled-jsx

Provides drop-in support for [styled-jsx](https://github.com/zeit/styled-jsx).
Provides drop-in support for [styled-jsx](https://github.com/vercel/styled-jsx).

## Install

Expand All @@ -14,7 +14,7 @@ Add the plugin to the plugins array in your `gatsby-config.js` and use `<style j
plugins: [`gatsby-plugin-styled-jsx`]
```

You can add styled-jsx [plugins](https://github.com/zeit/styled-jsx#css-preprocessing-via-plugins) with the `jsxPlugins` option
You can add styled-jsx [plugins](https://github.com/vercel/styled-jsx#css-preprocessing-via-plugins) with the `jsxPlugins` option

```js
plugins: [
Expand All @@ -27,7 +27,7 @@ plugins: [
]
```

[Configuration options for `styled-jsx`](https://github.com/zeit/styled-jsx#configuration-options) can also be specified:
[Configuration options for `styled-jsx`](https://github.com/vercel/styled-jsx#configuration-options) can also be specified:

```js
plugins: [
Expand Down