Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2011-03-23 17:41:19 +0000
committerStijn Buys <ingar@osirion.org>2011-03-23 17:41:19 +0000
commitf875dbe0d629acbe3d27c0552016a7b594843c36 (patch)
tree69a22b648d135a7b6ca4288130be76d93c933bfc /doc
parent90c65bfe0b4673a59b0bb804fdaad19a627f361b (diff)
Point the installation documention to the osirion.org SVN repository,
Diffstat (limited to 'doc')
-rw-r--r--doc/installation.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/installation.html b/doc/installation.html
index 1db9e2f..dafdc43 100644
--- a/doc/installation.html
+++ b/doc/installation.html
@@ -212,7 +212,7 @@ sudo make install<br>
<p>
You can get the osirion project source code from the subversion repository:
<ul>
- <li><a href="svn://intranifty.no-ip.org/osirion">svn://intranifty.no-ip.org/osirion</a>
+ <li><a href="svn://osirion.org/osirion">svn://osirion.org/osirion</a>
</ul>
</p>
<p>
@@ -220,7 +220,7 @@ sudo make install<br>
command will create a new subdirectory <span class="fixed">osirion</span> and download the source code into it.
</p>
<div class="code">
-svn co svn://intranifty.no-ip.org/osirion osirion
+svn co svn://osirion.org/osirion osirion
</div>
<p>
On windows, you can use the Turtoisesvn SubVersion client to access the
@@ -305,7 +305,7 @@ make
The game data should be located in the <span class="fixed">data</span> subdirectory of the main distribution.
You can use the game data package from the website or get it from the osirion-data subversion repository:
<ul>
- <li><a href="svn://intranifty.no-ip.org/osirion-data">svn://intranifty.no-ip.org/osirion-data</a>
+ <li><a href="svn://osirion.org/osirion-data">svn://osirion.org/osirion-data</a>
</ul>
</p>
<p>
@@ -313,7 +313,7 @@ make
the game data into the <span class="fixed">data</span> subdirectory:
</p>
<div class="code">
-svn checkout svn://intranifty.no-ip.org/osirion-data data
+svn checkout svn://osirion.org/osirion-data data
</div>
</div>
@@ -439,7 +439,7 @@ enginepath_linux="/home/user/osirion/data"
To download the source data from the subversion repository:
</p>
<div class="code">
-svn checkout svn://intranifty.no-ip.org/osirion-data-src data-src
+svn checkout svn://osirion.org/osirion-data-src data-src
</div>
</div>