Skip to content

Commit 9c4d54b

Browse files
Update RAPTOR paper URL [ci skip]
1 parent f92c05f commit 9c4d54b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/user/Bibliography.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ producing true Pareto-optimal sets of results.
2323
- Delling, Pajor, Werneck. Round-Based Public Transit Routing (2012)
2424
<BR>This is a tabular approach to routing in public transit networks that does not use an (
2525
explicit) graph. It is simpler and can outperform classic graph algorithms.
26-
<BR>http://research.microsoft.com/pubs/156567/raptor_alenex.pdf
26+
<BR>https://www.microsoft.com/en-us/research/wp-content/uploads/2012/01/raptor_alenex.pdf
2727

2828
- Delling, Dibbelt, and Pajor. Fast and Exact Public Transit Routing with Restricted Pareto Sets (
2929
2019)

raptor/src/main/java/org/opentripplanner/raptor/rangeraptor/DefaultRangeRaptorWorker.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
* Land Use Sketch Planning Using Interactive Accessibility Methods on Combined Schedule and
2525
* Headway-Based Networks.” Transportation Research Record 2653 (2017). doi:10.3141/2653-06.
2626
* <p>
27-
* <a href="http://research.microsoft.com/pubs/156567/raptor_alenex.pdf">
27+
* <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2012/01/raptor_alenex.pdf">
2828
* Delling, Daniel, Thomas Pajor, and Renato Werneck. “Round-Based Public Transit Routing”,
2929
* January 1, 2012.
3030
* </a>.

raptor/src/main/java/org/opentripplanner/raptor/rangeraptor/RangeRaptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
* Land Use Sketch Planning Using Interactive Accessibility Methods on Combined Schedule and
2323
* Headway-Based Networks.” Transportation Research Record 2653 (2017). doi:10.3141/2653-06.
2424
* <p>
25-
* <a href="http://research.microsoft.com/pubs/156567/raptor_alenex.pdf">
25+
* <a href="https://www.microsoft.com/en-us/research/wp-content/uploads/2012/01/raptor_alenex.pdf">
2626
* Delling, Daniel, Thomas Pajor, and Renato Werneck. “Round-Based Public Transit Routing”,
2727
* January 1, 2012.
2828
* </a>.

0 commit comments

Comments
 (0)