Skip to content

Commit a5f5a6a

Browse files
committed
update links to badges, wiki, issues
1 parent 6552327 commit a5f5a6a

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

index.html

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<title>Open Source Routing Machine</title>
44
<link href="osrm.css" rel="stylesheet" type="text/css">
55
</head><body>
6-
<a href="https://github.com/DennisOSRM/Project-OSRM"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>
6+
<a href="https://github.com/Project-OSRM/osrm-backend"><img style="position: absolute; top: 0; left: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_left_orange_ff7600.png" alt="Fork me on GitHub"></a>
77
<img src="osrm3-nq8.png" alt="Logo" >
88
<hr>
99
<a href="http://map.project-osrm.org/"><img src="images/demo-screenshot.png" alt="Screen Shot"></a>
@@ -19,9 +19,9 @@
1919
<tbody>
2020
<tr>
2121
<td> Project OSRM (master, Linux) </td>
22-
<td> <img src="https://travis-ci.org/DennisOSRM/Project-OSRM.png?branch=master" alt="Build Status" /></b> </td>
22+
<td> <img src="https://travis-ci.org/Project-OSRM/osrm-backend.png?branch=master" alt="Build Status" /></b> </td>
2323
<td> Project OSRM (develop, Linux) </td>
24-
<td> <img src="https://travis-ci.org/DennisOSRM/Project-OSRM.png?branch=develop" alt="Build Status" /></b> </td>
24+
<td> <img src="https://travis-ci.org/Project-OSRM/osrm-backend.png?branch=develop" alt="Build Status" /></b> </td>
2525
<td> Project OSRM (develop, Windows) </td>
2626
<td> <img src="https://ci.appveyor.com/api/projects/status/97g0epxsr6ybmar0/branch/develop" alt="Build Status" /></b> </td>
2727
</tr>
@@ -37,13 +37,13 @@
3737
<h2> Support </h2>
3838

3939
<ul>
40-
<li> <b>Wiki</b> [<a href="https://github.com/DennisOSRM/Project-OSRM/wiki">here</a>]
40+
<li> <b>Wiki</b> [<a href="https://github.com/Project-OSRM/osrm-backend/wiki">here</a>]
4141
</li>
4242
<li> <b>Mailing list </b> [<a href="http://lists.openstreetmap.org/listinfo/osrm-talk">here</a>]
4343
</li>
4444
<li> <b>IRC Channel </b> [<a href="irc://irc.oftc.net/osrm">server: irc.oftc.net, channel: #osrm</a>]
4545
</li>
46-
<li> <b>Bug Tracker </b> [<a href="https://github.com/DennisOSRM/Project-OSRM/issues">here</a>]
46+
<li> <b>Bug Tracker </b> [<a href="https://github.com/Project-OSRM/osrm-backend/issues">here</a>]
4747
</li>
4848
</ul>
4949

@@ -66,7 +66,7 @@ <h2>About the Project</h2>
6666

6767
<li> High Performance Routing Algorithm </li>
6868
<li> Flexible import of OSM data files </li>
69-
<li> Written entirely in C++ and available under the very permissive <a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a> for anyone to use. Previously, it was licensed under the restrictive AGPL.</li>
69+
<li> Written entirely in C++ and available under the very permissive <a href="https://github.com/Project-OSRM/osrm-backend/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a> for anyone to use. Previously, it was licensed under the restrictive AGPL.</li>
7070
<li> Ability to handle continental sized networks </li>
7171
<li> Influenced by current and ongoing academic research: [<a href="http://algo2.iti.kit.edu/routeplanning.php">more info</a>]
7272
</li>
@@ -75,7 +75,7 @@ <h2>About the Project</h2>
7575

7676
<h2> License </h2>
7777

78-
<p> OSRM is free, open source, and available under the very permissive <a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a>.
78+
<p> OSRM is free, open source, and available under the very permissive <a href="https://github.com/Project-OSRM/osrm-backend/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a>.
7979
</p>
8080

8181
<h2> Platforms supported </h2>
@@ -124,5 +124,5 @@ <h2> Links/Download </h2>
124124

125125
</p>
126126
<h2>Copyrights and permissions to to reproduce</h2>
127-
The text of this page is available for modification and reuse under the terms of the <a href="https://github.com/DennisOSRM/Project-OSRM/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a>.
127+
The text of this page is available for modification and reuse under the terms of the <a href="https://github.com/Project-OSRM/osrm-backend/blob/master/LICENCE.TXT">(simplified) 2-clause BSD license</a>.
128128
</body></html>

0 commit comments

Comments
 (0)