Skip to content

Commit d9e8b89

Browse files
authored
Merge pull request #2 from MichaelDeBoey/fix-links
Fix links to package
2 parents 3b95d4b + 9c99cf0 commit d9e8b89

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/CONTRIBUTING.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We are open to, and grateful for, any contributions made by the community.
88
## Reporting issues and asking questions
99

1010
Before opening an issue, please search the
11-
[issue tracker](https://github.com/erikras/final-form-arrays/issues) to make
11+
[issue tracker](https://github.com/final-form/final-form-arrays/issues) to make
1212
sure your issue hasn’t already been reported.
1313

1414
**We use the issue tracker to keep track of bugs and improvements** to 🏁 Final
@@ -34,8 +34,8 @@ request.**
3434
It's never a fun experience to have your pull request declined after investing a
3535
lot of time and effort into a new feature. To avoid this from happening, we
3636
request that contributors create
37-
[an issue](https://github.com/erikras/final-form-arrays/issues) to first discuss
38-
any significant new features.
37+
[an issue](https://github.com/final-form/final-form-arrays/issues) to first
38+
discuss any significant new features.
3939

4040
Please try to keep your pull request focused in scope and avoid including
4141
unrelated commits.
@@ -52,8 +52,8 @@ npm run precommit
5252
## Coding standards
5353

5454
Our code formatting rules are defined in
55-
[.eslintrc](https://github.com/erikras/final-form/blob/master/.eslintrc). You
56-
can check your code against these standards by running:
55+
[.eslintrc](https://github.com/final-form/final-form-arrays/blob/master/.eslintrc).
56+
You can check your code against these standards by running:
5757

5858
```sh
5959
npm start lint

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@ Please format the code before submitting your pull request by running:
2121
npm run precommit
2222
```
2323
24-
https://github.com/erikras/final-form-arrays/blob/master/.github/CONTRIBUTING.md
24+
https://github.com/final-form/final-form-arrays/blob/master/.github/CONTRIBUTING.md
2525
2626
-->

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
[![NPM Version](https://img.shields.io/npm/v/final-form-arrays.svg?style=flat)](https://www.npmjs.com/package/final-form-arrays)
44
[![NPM Downloads](https://img.shields.io/npm/dm/final-form-arrays.svg?style=flat)](https://www.npmjs.com/package/final-form-arrays)
5-
[![Build Status](https://img.shields.io/travis/erikras/final-form-arrays/v6.svg?style=flat)](https://travis-ci.org/erikras/final-form-arrays)
6-
[![codecov.io](https://codecov.io/gh/erikras/final-form-arrays/branch/master/graph/badge.svg)](https://codecov.io/gh/erikras/final-form-arrays)
5+
[![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)
6+
[![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)
77
[![styled with prettier](https://img.shields.io/badge/styled_with-prettier-ff69b4.svg)](https://github.com/prettier/prettier)
88

99
Mutators for updating array fields in
10-
[🏁 Final Form](https://github.com/erikras/final-form).
10+
[🏁 Final Form](https://github.com/final-form/final-form).
1111

1212
---
1313

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@
1616
"license": "MIT",
1717
"repository": {
1818
"type": "git",
19-
"url": "https://github.com/erikras/final-form-arrays.git"
19+
"url": "https://github.com/final-form/final-form-arrays.git"
2020
},
2121
"bugs": {
22-
"url": "https://github.com/erikras/final-form-arrays/issues"
22+
"url": "https://github.com/final-form/final-form-arrays/issues"
2323
},
24-
"homepage": "https://github.com/erikras/final-form-arrays#readme",
24+
"homepage": "https://github.com/final-form/final-form-arrays#readme",
2525
"devDependencies": {
2626
"babel-eslint": "^8.0.3",
2727
"babel-jest": "^21.2.0",

0 commit comments

Comments
 (0)