Skip to content

Commit b7e17e0

Browse files
authoredMay 27, 2020
Update references to zeit/next.js (vercel#13463)
1 parent 001230e commit b7e17e0

File tree

353 files changed

+533
-531
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

353 files changed

+533
-531
lines changed
 

‎.github/ISSUE_TEMPLATE/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Ask a question
4-
url: https://github.com/zeit/next.js/discussions
4+
url: https://github.com/vercel/next.js/discussions
55
about: Ask questions and discuss with other community members

‎.github/actions/next-stats-action/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
> Downloads and runs project with provided configs gathering stats to compare branches
44
5-
See it in action at Next.js https://github.com/zeit/next.js
5+
See it in action at Next.js https://github.com/vercel/next.js
66

77
## Getting Started
88

@@ -26,7 +26,7 @@ const StatsConfig = {
2626
// the main branch to compare against (what PRs will be merging into)
2727
mainBranch: 'canary',
2828
// the main repository path (relative to https://github.com/)
29-
mainRepo: 'zeit/next.js',
29+
mainRepo: 'vercel/next.js',
3030
// whether to attempt auto merging the main branch into PR before running stats
3131
autoMergeMain: boolean | undefined,
3232
// an array of configs for each run

0 commit comments

Comments
 (0)
Please sign in to comment.