Skip to content

Commit 8f8783a

Browse files
committed
Fix for bad links
Every link checked. Some needed "www" -> "static", others are just out of date since the last full check.
1 parent b05ccb1 commit 8f8783a

File tree

13 files changed

+32
-24
lines changed

13 files changed

+32
-24
lines changed

_data/files.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ doc_install_en:
3030
url: https://static.openrails.org/files/OpenRails-Testing-Installation%20Guide%20En.pdf
3131
date: 2020-09-01
3232
bytes: 993137
33-
doc_install_es:
33+
doc_install_es: # This file does not exist yet. The previous Es is much too old to be helpful.
3434
url: https://static.openrails.org/files/OpenRails-Testing-Installation%20Guide%20Es.pdf
3535
date: 2020-09-01
3636
bytes: 501541

_data/news.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
- date: 2022-11-01
1212
title: Version 1.5.1
1313
text:
14-
- <a href="/discover/version-1-5-1/">Open Rails 1.5.1</a> released to fix 3 bugs in v1.5.
14+
- <a href="/discover/version-1-5/">Open Rails 1.5.1</a> released to fix 3 bugs in v1.5.
1515
- date: 2022-11-01
1616
title: Version 1.5
1717
text:
@@ -21,7 +21,7 @@
2121
- Three new UK routes are now available for immediate download <a href="/download/content/">here</a>.
2222
- date: 2021-10-19
2323
text:
24-
- <a href="/discover/version-1-4/">Version 1.4</a> is now available for immediate download <a href="/download/program/">here</a>.
24+
- <a href="/discover/version-1-4/">Version 1.4</a> is now available for immediate download <a href="https://static.openrails.org/files/OpenRails-1.4-Setup.exe">here</a>.
2525
- date: 2020-11-17
2626
text:
2727
- Wagons can now be braked individually as on the oldest railways. This can be experienced in 2 scenarios - <a href="https://www.coalstonewcastle.com.au/physics/stock/#rainhill" target="_blank">Stephenson's Rocket at Rainhill Trials</a> and <a href="https://www.coalstonewcastle.com.au/physics/stock/#select" target="_blank">Langley Vale Timber Tramway</a>.
@@ -33,7 +33,7 @@
3333
- <a href="https://www.trainsim.com/forums/forum/open-rails/open-rails-discussion/150974-orts-standard-engine-files" target="_blank">ENG files published</a> with accurate physics for 176 USA diesel locos.
3434
- date: 2018-12-01
3535
text:
36-
- <a href="/discover/version-1-3-1/">Open Rails 1.3.1</a> released <a href="/download/program/">Download it here</a>.
36+
- <a href="/discover/version-1-3-1/">Open Rails 1.3.1</a> released <a href="https://static.openrails.org/files/OpenRails-1.3.1-Setup.exe">Download it here</a>.
3737
- date: 2018-03-01
3838
text:
3939
- Geoff Rowlands found a way to model 3D controls so they can be grabbed by the handle <a href="https://www.youtube.com/watch?v=UO9XrBz3iD0&feature=youtu.be" target="_blank">as in this video</a>.

contact/form.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<label for="emailMessage">Message</label>
3232
<textarea required name="message" class="form-control" rows="10" placeholder="Please follow the guidance to the left about getting help." required title="Please follow the guidance to the left about getting help."></textarea>
3333
</div>
34-
<input type="hidden" name="_redirect" value="/contact/success">
34+
<input type="hidden" name="_redirect" value="https://www.openrails.org/contact/success">
3535
<button type="submit">Send</button>
3636
</form>
3737
</div>

contribute/building-models/index.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ <h2>3D Modelling</h2>
1616
There are several products which support modelling in 3D and produce the formats used by Open Rails and Microsoft Train Simulator.
1717
</p>
1818
<ul>
19-
<li><a href="http://www.amabilis.com">Amabilis 3DCrafter</a></li>
20-
<li><a href="https://www.blender.org/">Blender</a> with
21-
<a href="http://www.elvastower.com/forums/index.php?/files/file/2251-blender-to-msts-exporter/">an exporter to MSTS/OR format</a></li>
22-
<li><a href="http://www.sketchup.com/">Google Sketch Up</a> (good for static models)</li>
23-
<li><a href="https://www.google.com/?q=gmax#q=gmax">Autodesk GMax</a></li>
24-
<li><a href="http://www.sketchup.com/">Autodesk 3ds Max</a></li>
25-
<li>Train Sim Modeler (TSM) - no longer sold by Abacus <br><a href="https://www.digital-rails.com/">but downloadable free</a> from Digital Rails</li>
19+
<li><a href="http://www.amabilis.com" target="_blank">Amabilis 3DCrafter</a></li>
20+
<li><a href="https://www.blender.org/" target="_blank">Blender</a> with
21+
<a href="http://www.elvastower.com/forums/index.php?/files/file/2251-blender-to-msts-exporter/" target="_blank">an exporter to MSTS/OR format</a></li>
22+
<li><a href="http://www.sketchup.com/" target="_blank">Google Sketch Up</a> (good for static models)</li>
23+
<li><a href="https://www.autodesk.com/support/technical/article/caas/sfdcarticles/sfdcarticles/How-to-authorize-the-discontinued-Autodesk-GMax-program-to-open-legacy-files.html" target="_blank">Autodesk GMax</a></li>
24+
<li><a href="https://www.autodesk.co.uk/products/3ds-max/" target="_blank">Autodesk 3ds Max</a></li>
25+
<li>Train Sim Modeler (TSM) - no longer sold by Abacus <br><a href="https://www.digital-rails.com/" target="_blank">but downloadable free</a> from Digital Rails</li>
2626
</ul>
2727
<p>&nbsp;</p>
2828
<h2>Tutorials</h2>

