@@ -8,7 +8,7 @@ We are open to, and grateful for, any contributions made by the community.
88## Reporting issues and asking questions
99
1010Before 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
1212sure 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.**
3434It's never a fun experience to have your pull request declined after investing a
3535lot of time and effort into a new feature. To avoid this from happening, we
3636request 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
4040Please try to keep your pull request focused in scope and avoid including
4141unrelated commits.
@@ -52,8 +52,8 @@ npm run precommit
5252## Coding standards
5353
5454Our 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
5959npm start lint
0 commit comments