From f969fb6573f67a6e1e53cf66b8a776f9bec4cb6e Mon Sep 17 00:00:00 2001 From: Olle Jonsson Date: Wed, 17 Apr 2019 14:46:26 +0200 Subject: [PATCH] CONTRIBUTING: Correct URL --- CONTRIBUTING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 618eda5..46eb827 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -3,8 +3,8 @@ Fork, then clone the repo: ``` -git clone git@github.com:your-username/swagger_rails.git -cd swagger_rails +git clone git@github.com:domaindrivendev/rswag.git +cd rswag ``` Set up your machine: @@ -28,6 +28,6 @@ Make your change. Add tests for your change. Make the tests pass: bundle exec rspec ``` -Push to your fork and [submit a pull request][pr]. +Push to your fork and [submit a Pull Request][pr]. -[pr]: https://github.com/domaindrivendev/swagger_rails/compare/ +[pr]: https://github.com/domaindrivendev/rswag/compare/