Skip to content

Fix links to package #2

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 4, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

-->
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

---

Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down