diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 5672ba944..bd8e8a247 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ contact_links: - name: 💡 Feature Request - url: https://github.com/vercel/pkg/discussions/new + url: https://github.com/yao-pkg/pkg/discussions/new about: Share ideas for new features - name: ❓ Question - url: https://github.com/vercel/pkg/discussions/new + url: https://github.com/yao-pkg/pkg/discussions/new about: General questions \ No newline at end of file diff --git a/README.md b/README.md index 2bf2ed6fd..61e0400e1 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ ![](https://res.cloudinary.com/zeit-inc/image/upload/v1509936789/repositories/pkg/pkg-repo-banner-new.png) -[![Build Status](https://github.com/vercel/pkg/actions/workflows/ci.yml/badge.svg)](https://github.com/vercel/pkg/actions/workflows/ci.yml) +[![Build Status](https://github.com/yao-pkg/pkg/actions/workflows/ci.yml/badge.svg)](https://github.com/yao-pkg/pkg/actions/workflows/ci.yml) This command line interface enables you to package your Node.js project into an executable that can be run even on devices without Node.js installed. @@ -255,7 +255,7 @@ option to `pkg`. First ensure your computer meets the requirements to compile original Node.js: [BUILDING.md](https://github.com/nodejs/node/blob/HEAD/BUILDING.md) -See [pkg-fetch](https://github.com/vercel/pkg-fetch) for more info. +See [pkg-fetch](https://github.com/yao-pkg/pkg-fetch) for more info. ### Compression diff --git a/package.json b/package.json index 896bfb5e9..73bb08cf3 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "description": "Package your Node.js project into an executable", "main": "lib-es5/index.js", "license": "MIT", - "repository": "vercel/pkg", + "repository": "yao-pkg/pkg", "types": "lib-es5/index.d.ts", "bin": { "pkg": "lib-es5/bin.js"