Skip to content

Commit c243c2c

Browse files
Hai Nguyenng-hai
Hai Nguyen
and
ng-hai
authored
Change ZEIT to Vercel (#240)
Co-authored-by: ng-hai <[email protected]>
1 parent 1cbee12 commit c243c2c

File tree

8 files changed

+29
-29
lines changed

8 files changed

+29
-29
lines changed

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2020 ZEIT, Inc.
3+
Copyright (c) 2020 Vercel, Inc.
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ We really appreciate any contribution
1616

1717
## Related Repositories
1818

19-
- [Hyper](https://github.com/zeit/hyper)
20-
- [Sample Plugin](https://github.com/zeit/hyperpower)
21-
- [Sample Theme](https://github.com/zeit/hyperyellow)
19+
- [Hyper](https://github.com/vercel/hyper)
20+
- [Sample Plugin](https://github.com/vercel/hyperpower)
21+
- [Sample Theme](https://github.com/vercel/hyperyellow)

components/footer/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export default () => (
4040
target="_blank"
4141
rel="noopener noreferrer"
4242
className={styles.logo}
43-
href="https://zeit.co"
43+
href="https://vercel.com"
4444
>
4545
4646
</a>

components/header/header.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
margin: auto 0 auto auto;
3535
}
3636

37-
.zeit {
37+
.vercel {
3838
font-size: 18px;
3939
color: white;
4040
font-weight: bold;

components/header/index.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export default () => {
4141
<a
4242
target="_blank"
4343
rel="noopener noreferrer"
44-
href="https://github.com/zeit/hyper"
44+
href="https://github.com/vercel/hyper"
4545
className={styles.link}
4646
>
4747
GitHub
@@ -53,10 +53,10 @@ export default () => {
5353
<div className={styles.rightNav}>
5454
<SearchBar />
5555
<a
56-
href="https://zeit.co"
56+
href="https://vercel.com"
5757
target="_blank"
5858
rel="noopener noreferrer"
59-
className={styles.zeit}
59+
className={styles.vercel}
6060
>
6161
6262
</a>

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"private": true,
44
"version": "1.3.0",
55
"description": "The official website for the Hyper terminal",
6-
"repository": "zeit/hyper-site",
6+
"repository": "vercel/hyper-site",
77
"license": "MIT",
88
"scripts": {
99
"dev": "next dev",
@@ -38,4 +38,4 @@
3838
"pre-commit": "lint-staged"
3939
}
4040
}
41-
}
41+
}

pages/blog/index.mdx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,17 @@ export const meta = {
99
{
1010
name: 'Juan Campa',
1111
twitter: 'juancampa',
12-
thumbnail: 'https://zeit.co/api/www/avatar/?u=juan&s=160',
12+
thumbnail: 'https://vercel.com/api/www/avatar/?u=juan&s=160',
1313
},
1414
{
1515
name: 'Julien Déléan',
1616
twitter: 'CHaBou69',
17-
thumbnail: 'https://zeit.co/api/www/avatar/?u=chabou&s=160',
17+
thumbnail: 'https://vercel.com/api/www/avatar/?u=chabou&s=160',
1818
},
1919
{
2020
name: 'Daniel Imms',
2121
twitter: 'tyriar',
22-
thumbnail: 'https://zeit.co/api/www/avatar/?u=tyriar&s=160',
22+
thumbnail: 'https://vercel.com/api/www/avatar/?u=tyriar&s=160',
2323
},
2424
],
2525
}
@@ -131,7 +131,7 @@ doing terminal emulation and rendering instead of processing IPC
131131
messages. The outcome is a much smoother, and faster terminal.
132132

133133
On a similar vein, we are also testing a new approach to
134-
[decide how much data is parsed](https://github.com/zeit/xterm.js/pull/4/files)
134+
[decide how much data is parsed](https://github.com/vercel/xterm.js/pull/4/files)
135135
before yielding to the renderer. The idea is to prevent skipped frames
136136
for a more responsive terminal.
137137

@@ -178,7 +178,7 @@ it's now even easier to customise your Hyper experience to your
178178
personality.
179179

180180
We have a detailed contribution page that explains how you can go
181-
about [enlisting your extension](https://github.com/zeit/hyper-site/wiki/Submitting-a-new-plugin-or-theme-to-Hyper-Store). We encourage all contribution and look forward to adding more themes
181+
about [enlisting your extension](https://github.com/vercel/hyper-site/wiki/Submitting-a-new-plugin-or-theme-to-Hyper-Store). We encourage all contribution and look forward to adding more themes
182182
and plugins from the community!
183183

184184
<Image
@@ -200,7 +200,7 @@ the CLI experience [more productive](https://github.com/chabou/hyper-pane) (and
200200

201201
We're excited to keep improving Hyper, both in terms of performance
202202
and capabilities — there's a lot to do. Hyper is completely open
203-
source, and we welcome your [involvement and contribution](https://github.com/zeit/hyper).
203+
source, and we welcome your [involvement and contribution](https://github.com/vercel/hyper).
204204

205205
## Acknowledgments
206206

pages/index.js

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ const installationTableData = [
8282

8383
export async function getStaticProps() {
8484
const res = await fetch(
85-
'https://api.github.com/repos/zeit/hyper/releases/latest'
85+
'https://api.github.com/repos/vercel/hyper/releases/latest'
8686
)
8787
const latestRelease = await res.json()
8888

@@ -252,17 +252,17 @@ export default function HomePage({ latestRelease }) {
252252
<tbody>
253253
<tr>
254254
<td>
255-
<a href="https://github.com/zeit/hyper/blob/master/app/keymaps/win32.json">
255+
<a href="https://github.com/vercel/hyper/blob/master/app/keymaps/win32.json">
256256
Windows
257257
</a>
258258
</td>
259259
<td>
260-
<a href="https://github.com/zeit/hyper/blob/master/app/keymaps/linux.json">
260+
<a href="https://github.com/vercel/hyper/blob/master/app/keymaps/linux.json">
261261
Linux
262262
</a>
263263
</td>
264264
<td>
265-
<a href="https://github.com/zeit/hyper/blob/master/app/keymaps/darwin.json">
265+
<a href="https://github.com/vercel/hyper/blob/master/app/keymaps/darwin.json">
266266
macOS
267267
</a>
268268
</td>
@@ -463,7 +463,7 @@ export default function HomePage({ latestRelease }) {
463463
<td>
464464
A list of overrides for the color palette. The names of the
465465
keys represent the "ANSI 16", which can all be seen{' '}
466-
<a href="https://github.com/zeit/hyper/blob/master/app/utils/colors.js">
466+
<a href="https://github.com/vercel/hyper/blob/master/app/utils/colors.js">
467467
in the default config
468468
</a>
469469
.
@@ -609,7 +609,7 @@ export default function HomePage({ latestRelease }) {
609609
</p>
610610
<p>
611611
You can find additional details about plugin development{' '}
612-
<a href="https://github.com/zeit/hyper/blob/master/PLUGINS.md">
612+
<a href="https://github.com/vercel/hyper/blob/master/PLUGINS.md">
613613
in the Hyper repository
614614
</a>
615615
.
@@ -1024,7 +1024,7 @@ export default function HomePage({ latestRelease }) {
10241024
<p>
10251025
A custom mapper for the state properties that{' '}
10261026
<a
1027-
href="https://github.com/zeit/hyper/tree/master/lib/containers"
1027+
href="https://github.com/vercel/hyper/tree/master/lib/containers"
10281028
target="_blank"
10291029
rel="noopener"
10301030
>
@@ -1442,7 +1442,7 @@ export default function HomePage({ latestRelease }) {
14421442
<p>
14431443
All the{' '}
14441444
<a
1445-
href="https://github.com/zeit/hyper/tree/master/lib/actions"
1445+
href="https://github.com/vercel/hyper/tree/master/lib/actions"
14461446
target="_blank"
14471447
rel="noopener"
14481448
>
@@ -1647,7 +1647,7 @@ export default function HomePage({ latestRelease }) {
16471647
<a
16481648
target="_blank"
16491649
rel="noopener"
1650-
href="https://github.com/zeit/hyperyellow/blob/29c4ac9748be74d7ad587b7077758ef26f6ce5c2/index.js#L1"
1650+
href="https://github.com/vercel/hyperyellow/blob/29c4ac9748be74d7ad587b7077758ef26f6ce5c2/index.js#L1"
16511651
>
16521652
code
16531653
</a>
@@ -1746,7 +1746,7 @@ export default function HomePage({ latestRelease }) {
17461746
<a
17471747
target="_blank"
17481748
rel="noopener"
1749-
href="https://github.com/zeit/hyperpower/blob/master/index.js"
1749+
href="https://github.com/vercel/hyperpower/blob/master/index.js"
17501750
>
17511751
its code
17521752
</a>
@@ -1757,7 +1757,7 @@ export default function HomePage({ latestRelease }) {
17571757
<a
17581758
target="_blank"
17591759
rel="noopener"
1760-
href="https://github.com/zeit/hyper/tree/master/lib/actions"
1760+
href="https://github.com/vercel/hyper/tree/master/lib/actions"
17611761
>
17621762
in the repository
17631763
</a>
@@ -1847,7 +1847,7 @@ export default function HomePage({ latestRelease }) {
18471847
<p>
18481848
The extension then{' '}
18491849
<a
1850-
href="https://github.com/zeit/hyperpower/blob/master/index.js#L51"
1850+
href="https://github.com/vercel/hyperpower/blob/master/index.js#L51"
18511851
target="_blank"
18521852
rel="noopener"
18531853
>

0 commit comments

Comments
 (0)