Make link to CONTRIBUTING.md absolute
Since this page is used on the API docs as well.
This commit is contained in:
parent
d7d53c4d18
commit
08d4340503
|
@ -17,7 +17,7 @@ If you'd like to send us sensitive sample code to help troubleshoot your issue,
|
|||
|
||||
## Contributing Enhancements
|
||||
|
||||
We love contributions to Realm! If you'd like to contribute code, documentation, or any other improvements, please [file a Pull Request](https://github.com/realm/realm-js/pulls) on our GitHub repository. Make sure to accept our [CLA](#cla)
|
||||
We love contributions to Realm! If you'd like to contribute code, documentation, or any other improvements, please [file a Pull Request](https://github.com/realm/realm-js/pulls) on our GitHub repository. Make sure to accept our [CLA](#cla).
|
||||
|
||||
### Commit Messages
|
||||
|
||||
|
|
|
@ -67,7 +67,7 @@ By participating, you are expected to uphold this code. Please report unacceptab
|
|||
|
||||
## Contributing
|
||||
|
||||
See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!
|
||||
See [CONTRIBUTING.md](https://github.com/realm/realm-js/blob/master/CONTRIBUTING.md) for more details!
|
||||
|
||||
## License
|
||||
|
||||
|
|
Loading…
Reference in New Issue