Skip to content

Commit

Permalink
more fixed links #2
Browse files Browse the repository at this point in the history
  • Loading branch information
behrisch committed Jan 6, 2024
1 parent 1ab0442 commit 2e96f28
Show file tree
Hide file tree
Showing 12 changed files with 18 additions and 17 deletions.
1 change: 1 addition & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs:
uses: lycheeverse/lychee-action@v1
with:
fail: true
args: -c docs/web/lychee.toml -n docs/web/docs/

- name: Checking links in markdown files
uses: gaurav-nelson/github-action-markdown-link-check@v1
Expand Down
6 changes: 3 additions & 3 deletions docs/web/docs/Data/Scenarios.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,14 +120,14 @@ connected driving in Hamburg.

[SUMO simulation files for running 24h of car traffic in five large-scale cities](https://www.research-collection.ethz.ch/handle/20.500.11850/584669)

# Further real-world scenarios
# Outdated real-world scenarios

- [Bologna Ringway](https://academic.lucabedogni.it/the-bologna-ringway-dataset/).
- [Bologna Ringway](https://web.archive.org/web/20220707045650/https://academic.lucabedogni.it/the-bologna-ringway-dataset/).
Scenario built within the [COLOMBO R&D
project](https://web.archive.org/web/20170716120720/https://www.colombo-fp7.eu/).

!!! caution
This scenario is known to have lots of collisions due to unsafe traffic lights and some invalid junction definitions. It is also quite jammed.
This scenario seems to have been removed and is only here for historical reference. It was known to have lots of collisions due to unsafe traffic lights and some invalid junction definitions. It is also quite jammed.

# Synthetic scenarios

Expand Down
4 changes: 2 additions & 2 deletions docs/web/docs/Developer/CodeStyle.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ extended character information use TeX or HTML notation instead.
## Throw-declarations

- We are not using throw-declarations, see:
<https://www.gotw.ca/publications/mill22.htm> (thanks to Björn
<http://www.gotw.ca/publications/mill22.htm> (thanks to Björn
Hendriks); we'll remove the existing ones subsequently.

## Object Handling
Expand Down Expand Up @@ -193,7 +193,7 @@ following in mind:

For further information about possible error sources and difficulties
resulting in Python 3 compatibility see also
<https://python3porting.com/> and
<http://python3porting.com/> and
<https://docs.python.org/3/howto/pyporting.html>

## Template
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/Installing/Linux_Build_Libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Unix-like environments. Documentation can be found in the
- [Manual for
libtool](https://www.gnu.org/software/libtool/manual/libtool.html), and
- the
[Autobook](https://sources.redhat.com/autobook/autobook/autobook_toc.html).
[Autobook](https://sourceware.org/autobook/).

#### The Libraries

Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/Installing/Windows_Libraries.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ set FOX16=D:\libs\fox-1.6.36.
- Warning: This is a little advanced, we were successful with libpng
1.5.2 and 1.6.20 together with zlib 1.2.5 and 1.2.8
- download zlib sources and libpng sources from
[\[1\]](https://www.libpng.org/pub/png/libpng.html) and
[\[1\]](http://www.libpng.org/pub/png/libpng.html) and
[\[2\]](https://www.zlib.net/)
- unzip all zips
- there is no need to build zlib
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/Libraries_Licenses.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ can be omitted, but [sumo-gui](sumo-gui.md),
- zlib - [self made license, free also for commercial use and
binary distribution](https://www.zlib.net/zlib_license.html)
- libpng - [self made license, comparable to
zlib](https://www.libpng.org/pub/png/src/libpng-LICENSE.txt)
zlib](http://www.libpng.org/pub/png/src/libpng-LICENSE.txt)
- libjpeg - [self made license, free also for commercial use and
binary
distribution](https://github.com/winlibs/libjpeg/blob/master/README)
Expand Down
4 changes: 2 additions & 2 deletions docs/web/docs/Networks/Import/OpenStreetMapDownload.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ filtering and editing of OSM Data.

Larger amounts of OSM-data can be downloaded using a web browser or
preferably with a program such as
[wget](https://wget.addictivecode.org/). For detailed information refer
[wget](http://wget.addictivecode.org/). For detailed information refer
to the [API overview](https://wiki.openstreetmap.org/wiki/API)

Downloading OSM-data via the API is a two step process: First you must
Expand Down Expand Up @@ -94,7 +94,7 @@ https://api.openstreetmap.org/api/0.6/map?bbox=13.278,52.473,13.471,52.552
```

you can download your data by entering the URI in a web-browers or by
using another program such as [wget](https://wget.addictivecode.org/).
using another program such as [wget](http://wget.addictivecode.org/).

```
wget.exe "https://api.openstreetmap.org/api/0.6/map?bbox=13.278,52.473,13.471,52.552" -O berlin.osm.xml
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/Other/Glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ XML](../Networks/PlainXML.md#type_descriptions)
- **XML**:
"e**X**tensible **M**arkup **L**anguage is a universal format
for structured documents and data" as the w3c says. Further
information may be found at <https://www.w3c.org/XML/> or
information may be found at <https://www.w3.org/XML/> or
<https://en.wikipedia.org/wiki/XML>. Most of the data read and
written by SUMO is stored as XML, see also the page on [file
types](../Other/File_Extensions.md).
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/Other/Projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ title: Projects
modeling of transfer between vehicles in SUMO
- [Mobility Inside](https://www.mobility-inside.de/) Using SUMO's
intermodal routing engine
- [HubChain (german)](https://komob.de/projekte/hub-chain/) simulating
- [HubChain (german)](http://komob.de/projekte/hub-chain/) simulating
autonomous public transport in rural areas

### Past Projects
Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/Tutorials/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ These tutorials use the [Python-TraCI Library](../TraCI/Interfacing_TraCI_from_P
# Other

## Curso de Simulação em Mobilidade
[Udemy tutorial](https://www.udemy.com/ferramenta-de-microssimulacao-de-trafego-sumo/learn/v4/overview) in Portuguese courtesy of Ednardo Ferreira.
[Udemy tutorial](https://www.udemy.com/course/ferramenta-de-microssimulacao-de-trafego-sumo/) in Portuguese courtesy of Ednardo Ferreira.

## ITSC 2015

Expand Down
2 changes: 1 addition & 1 deletion docs/web/docs/Vehicle_Type_Parameter_Defaults.md
Original file line number Diff line number Diff line change
Expand Up @@ -469,7 +469,7 @@ vehicle types).
- (25): <https://de.wikipedia.org/wiki/Vespa_LX>
- (26): <https://www.colliseum.net/wiki/Bremsversuche_mit_dem_Kleinkraftrad_S_50_/_S_51>
- (27): <https://web.archive.org/web/20120622045505/https://www.unfallaufnahme.info/uebersichten-listen-und-tabellen/geschwindigkeiten-und-bremswege/index.html>
- (28): <https://www.bmw-motorrad.de/>
- (28): <https://de.wikipedia.org/wiki/BMW_R_1200_GS_K25>
- (29): <https://web.archive.org/web/20140227232934/https://www.volkswagen.de/de/models/golf_7/trimlevel_overview.s9_trimlevel_detail.suffix.html/der-golf-cup~2Fcup.html>
- (30): <https://web.archive.org/web/20160320031009/https://www.buchbinder.de/de/fahrzeuge.html>
- (31): <https://www.colliseum.net/wiki/Lkw-Anfahrbeschleunigungswerte_f%C3%BCr_die_Praxis>
Expand Down
6 changes: 3 additions & 3 deletions docs/web/lychee.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Maximum number of allowed redirects.
max_redirects = 20

# User agent to send with each request.
user_agent = "Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:93.0) Gecko/20100101 Firefox/93.0"

# Proceed for server connections considered insecure (invalid TLS).
insecure = true

# Remap URI matching pattern to different URI.
remap = ["%7B%7BSource%7D%7D file://"]

# Exclude URLs and mail addresses from checking (supports regex).
exclude = ['^https://sumo\.dlr\.de/generate-documentation\.php', '^https://web\.archive\.org/web/', '^https://doi\.org/10', 'https://www\.researchgate\.net/publication/', 'https://www.udemy.com/course/ferramenta-de-microssimulacao-de-trafego-sumo/']

0 comments on commit 2e96f28

Please sign in to comment.