Fix or remove the broken web links in documentation/subversion.html

That should prevent curious people from clicking dead links in browser.
I did not check nor update the links for SVN client use.
This commit is contained in:
Sebastian Zhorel 2019-12-07 16:20:47 +01:00
parent 0a5feaaf8e
commit 097bc172db
1 changed files with 3 additions and 3 deletions

View File

@ -68,14 +68,14 @@
<td valign="top" colspan="2">
<div class="warningbox">FreeCol no longer uses Subversion. For the latest documentation on compiling FreeCol, please see our <a href="git.html" title="Git Repository">Git Repository</a>. This information is retained for historical reference.</div>
<p align="justify">Subversion is the tool we use for storing our source code in a central location. This system allows everyone to have their own copy of the source code. You can <a href="http://en.wikipedia.org/wiki/Subversion_(software)" target="wikipedia_subversion">read more about Subversion</a> at Wikipedia.</p>
<p>If you just wish to take a quick look at the the Subversion repository, you may use the web-based interface: <a href="http://freecol.svn.sourceforge.net/viewvc/freecol/freecol/">Browse Subversion Repository</a>.</p>
<p>If you just wish to take a quick look at the the Subversion repository, you may use the web-based interface: <a href="https://sourceforge.net/p/freecol/code/">Browse Subversion Repository</a>.</p>
<h4>Development branches</h4>
<p>We are often developing two versions of FreeCol at the same time: the <a href="http://freecol.svn.sourceforge.net/viewvc/freecol/freecol/trunk">main/trunk version</a> and a <a href="http://freecol.svn.sourceforge.net/viewvc/freecol/freecol/branches/0.9.x">stable branch</a>. The former will be released as FreeCol x.0 and will probably be buggy for some time, while the latter is used for creating stable releases. At other times however only the trunk is being worked on.</p>
<p>We are often developing two versions of FreeCol at the same time: the main/trunk version and a stable branch. The former will be released as FreeCol x.0 and will probably be buggy for some time, while the latter is used for creating stable releases. At other times however only the trunk is being worked on.</p>
<p><em>Read more on the <a href="subversion-repository-layout.html">Subversion Repository Layout</a></em></p>
<a name="latest" title="latest"></a>
<h4>Get the latest development version</h4>
<p align="justify">The stability of the trunk might be poor, but is recommended for users who are comfortable with Java development and who would like to test new features and report bugs. If more stability is desired, it is usually better to work from the current release.</p>
<p>You need a <a href="http://sourceforge.net/docs/B01/en/svn_client#svn_client" target="sf_subversion">Subversion client</a> in order to get the development version of the game.
<p>You need a <a href="https://sourceforge.net/p/forge/documentation/svn/" target="sf_subversion">Subversion client</a> in order to get the development version of the game.
<table border="1">
<tbody>
<tr>