From 4a9089fbdc9bcaffe601eab5a9749047d5e86d9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=93=20hAodha?= Date: Tue, 15 Aug 2023 12:01:53 +0100 Subject: [PATCH] Fix PDF link Github doesn't like relative file paths with shell escaping; to be rendered on the repo homepage, file links in the README must use HTTP escaping --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9643fd2..2732d28 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Additional features include: - A live message ticker at the bottom of the page displaying the most recent public announcements from each train. - Optional plotting of each train station on the map, which can also be filtered via searching and the aforementioned filtering system. -This webapp was developed as a group project by Andrew Hayes, Conor McNamara, Jack Lennox, & Owen Guillot for the CT216 Software Engineering module at the University of Galway. The project writeup can be read [here](CT216: Irish Rail Tracker Project Report.pdf) +This webapp was developed as a group project by Andrew Hayes, Conor McNamara, Jack Lennox, & Owen Guillot for the CT216 Software Engineering module at the University of Galway. The project writeup can be read here: [CT216: Irish Rail Tracker Project Report.pdf](./CT216:%20Irish%20Rail%20Tracker%20Project%20Report.pdf). ## Setup ### Local Emulation