@@ -8,7 +8,7 @@ We are open to, and grateful for, any contributions made by the community.
8
8
## Reporting issues and asking questions
9
9
10
10
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
12
12
sure your issue hasn’t already been reported.
13
13
14
14
** We use the issue tracker to keep track of bugs and improvements** to 🏁 Final
@@ -34,8 +34,8 @@ request.**
34
34
It's never a fun experience to have your pull request declined after investing a
35
35
lot of time and effort into a new feature. To avoid this from happening, we
36
36
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.
39
39
40
40
Please try to keep your pull request focused in scope and avoid including
41
41
unrelated commits.
@@ -52,8 +52,8 @@ npm run precommit
52
52
## Coding standards
53
53
54
54
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:
57
57
58
58
``` sh
59
59
npm start lint
0 commit comments