fix broken link (#308)

This commit is contained in:
Michael Kirk 2020-09-01 22:07:05 -07:00 committed by GitHub
parent 74aca40c0c
commit b85dd18757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -12,7 +12,7 @@ pedestrians.
[FreeBSD](https://www.freshports.org/games/abstreet/), or
[read all instructions](https://dabreegster.github.io/abstreet/howto/index.html)
(new releases every Sunday)
- [build from source](https://dabreegster.github.io/abstreet/howto/dev.html)
- [build from source](https://dabreegster.github.io/abstreet/dev/index.html)
(new changes daily)
## Show, don't tell
@ -35,7 +35,7 @@ Measure the effects:
- [How A/B Street works](https://dabreegster.github.io/abstreet/how_it_works.html)
- Technical
- [Developer guide](https://dabreegster.github.io/abstreet/howto/dev.html)
- [Developer guide](https://dabreegster.github.io/abstreet/dev/index.html)
- [Map model](https://dabreegster.github.io/abstreet/map/index.html)
- [Traffic simulation](https://dabreegster.github.io/abstreet/trafficsim/index.html)
- [Running A/B Street in a new city](https://dabreegster.github.io/abstreet/howto/new_city.html)

View File

@ -108,7 +108,7 @@ impl Map {
);
}
println!(
"Check https://dabreegster.github.io/abstreet/howto/dev.html and file an issue if you \
"Check https://dabreegster.github.io/abstreet/dev/index.html and file an issue if you \
have trouble."
);
}