Use GH URLs in the README

Along the same lines as https://github.com/thoughtbot/factory_bot/pull/1284#issuecomment-484582297
This commit is contained in:
Daniel Colson 2019-04-23 23:40:19 -04:00 committed by GitHub
parent d5c26ce8ea
commit 5ff9360444
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 2 deletions

View File

@ -5,7 +5,7 @@ factory_bot is a fixtures replacement with a straightforward definition syntax,
If you want to use factory_bot with Rails, see
[factory_bot_rails](https://github.com/thoughtbot/factory_bot_rails).
_[Interested in the history of the project name?](NAME.md)_
_[Interested in the history of the project name?][NAME]_
### Transitioning from factory\_girl?
@ -60,6 +60,7 @@ More Information
* [GIANT ROBOTS SMASHING INTO OTHER GIANT ROBOTS](https://robots.thoughtbot.com/)
[GETTING_STARTED]: https://github.com/thoughtbot/factory_bot/blob/master/GETTING_STARTED.md
[NAME]: https://github.com/thoughtbot/factory_bot/blob/master/NAME.md
Contributing
------------
@ -75,7 +76,10 @@ License
factory_bot is Copyright © 2008-2019 Joe Ferris and thoughtbot. It is free
software, and may be redistributed under the terms specified in the
[LICENSE](/LICENSE) file.
[LICENSE] file.
[LICENSE]: https://github.com/thoughtbot/factory_bot/blob/master/LICENSE
About thoughtbot
----------------