From 812051f9f5fcedc42163494ff66b71b3538d340b Mon Sep 17 00:00:00 2001 From: David Ross Date: Sun, 20 Aug 2017 01:37:50 -0700 Subject: [PATCH] Unbreak README and CONTRIBUTING grammar. --- CONTRIBUTING.md | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e19a79c..f76c65b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -26,7 +26,7 @@ Hopefully these modules are fairly separated, and it's clear when you'll need to #### Pull requests -Pull requests are _the_ way to change code using git. If you aren't familiar with them in general, GitHub has some [excellent documentation](https://help.github.com/articles/about-pull-requests/) on using these. +Pull requests are _the_ way to change code using git. If you aren't familiar with them in general, GitHub has some [excellent documentation](https://help.github.com/articles/about-pull-requests/). There aren't many hard guidelines in this repository on how specifically to format your request. Main points: diff --git a/README.md b/README.md index 5252ffb..dc7aaae 100644 --- a/README.md +++ b/README.md @@ -69,6 +69,6 @@ See [CONTRIBUTING](./CONTRIBUTING.md) for more information on technical details. [travis-builds]: https://travis-ci.org/daboross/fern [appveyor-image]: https://ci.appveyor.com/api/projects/status/github/daboross/fern?branch=master&svg=true [appveyor-builds]: https://ci.appveyor.com/project/daboross/fern -[fern-docs](https://dabo.guru/rust/fern/) -[fern-example](https://github.com/daboross/fern/tree/master/examples/cmd-program.rs) +[fern-docs]: https://dabo.guru/rust/fern/ +[fern-example]: https://github.com/daboross/fern/tree/master/examples/cmd-program.rs [log]: https://github.com/rust-lang-nursery/log