From c73b641bcf69b804b9ca3ec5309f3b21771ebbaa Mon Sep 17 00:00:00 2001 From: Alex Brooke Date: Tue, 20 Jun 2017 15:33:13 -0500 Subject: [PATCH] Fix links at the bottom of README (again) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit I feel like I keep doing this, but for some reason attempting to hotlink our repos à la `purduesigbots/pros` doesn't work [anymore], so I'm changing them to absolute links for consistency --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0956cf159..7652e09c1 100644 --- a/README.md +++ b/README.md @@ -31,8 +31,8 @@ Drop us a line ### I think I found a bug! We maintain GitHub repositories for the three major components of the PROS ecosystem: -- The Command Line Interface (cli) at purduesigbots/pros-cli -- The Atom plugin at purduesigbots/pros-atom -- The kernel (purduesigbots/pros) +- The Command Line Interface (cli) at [purduesigbots/pros-cli](github.com/purduesigbots/pros-cli) +- The Atom plugin at [purduesigbots/pros-atom](github.com/purduesigbots/pros-atom) +- The kernel [here](github.com/purduesigbots/pros) If you find a problem with our documentation or tutorials, we have a repository for that, too, at [purduesigbots/pros-docs](github.com/purduesigbots/pros-docs).