From 53398b42c651f6ff6285f84701d12d77474abde1 Mon Sep 17 00:00:00 2001 From: Bryan Jennings Date: Wed, 8 Mar 2017 06:35:28 -0800 Subject: [PATCH] Fix broken link, rename CONTRIBUTING to CONTRIBUTING.md Summary: Before: There was a broken link in ./docs/README.md CONTRIBUTING didn't render markup on Github After: All links to CONTRIBUTING.md are not broken anymore CONTRIBUTING.md renders markup on Github Closes https://github.com/facebook/yoga/pull/458 Differential Revision: D4673746 Pulled By: emilsjolander fbshipit-source-id: 151c1f38789a96b61dfbb544fd11996098dc456d --- CONTRIBUTING => CONTRIBUTING.md | 0 YogaKit/README.md | 2 +- docs/README.md | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename CONTRIBUTING => CONTRIBUTING.md (100%) diff --git a/CONTRIBUTING b/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING rename to CONTRIBUTING.md diff --git a/YogaKit/README.md b/YogaKit/README.md index a4d18954..60e644d3 100644 --- a/YogaKit/README.md +++ b/YogaKit/README.md @@ -19,4 +19,4 @@ We also have a sample project. To try it out, clone this repo and open `YogaKitS ## Contributing We welcome all pull-requests! At Facebook we sync the open source version of `YogaKit` daily, so we're always testing the latest changes. -See the [CONTRIBUTING](https://github.com/facebook/yoga/blob/master/CONTRIBUTING) file for how to help out. +See the [CONTRIBUTING.md](https://github.com/facebook/yoga/blob/master/CONTRIBUTING.md) file for how to help out. diff --git a/docs/README.md b/docs/README.md index 7bc39b88..141de8b7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -4,7 +4,7 @@ This directory will contain the user, feature and API documentation for Yoga. Th ### Contributing -See [CONTRIBUTING.md](./CONTRIBUTING.md) for details on how to add or modify content. +See [CONTRIBUTING.md](https://github.com/facebook/yoga/blob/master/CONTRIBUTING.md) for details on how to add or modify content. ### Run the Site Locally