From 4ee52229eb6c4804bf0e29dfec1ab5dc7e9a2b56 Mon Sep 17 00:00:00 2001 From: Schuyler Cohen Date: Thu, 12 Oct 2023 21:30:32 -0400 Subject: [PATCH] Fix link to CrossMgrTutorial.docx When clicking on the link in github it was sending to https://github.com/esitarski/CrossMgr/blob/master/https:/github.com/esitarski/CrossMgr/blob/master/CrossMgrTutorial.docx --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index b10139ea4..87d4d7d7f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Welcome to Cross Manager! Cross Manager is software used to score bike races. It has many features including support for RFID chip readers. Full documentation is in the CrossMgrHtml directory or under Help in the application. -In addition to the application help files, there is a tutorial for CrossMgr [here](/https://github.com/esitarski/CrossMgr/blob/master/CrossMgrTutorial.docx) +In addition to the application help files, there is a tutorial for CrossMgr [here](https://github.com/esitarski/CrossMgr/blob/master/CrossMgrTutorial.docx) and an explanation of an RFID implementation using CrossMgrIpinj [here](https://github.com/esitarski/CrossMgr/blob/master/CrossMgrImpinj/CrossMgrImpinjReadme.docx). The software consists of a set of executables. For Cyclocross, MTB CX, TimeTrial, Road and Criterium races, you will need: @@ -169,4 +169,3 @@ Windows: You must be on the dev branch without any pending changes to make a release. If the version number of an application is to be incremented, it should be done in the dev branch, and checked in prior to making the release. A build can also be forced by tagging the master branch. This is done with the -T option (Linux/Mac) and -tag (windows). You can only tag the master branch with this option. -