contribute/developing-code/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
If your changes might be useful to others, then we encourage you to submit them for inclusion into the product. We will respond to all
2626
submissions and give credit in the project record for submissions that are included.
2727
</p><p>
28-
Click <a href="https://github.com/twpol/openrails/blob/feature/contributing/CONTRIBUTING.md">here for detailed advice and instructions for contributing to Open Rails</a>.
28+
Click <a href="https://github.com/openrails/openrails/blob/master/Docs/Contributing.md">here for detailed advice and instructions</a> for contributing to Open Rails.
2929
</p>
3030
</div>
3131
</li><li>

discover/license/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ <h2>Free Software Components</h2>
2222
<li><a href="http://james.newtonking.com/json">Newtonsoft JSON</a> - an object notation library for .NET</li>
2323
<li><a href="http://www.gnu.org/software/gettext/">GetText</a> - a set of tools for writing multi-lingual programs</li>
2424
<li><a href="http://icsharpcode.github.io/SharpZipLib/">SharpZipLib</a> - a compression library for .NET</li>
25-
<li><a href="http://kcat.strangesoft.net/openal.html">OpenAL Soft</a> - an audio library for sound from moving objects</li>
25+
<li><a href="https://www.openal.org/">OpenAL Soft</a> - an audio library for sound from moving objects</li>
2626
<li><a href="https://github.com/xunit/xunit">xUnit</a> - tools for unit testing</li>
2727
</ul>
2828
<h2>License For Documents</h2>

download/content/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<div class="col-md-10">
1212
<h2>Demo Model 1</h2>
1313
<p>
14-
You can try out Open Rails by <a href="http://www.openrails.org/files/DemoModel1.zip" title="Warning: large download - 250MB">downloading this model</a> to drive the route from Edinburgh towards Glasgow.
14+
You can try out Open Rails by <a href="http://static.openrails.org/files/DemoModel1.zip" title="Warning: large download - 250MB">downloading this model</a> to drive the route from Edinburgh towards Glasgow.
1515
</p><p>
1616
Models contain lots of detail
1717
and this model, which is cut down from a full-size commercial route, compresses to 250MB. Installation instructions are included.

download/versions/index.html

+12-3
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@ <h2>Testing Version</h2>
3939
Once they have been checked and approved, they are published (on Friday) as the latest Testing Version.
4040
Any user can easily update to the current weekly Testing Version and benefit from these improvements.
4141
</p>
42+
<p>
43+
For reference all the Testing Versions (executable and source) can be <a href="https://github.com/openrails/openrails-testing/releases">found in our archive</a>.
44+
</p>
4245

4346
<h3>Recent Code Changes</h3>
4447
<ul>
@@ -69,7 +72,10 @@ <h2><span class='glyphicon glyphicon-download'></span> &nbsp; Download the execu
6972
<p style="text-align: center;">{% include file_meta.html file="testing_build" %}</p>
7073
<ul>
7174
<li><a href="{% include file_url.html file="doc_install_en" %}">Installation Guide (English)</a></li>
72-
<li><a href="{% include file_url.html file="doc_install_es" %}">Tutorial de Instalación (Spanish)</a></li>
75+
<!--
76+
The previous Spanish version is much too old to be helpful. Will re-instate this link when/if we get a fresh translation.
77+
<li><a href="{% include file_url.html file="doc_install_es" %}">Tutorial de Instalación (Spanish)</a></li>
78+
-->
7379
</ul>
7480
<p>
7581
Note: Multiple versions of Open Rails will not interfere if they are saved to different folders.
@@ -79,11 +85,14 @@ <h2>Unstable Version</h2>
7985
<p>
8086
To support development, the
8187
<a href='http://james-ross.co.uk/projects/or?utm_campaign=unstable-version&utm_source=openrails.org&utm_medium=referral'>latest unstable version</a>
82-
is also available, which is updated as and when we make changes to it.
83-
Previous unstable versions <a href='http://james-ross.co.uk/projects/or/log?utm_campaign=unstable-version&utm_source=openrails.org&utm_medium=referral'>are available</a>.
88+
is also available, which is updated whenever a developer publishes a change.
8489
The unstable versions are more <strong>likely to contain serious bugs</strong>
8590
and are only recommended for users wishing to help with Open Rails development.
8691
</p>
92+
<p>
93+
For reference all the Unstable Versions (executable and source) can be <a href="https://github.com/openrails/openrails-unstable/releases">found in our archive</a>.
94+
</p>
95+
8796
<h3>Improvements</h3>
8897
<p>
8998
Improvements to Open Rails are drawn from several public sources as shown here:

