From 08d4340503adfc09803c8e9ead34f22db294b958 Mon Sep 17 00:00:00 2001 From: Scott Kyle Date: Thu, 25 Feb 2016 15:13:34 -0800 Subject: [PATCH] Make link to CONTRIBUTING.md absolute Since this page is used on the API docs as well. --- CONTRIBUTING.md | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f922e38b..f49b825e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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 diff --git a/README.md b/README.md index 15963472..64d85591 100644 --- a/README.md +++ b/README.md @@ -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