Skip to content

Commit 5a6ec15

Browse files
authored
docs: fix broken React Native Testing Library links (testing-library#911)
1 parent e2b039c commit 5a6ec15

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

blog/2019-04-25-new-org.mdx

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -123,22 +123,17 @@ there.) Please join us!
123123

124124
> [Join us on Spectrum](https://spectrum.chat/testing-library)
125125
126-
## [Testing Library on React Native](https://www.native-testing-library.com/)
126+
## [Testing Library on React Native](https://callstack.github.io/react-native-testing-library/)
127127

128128
I'm really happy to announce a super solution to the React Native testing space.
129129
The DOM is quite different from native, as I mentioned before, it's not the code
130130
but the concepts that really make the Testing Library great. I'm happy to say
131-
that [Brandon Carroll](https://twitter.com/bcarroll22) has successfully ported
131+
that [Brandon Carroll](https://github.com/bcarroll22) has successfully ported
132132
those concepts to a solution for React Native and I'm really happy with it. Give
133133
it a look if you're building React Native applications and want confidence that
134134
they continue to work as you make changes!
135135

136-
(Note, there is already `react-native-testing-library`, but it doesn't quite
137-
follow the guiding principles of Testing Library, so we recommend you use
138-
`native-testing-library`.
139-
[Learn More](https://medium.com/@brandoncarroll/why-native-testing-library-exists-629ffb85cae2)).
140-
141-
> [Checkout native-testing-library](https://www.native-testing-library.com/)
136+
> [Checkout native-testing-library](https://callstack.github.io/react-native-testing-library/)
142137
143138
## [Learn Testing Library](https://testing-library.com/docs/learning)
144139

@@ -179,7 +174,7 @@ an especially significant impact on the Testing Library family of tools and
179174
community.
180175

181176
[Myself 👋](https://kentcdodds.com), [Alex Krolick](https://alexkrolick.com/),
182-
[Brandon Carroll](https://twitter.com/bcarroll22),
177+
[Brandon Carroll](https://github.com/bcarroll22),
183178
[Giorgio](https://twitter.com/Gpx),
184179
[Ernesto García](https://twitter.com/gnapse), and
185180
[Daniel Cook](https://github.com/dfcook).

0 commit comments

Comments
 (0)