From f1b8e6154efe8b0fc8fd7733f03218d17baabf39 Mon Sep 17 00:00:00 2001 From: Crayon2000 Date: Wed, 1 May 2019 09:07:48 -0400 Subject: [PATCH] Fix Markdown MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Don’t use literal URLs without angle brackets. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index eb0e1e8..1faa4c4 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Developing for the Wii ---------------------- Do not progress until you have installed and configured devkitPro. Guides are -and assistance are available at https://devkitpro.org/index.php +and assistance are available at If you have just performed a clean (re)install on your Windows PC, be sure to reboot before you continue. @@ -71,7 +71,7 @@ Downloading GRRLIB You are invited to use "the latest Git master version" of GRRLIB at all times. -The Git repository is located at: https://github.com/GRRLIB/GRRLIB +The Git repository is located at: There is a simple guide to "Using GitHub" later in this document. @@ -208,12 +208,12 @@ changes. and (if necessary) reverted. It also allows the power-users to gain access to the latest (often "in-test") features. -To obtain the "cutting edge" codebase go to https://github.com/GRRLIB/GRRLIB/tree/master +To obtain the "cutting edge" codebase go to 1. Create a directory to hold the code (e.g. C:\grr) - 2. Click the *Download ZIP* button if you don't have the proper tools installed on your PC or Clone the following URL https://github.com/GRRLIB/GRRLIB.git + 2. Click the *Download ZIP* button if you don't have the proper tools installed on your PC or Clone the following URL -All official releases can be found here https://github.com/GRRLIB/GRRLIB/releases +All official releases can be found here Credits