From 46bf110ba8acc61a568d714e8339cc5e1e7d1b49 Mon Sep 17 00:00:00 2001 From: Joseph Voss Date: Wed, 3 Apr 2019 22:45:20 -0400 Subject: [PATCH] Fix broken link to roadmap in CONTRIBUTING.md --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 2db0b422..1d4c150c 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -22,7 +22,7 @@ We will handle updating the version, tagging the release, and releasing the gem. Here are a few things you can do that will increase the likelihood of your pull request being accepted: -- Make sure your contribution is consistent with our [roadmap](roadmap.md). +- Make sure your contribution is consistent with our [roadmap](/doc/roadmap.md). - Follow the [style guide](https://github.com/bbatsov/ruby-style-guide).