index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ <h5><a href="https://youtu.be/8RGw7hKdNPM" target="_blank">New features in Relea
7272
<h5>Video Review <a href="http://www.attherailyard.com" target="_blank">At The Railyard</a></h5>
7373
<p>
7474
In his Series 5, Nicholas Ozorak publishes
75-
<a href="http://www.attherailyard.com/seasonfiveepisodes.htm#openrails" target="_blank">
75+
<a href="https://attherailyard.com/index.php/2013/09/25/open-rails-full-bucket-line/" target="_blank">
7676
a review of the fictional Full Bucket Line running in Open Rails</a>.
7777
</p><p>
7878
Find more videos with this <a href="https://www.youtube.com/results?search_query=open+rails" target="_blank">YouTube search</a>.

learn/faq/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -110,12 +110,12 @@ <h3>Does Open Rails have multi-player operation?</h3>
110110
<h3>What's the graphics engine in Open Rails?</h3>
111111
<p>
112112
Open Rails currently uses Monogame technology to display its environment. This makes good use of modern graphics cards and is also
113-
compatible with the <a href="reshade.me">ReShade graphics post-processor</a>.
113+
compatible with the <a href="https://reshade.me">ReShade graphics post-processor</a>. Installation advice can be <a href="http://www.elvastower.com/forums/index.php?/topic/33511-open-rails-mg-and-reshade/">found here at Elvas Tower</a>.
114114
</p>
115115

116116
<h3>What about a route editor for Open Rails?</h3>
117117
<p>
118-
An Open Rails route editor is a key element of the project and <a href="https://launchpad.net/or/+milestones">is identified in our
118+
An Open Rails route editor is a key element of the project and <a href="/discover/roadmap/">is identified in our
119119
project roadmap</a>.
120120
</p>
121121

learn/manual-and-tutorials/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div class="col-md-4">
1010
<h2>Manual</h2>
1111
<p>
12-
Each download includes a copy of the Operating Manual. For convenience, you can also directly <a href='{% include file_url.html file="testing_manual" %}'>download the manual</a> ({% include file_meta.html file="testing_manual" %}).
12+
Each download includes a copy of the Operating Manual. For convenience, you can also directly <a href='{% include file_url.html file="testing_manual" %}'>download the manual</a> ({% include file_meta.html file="testing_manual" %}).
1313
</p>
1414
<h2>Test Environment for Models</h2>
1515
<p>

share/community/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ <h2>Communities Supporting Open Rails</h2>
3535
<li><a href="https://www.railpage.com.au/f-f61.htm" target="_blank">Railpage forum</a> - Australian</li>
3636
<li><a href="https://tsforum.forumotion.net/" target="_blank" title="Dedicated to MSTS and Open Rails">Train Sim Safe House</a> - British</li>
3737
<li><a href="http://open-rails.forumczech.com" target="_blank">Czech Open Rails Forum</a> - Czech</li>
38-
<li><a href="http://forum.treinpunt.nl/index.php/topic,65746.0.html" target="_blank">Trein Punt Open Rails Forum</a> - Dutch</li>
38+
<li><a href="https://simtogether.com/" target="_blank">Trein Punt Open Rails Forum</a> - Dutch</li>
3939
<li><a href="http://www.activitysimulatorworld.net" target="_blank">Activity Simulator World</a> - French</li>
4040
<li><a href="https://www.facebook.com/groups/1589931694654058" target="_blank">Open Rails Facebook Group</a> - Indian</li>
4141
<li><a href="http://www.trainsimhobby.net/forum" target="_blank">TrainSimHobby</a> - Italian</li>

trade/index.html

-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ <h2>Vendors Supporting MSTS</h2>
4545
<li><a href="https://www.simtrain.ch/" target="_blank">SimTrain.ch</a> - Switzerland</li>
4646
<li><a href="http://www.3dtrainstuff.com" target="_blank">3DTrainStuff</a> - USA and UK</li>
4747
<li><a href="http://www.dieselswest.com" target="_blank">DieselsWest</a> - USA</li>
48-
<li><a href="http://www.vscalecreations.com" target="_blank">V Scale Creations</a> - USA</li>
4948
</ul>
5049
<p>&nbsp;</p>
5150
<p class=small>(New or missing names are welcome.)</p>

0 commit comments

Comments
 (0)