diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 3f0f8d0..7440b54 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -8,7 +8,7 @@ We are open to, and grateful for, any contributions made by the community. ## Reporting issues and asking questions Before opening an issue, please search the -[issue tracker](https://github.com/erikras/final-form-arrays/issues) to make +[issue tracker](https://github.com/final-form/final-form-arrays/issues) to make sure your issue hasn’t already been reported. **We use the issue tracker to keep track of bugs and improvements** to 🏁 Final @@ -34,8 +34,8 @@ request.** It's never a fun experience to have your pull request declined after investing a lot of time and effort into a new feature. To avoid this from happening, we request that contributors create -[an issue](https://github.com/erikras/final-form-arrays/issues) to first discuss -any significant new features. +[an issue](https://github.com/final-form/final-form-arrays/issues) to first +discuss any significant new features. Please try to keep your pull request focused in scope and avoid including unrelated commits. @@ -52,8 +52,8 @@ npm run precommit ## Coding standards Our code formatting rules are defined in -[.eslintrc](https://github.com/erikras/final-form/blob/master/.eslintrc). You -can check your code against these standards by running: +[.eslintrc](https://github.com/final-form/final-form-arrays/blob/master/.eslintrc). +You can check your code against these standards by running: ```sh npm start lint diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index ab45293..830b4f5 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,6 +21,6 @@ Please format the code before submitting your pull request by running: npm run precommit ``` -https://github.com/erikras/final-form-arrays/blob/master/.github/CONTRIBUTING.md +https://github.com/final-form/final-form-arrays/blob/master/.github/CONTRIBUTING.md --> diff --git a/README.md b/README.md index 5e41ed2..346817c 100644 --- a/README.md +++ b/README.md @@ -2,12 +2,12 @@ [![NPM Version](https://img.shields.io/npm/v/final-form-arrays.svg?style=flat)](https://www.npmjs.com/package/final-form-arrays) [![NPM Downloads](https://img.shields.io/npm/dm/final-form-arrays.svg?style=flat)](https://www.npmjs.com/package/final-form-arrays) -[![Build Status](https://img.shields.io/travis/erikras/final-form-arrays/v6.svg?style=flat)](https://travis-ci.org/erikras/final-form-arrays) -[![codecov.io](https://codecov.io/gh/erikras/final-form-arrays/branch/master/graph/badge.svg)](https://codecov.io/gh/erikras/final-form-arrays) +[![Build Status](https://img.shields.io/travis/final-form/final-form-arrays/v6.svg?style=flat)](https://travis-ci.org/final-form/final-form-arrays) +[![codecov.io](https://codecov.io/gh/final-form/final-form-arrays/branch/master/graph/badge.svg)](https://codecov.io/gh/final-form/final-form-arrays) [![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier) Mutators for updating array fields in -[🏁 Final Form](https://github.com/erikras/final-form). +[🏁 Final Form](https://github.com/final-form/final-form). --- diff --git a/package.json b/package.json index b835e5e..a539d2f 100644 --- a/package.json +++ b/package.json @@ -16,12 +16,12 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/erikras/final-form-arrays.git" + "url": "https://github.com/final-form/final-form-arrays.git" }, "bugs": { - "url": "https://github.com/erikras/final-form-arrays/issues" + "url": "https://github.com/final-form/final-form-arrays/issues" }, - "homepage": "https://github.com/erikras/final-form-arrays#readme", + "homepage": "https://github.com/final-form/final-form-arrays#readme", "devDependencies": { "babel-eslint": "^8.0.3", "babel-jest": "^21.2.0",