Skip to content

Commit 3606de9

Browse files
authored
Update network.md (#3670)
Update link to `axios` GitHub repository.
1 parent a896d6c commit 3606de9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/network.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ export default App;
187187
188188
## Using Other Networking Libraries
189189

190-
The [XMLHttpRequest API](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) is built into React Native. This means that you can use third party libraries such as [frisbee](https://github.com/niftylettuce/frisbee) or [axios](https://github.com/mzabriskie/axios) that depend on it, or you can use the XMLHttpRequest API directly if you prefer.
190+
The [XMLHttpRequest API](https://developer.mozilla.org/en-US/docs/Web/API/XMLHttpRequest) is built into React Native. This means that you can use third party libraries such as [frisbee](https://github.com/niftylettuce/frisbee) or [axios](https://github.com/axios/axios) that depend on it, or you can use the XMLHttpRequest API directly if you prefer.
191191

192192
```tsx
193193
var request = new XMLHttpRequest();

0 commit comments

Comments
 (0)