Skip to content

Commit 119c5d1

Browse files
authored
Fix repo-internal links
1 parent 31b5e8f commit 119c5d1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ The generators are agent based models for movement in continuous space built usi
1616

1717
To use the generators, follow the instructions in corresponding directory:
1818

19-
1. [Bird Movement Model](boid_flockers) (Mesa official example):
19+
1. [Bird Movement Model](./boid_flockers) (Mesa official example):
2020
[Boids](https://en.wikipedia.org/wiki/Boids)-style flocking model, demonstrating the use of agents moving through a continuous space following direction vectors.
21-
2. [Ship Movement Model](ship_hybrid_algorithm) (MobiSpaces addition):
21+
2. [Ship Movement Model](./ships_hybrid_algorithm) (MobiSpaces addition):
2222
Agent based simulation of ship movements between ports, using a dynamic window approach and A* routing with support for speed restrictions.
2323

2424

0 commit comments

Comments
 (0)