From 2e836542a2a3df314db49f1b8b215d8ce77ef551 Mon Sep 17 00:00:00 2001 From: Alexander <9460684+alex-0xFF@users.noreply.github.com> Date: Tue, 20 Feb 2018 22:37:11 +0300 Subject: [PATCH] Fix link to Ride.h --- SV6-Ride-Structure.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/SV6-Ride-Structure.md b/SV6-Ride-Structure.md index cb505bf..0c1d38e 100644 --- a/SV6-Ride-Structure.md +++ b/SV6-Ride-Structure.md @@ -1,7 +1,7 @@ -The SV6 ride structure is the same number of bytes as the SV4 format, but varies slightly from the [ride structure in RCT1][structure]. Here is everything we know about it. Note, the canonical source of truth for this information is the code in [`src/ride.h`][ride.h]. +The SV6 ride structure is the same number of bytes as the SV4 format, but varies slightly from the [ride structure in RCT1][structure]. Here is everything we know about it. Note, the canonical source of truth for this information is the code in [`src/openrct2/ride/Ride.h`][ride.h]. [structure]: http://freerct.github.io/RCTTechDepot-Archive/SV4.html - [ride.h]: /IntelOrca/OpenRCT2/blob/master/src/ride.h + [ride.h]: /OpenRCT2/OpenRCT2/blob/develop/src/openrct2/ride/Ride.h The original RCT Technical Information Depot has been updated and relaunched. There is additional data about this structure (updated in August 2014) at [tid.rctspace.com][tid].