Skip to content

Commit e1371e6

Browse files
committed
Replace discord link with static url
1 parent 98efbda commit e1371e6

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://img.shields.io/circleci/project/github/reasonml-community/reason-react-native/master.svg)](https://circleci.com/gh/reasonml-community/reason-react-native)
44
[![Version](https://img.shields.io/npm/v/reason-react-native.svg)](https://www.npmjs.com/package/reason-react-native)
5-
[![Chat](https://img.shields.io/discord/496273792503513089.svg?logo=discord&colorb=blue)](https://discord.gg/eaU3Z6Q)
5+
[![Chat](https://img.shields.io/discord/496273792503513089.svg?logo=discord&colorb=blue)](https://reasonml-community.github.io/reason-react-native/discord/)
66

77
[BuckleScript](https://bucklescript.github.io) bindings for
88
[React Native](https://github.com/facebook/react-native) allows to use

bs-react-native/CHANGELOG.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -112,10 +112,11 @@ changes.
112112
hard on adding more any more examples. So far,
113113
[`Animated`](https://reasonml-community.github.io/bs-react-native/BsReactNative/AnimatedRe-BsReactNative/)
114114
module is the one that is most documented,
115-
- Created [Discord server](https://discord.gg/eaU3Z6Q) dedicated to
116-
`bs-react-native` and using Reason for writing mobile apps in general. Feel
117-
free to join if you would like to take an active part in this project's
118-
development or have any questions regarding using it in production,
115+
- Created
116+
[Discord server](https://reasonml-community.github.io/reason-react-native/discord/)
117+
dedicated to `bs-react-native` and using Reason for writing mobile apps in
118+
general. Feel free to join if you would like to take an active part in this
119+
project's development or have any questions regarding using it in production,
119120
- Improved typing in many modules to be more accurate with what React Native
120121
expects, including
121122
[`focus` and `blur` method on `TextInput`](https://github.com/reasonml-community/reason-react-native/commit/fd0ffc78ccc4e86ce9278d7a457db32cb0856dbf),

bs-react-native/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ get contribution in there. If that's necessary for you to get something in
77
added) in `reason-react-native`.
88

99
If you are not sure, just
10-
[come on discord & talk with us](https://discord.gg/eaU3Z6Q)
10+
[come on discord & talk with us](https://reasonml-community.github.io/reason-react-native/discord/)

website/docs/migration/jsx3.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ knowing 🤷‍
109109
## Need help to migrate ?
110110

111111
If you struggle with it & have questions,
112-
[reach us on our discord server](https://discord.gg/eaU3Z6Q)
112+
[reach us on our discord server](https://reasonml-community.github.io/reason-react-native/discord/)
113113

114114
---
115115

0 commit comments

Comments
 (0)