Skip to content

Commit 7dde9ab

Browse files
committed
chore: update link zeit -> vercel
1 parent 3a6077c commit 7dde9ab

37 files changed

+157
-153
lines changed

components/docs/docs.mdx

Lines changed: 46 additions & 46 deletions
Large diffs are not rendered by default.

components/footer-feedback.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ export default class FooterFeedback extends Component {
266266
<div className="learn">
267267
You can also ask the community on{' '}
268268
<a
269-
href="https://github.com/zeit/next.js/discussions"
269+
href="https://github.com/vercel/next.js/discussions"
270270
target="_blank"
271271
rel="noopener noreferrer"
272272
>

components/footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export default withPure(() => (
7878
<div>
7979
<h4 className="fw5">More</h4>
8080
<p>
81-
<a href="https://github.com/zeit/next.js" rel="noopener noreferrer" target="_blank">
81+
<a href="https://github.com/vercel/next.js" rel="noopener noreferrer" target="_blank">
8282
Next.js GitHub
8383
</a>
8484
</p>
@@ -93,7 +93,7 @@ export default withPure(() => (
9393
</p>
9494
<p>
9595
<a
96-
href="https://github.com/zeit/next.js/releases"
96+
href="https://github.com/vercel/next.js/releases"
9797
rel="noopener noreferrer"
9898
target="_blank"
9999
>

components/home/demos/more.js

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const EXAMPLES = [
99
Using <code>getStaticProps</code> to fetch data at built time.
1010
</span>
1111
),
12-
href: 'https://github.com/zeit/next.js/tree/master/examples/data-fetch'
12+
href: 'https://github.com/vercel/next.js/tree/master/examples/data-fetch'
1313
},
1414
{
1515
name: 'Dynamic Routing',
@@ -18,32 +18,32 @@ const EXAMPLES = [
1818
How to create dynamic routes, such as <code>/blog/[id]</code> for posts.
1919
</span>
2020
),
21-
href: 'https://github.com/zeit/next.js/tree/master/examples/dynamic-routing'
21+
href: 'https://github.com/vercel/next.js/tree/master/examples/dynamic-routing'
2222
},
2323
{
2424
name: 'TypeScript',
2525
description: 'How to use built-in TypeScript support in Next.js',
26-
href: 'https://github.com/zeit/next.js/tree/master/examples/with-typescript'
26+
href: 'https://github.com/vercel/next.js/tree/master/examples/with-typescript'
2727
},
2828
{
2929
name: 'CSS',
3030
description: 'How to use Next.js with CSS imports and CSS modules',
31-
href: 'https://github.com/zeit/next.js/tree/canary/examples/with-next-css'
31+
href: 'https://github.com/vercel/next.js/tree/canary/examples/with-next-css'
3232
},
3333
{
3434
name: 'SASS',
3535
description: 'How to use Next.js with Sass imports and Sass modules',
36-
href: 'https://github.com/zeit/next.js/tree/canary/examples/with-next-sass'
36+
href: 'https://github.com/vercel/next.js/tree/canary/examples/with-next-sass'
3737
},
3838
{
3939
name: 'API Routes',
4040
description: 'Using Next.js API Routes to handle API logic',
41-
href: 'https://github.com/zeit/next.js/tree/canary/examples/api-routes'
41+
href: 'https://github.com/vercel/next.js/tree/canary/examples/api-routes'
4242
},
4343
{
4444
name: 'Using next/head',
4545
description: 'How to add additional meta tags into the <head>',
46-
href: 'https://github.com/zeit/next.js/tree/canary/examples/head-elements'
46+
href: 'https://github.com/vercel/next.js/tree/canary/examples/head-elements'
4747
}
4848
];
4949

@@ -118,13 +118,13 @@ export default {
118118
))}
119119
<div className="example-col">
120120
<a
121-
href="https://github.com/zeit/next.js/tree/canary/examples"
121+
href="https://github.com/vercel/next.js/tree/canary/examples"
122122
rel="noopener noreferrer"
123123
target="_blank"
124124
>
125125
<span className="more">
126126
<span className="f5 fw6" style={{ color: '#f3f3f3', marginBottom: '.2rem' }}>
127-
github.com/zeit/next.js
127+
github.com/vercel/next.js
128128
</span>
129129
<span className="f5">190+ examples</span>
130130
</span>

components/home/intro.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,11 @@ export default class extends React.PureComponent {
137137
</div>
138138

139139
<div className="button-spacer">
140-
<Button href="https://github.com/Nextjs-ja-translation/Nextjs-ja-translation-docs#contributors-" invert outline>
140+
<Button
141+
href="https://github.com/Nextjs-ja-translation/Nextjs-ja-translation-docs#contributors-"
142+
invert
143+
outline
144+
>
141145
コントリビューター
142146
</Button>
143147
</div>
@@ -154,7 +158,7 @@ export default class extends React.PureComponent {
154158
</Button>
155159
</div>
156160
<div>
157-
<Button href="https://github.com/zeit/next.js">GitHub</Button>
161+
<Button href="https://github.com/vercel/next.js">GitHub</Button>
158162
</div>
159163
</div>
160164
</div>

components/navbar.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ function Navbar() {
3333

3434
<div className="icons">
3535
<a
36-
href="https://github.com/zeit/next.js"
36+
href="https://github.com/vercel/next.js"
3737
aria-label="Next.js on GitHub"
3838
rel="noopener noreferrer"
3939
target="_blank"
@@ -63,7 +63,7 @@ function Navbar() {
6363
</Link>
6464

6565
<a
66-
href="https://github.com/zeit/next.js"
66+
href="https://github.com/vercel/next.js"
6767
aria-label="Next.js on GitHub"
6868
rel="noopener noreferrer"
6969
target="_blank"

docs/advanced-features/amp-support/introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,21 +7,21 @@ description: 最小限の設定で、Reactから離れることなくAMPを導
77
<details>
88
<summary><b>例</b></summary>
99
<ul>
10-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/amp">AMP</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/amp">AMP</a></li>
1111
</ul>
1212
</details>
1313

14-
Next.jsを使えば最小限の設定で、Reactから離れることなく、どんなReactページからでもAMPページを作成できます
14+
Next.js を使えば最小限の設定で、React から離れることなく、どんな React ページからでも AMP ページを作成できます
1515

16-
詳しくは、AMPのオフィシャルサイト [amp.dev](https://amp.dev/) をご覧ください。
16+
詳しくは、AMP のオフィシャルサイト [amp.dev](https://amp.dev/) をご覧ください。
1717

1818
## AMPサポートの有効化
1919

20-
ページのAMPサポートを有効化する方法や、その他の詳細なAMPの設定については [ `next/amp` に関するAPIドキュメント](/docs/api-reference/next/amp.md)をご覧ください。
20+
ページの AMP サポートを有効化する方法や、その他の詳細な AMP の設定については [ `next/amp` に関するAPIドキュメント](/docs/api-reference/next/amp.md)をご覧ください。
2121

2222
## 注意事項
2323

24-
- CSS-in-JS のみサポートしています。 AMPページでは [CSS Modules](/docs/basic-features/built-in-css-support.md) は現在サポートされていません。 [Next.jsのCSS Modulesのサポートについて貢献できます](https://github.com/zeit/next.js/issues/10549)
24+
- CSS-in-JS のみサポートしています。 AMP ページでは [CSS Modules](/docs/basic-features/built-in-css-support.md) は現在サポートされていません。 [Next.jsのCSS Modulesのサポートについて貢献できます](https://github.com/vercel/next.js/issues/10549)
2525

2626
## 関連事項
2727

docs/advanced-features/custom-server.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ description: カスタムサーバーを使用してプログラム上で Next.j
77
<details>
88
<summary><b>Examples</b></summary>
99
<ul>
10-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/custom-server">Basic custom server</a></li>
11-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/custom-server-express">Express integration</a></li>
12-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/custom-server-hapi">Hapi integration</a></li>
13-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/custom-server-koa">Koa integration</a></li>
14-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/ssr-caching">SSR Caching</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server">Basic custom server</a></li>
11+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-express">Express integration</a></li>
12+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-hapi">Hapi integration</a></li>
13+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/custom-server-koa">Koa integration</a></li>
14+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/ssr-caching">SSR Caching</a></li>
1515
</ul>
1616
</details>
1717

docs/advanced-features/customizing-babel-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: 独自の設定を Next.js に追加し、 Babel プリセットを
77
<details>
88
<summary><b>例</b></summary>
99
<ul>
10-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/with-custom-babel-config">Babel 設定のカスタマイズ</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-custom-babel-config">Babel 設定のカスタマイズ</a></li>
1111
</ul>
1212
</details>
1313

docs/advanced-features/customizing-postcss-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: Next.jsで追加したPostCSSの設定とプラグインを独自
77
<details open>
88
<summary><b>例</b></summary>
99
<ul>
10-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/with-tailwindcss">Tailwind CSS の例</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-tailwindcss">Tailwind CSS の例</a></li>
1111
</ul>
1212
</details>
1313

docs/advanced-features/dynamic-import.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: JavaScriptモジュールとReactコンポーネントを動的に
77
<details>
88
<summary><b>例</b></summary>
99
<ul>
10-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/with-dynamic-import">動的インポート</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-dynamic-import">動的インポート</a></li>
1111
</ul>
1212
</details>
1313

docs/api-reference/data-fetching/getInitialProps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: getInitialProps を使い、ページでサーバーサイドレン
1414
<details>
1515
<summary><b>例</b></summary>
1616
<ul>
17-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/data-fetch">Data fetch</a></li>
17+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/data-fetch">Data fetch</a></li>
1818
</ul>
1919
</details>
2020

docs/api-reference/next.config.js/cdn-support-with-asset-prefix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
};
1818
```
1919

20-
Next.js は読み込むスクリプトの中でプレフィックスを自動的に使用しますが、 [public](/docs/basic-features/static-file-serving.md) フォルダには何の影響もありません。 コンポーネント内で動作し、環境ごとに異なるプレフィックスを導入する方法の 1 つとして、 [こちら](https://github.com/zeit/next.js/tree/canary/examples/with-universal-configuration-build-time)をご参考ください。
20+
Next.js は読み込むスクリプトの中でプレフィックスを自動的に使用しますが、 [public](/docs/basic-features/static-file-serving.md) フォルダには何の影響もありません。 コンポーネント内で動作し、環境ごとに異なるプレフィックスを導入する方法の 1 つとして、 [こちら](https://github.com/vercel/next.js/tree/canary/examples/with-universal-configuration-build-time)をご参考ください。
2121

2222
## 関連事項
2323

docs/api-reference/next.config.js/custom-page-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ description: ページディレクトリ内のページを読み込む際にNext
44

55
# 独自のページ拡張子
66

7-
`.mdx` で終わるページのサポートを追加した [@next/mdx](https://github.com/zeit/next.js/tree/canary/packages/next-mdx) のようなモジュールを対象としています。ページを解決する際に `pages` ディレクトリで探す拡張子を設定できます。
7+
`.mdx` で終わるページのサポートを追加した [@next/mdx](https://github.com/vercel/next.js/tree/canary/packages/next-mdx) のようなモジュールを対象としています。ページを解決する際に `pages` ディレクトリで探す拡張子を設定できます。
88

99
`next.config.js` を開き、 `pageExtensions` の設定を追加します:
1010

docs/api-reference/next.config.js/custom-webpack-config.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ description: Extend the default webpack config added by Next.js.
66

77
Some commonly asked for features are available as plugins:
88

9-
- [@zeit/next-sass](https://github.com/zeit/next-plugins/tree/master/packages/next-sass)
10-
- [@zeit/next-less](https://github.com/zeit/next-plugins/tree/master/packages/next-less)
11-
- [@zeit/next-stylus](https://github.com/zeit/next-plugins/tree/master/packages/next-stylus)
12-
- [@zeit/next-preact](https://github.com/zeit/next-plugins/tree/master/packages/next-preact)
13-
- [@next/mdx](https://github.com/zeit/next.js/tree/canary/packages/next-mdx)
14-
- [@next/bundle-analyzer](https://github.com/zeit/next.js/tree/canary/packages/next-bundle-analyzer)
9+
- [@zeit/next-sass](https://github.com/vercel/next-plugins/tree/master/packages/next-sass)
10+
- [@zeit/next-less](https://github.com/vercel/next-plugins/tree/master/packages/next-less)
11+
- [@zeit/next-stylus](https://github.com/vercel/next-plugins/tree/master/packages/next-stylus)
12+
- [@zeit/next-preact](https://github.com/vercel/next-plugins/tree/master/packages/next-preact)
13+
- [@next/mdx](https://github.com/vercel/next.js/tree/canary/packages/next-mdx)
14+
- [@next/bundle-analyzer](https://github.com/vercel/next.js/tree/canary/packages/next-bundle-analyzer)
1515

1616
In order to extend our usage of `webpack`, you can define a function that extends its config inside `next.config.js`, like so:
1717

@@ -47,7 +47,7 @@ Example usage of `defaultLoaders.babel`:
4747
```js
4848
// Example config for adding a loader that depends on babel-loader
4949
// This source was taken from the @next/mdx plugin source:
50-
// https://github.com/zeit/next.js/tree/canary/packages/next-mdx
50+
// https://github.com/vercel/next.js/tree/canary/packages/next-mdx
5151
module.exports = {
5252
webpack: (config, options) => {
5353
config.module.rules.push({

docs/api-reference/next.config.js/environment-variables.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ description: ビルド時に、Next.jsアプリケーションに環境変数を
99
<details>
1010
<summary><b>例</b></summary>
1111
<ul>
12-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/with-env-from-next-config-js">envのみ</a></li>
13-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/with-now-env">Nowとenv</a></li>
12+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-env-from-next-config-js">envのみ</a></li>
13+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-now-env">Nowとenv</a></li>
1414
</ul>
1515
</details>
1616

docs/api-reference/next.config.js/exportPathMap.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ description: next export を使うとき、HTMLファイルとしてエクスポ
99
<details>
1010
<summary><b>例</b></summary>
1111
<ul>
12-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/with-static-export">静的エクスポート</a></li>
12+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/with-static-export">静的エクスポート</a></li>
1313
</ul>
1414
</details>
1515

docs/api-reference/next.config.js/introduction.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = (phase, { defaultConfig }) => {
2828
```
2929

3030
`phase` は設定がロードされている現在のフェーズです。
31-
利用可能なフェーズは[こちら](https://github.com/zeit/next.js/blob/canary/packages/next/next-server/lib/constants.ts#L1-L4)を参照ください。
31+
利用可能なフェーズは[こちら](https://github.com/vercel/next.js/blob/canary/packages/next/next-server/lib/constants.ts#L1-L4)を参照ください。
3232
フェーズは `next/constants` からインポート出来ます:
3333

3434
```js
@@ -48,7 +48,7 @@ module.exports = (phase, { defaultConfig }) => {
4848
```
4949

5050
コメントされている行は `next.config.js` で許可された設定が挿入可能な箇所です。
51-
定義は[こちら](https://github.com/zeit/next.js/blob/canary/packages/next/next-server/server/config.ts#L12-L63)をご覧ください。
51+
定義は[こちら](https://github.com/vercel/next.js/blob/canary/packages/next/next-server/server/config.ts#L12-L63)をご覧ください。
5252

5353
ただし、いずれの設定も必要でなく、全ての設定を完全に理解する必要はありません。
5454
有効化または修正する必要がある設定のみ調べて変更するようにお勧めします。

docs/api-reference/next/amp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: ページ内のAMPを有効にし、 Next.js がページに AMP
77
<details>
88
<summary><b>例</b></summary>
99
<ul>
10-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/amp">AMP</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/amp">AMP</a></li>
1111
</ul>
1212
</details>
1313

docs/api-reference/next/head.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ description: ビルトインの Head コンポーネントを用いてページ
77
<details>
88
<summary><b>例</b></summary>
99
<ul>
10-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/head-elements">ヘッド要素</a></li>
11-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/layout-component">レイアウトコンポーネント</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/head-elements">ヘッド要素</a></li>
11+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/layout-component">レイアウトコンポーネント</a></li>
1212
</ul>
1313
</details>
1414

docs/api-reference/next/link.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: 組み込みの Link コンポーネントを使用して、ルー
77
<details>
88
<summary><b>例</b></summary>
99
<ul>
10-
<li><a href="https://github.com/zeit/next.js/tree/canary/examples/hello-world">Hello World</a></li>
10+
<li><a href="https://github.com/vercel/next.js/tree/canary/examples/hello-world">Hello World</a></li>
1111
</ul>
1212
</details>
1313

0 commit comments

Comments
 (0)