Skip to content

Commit 6249fee

Browse files
committed
Update links to WorkAdventure documentation
1 parent 376c018 commit 6249fee

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
@@ -1,10 +1,10 @@
11
# FOSSGIS-WorkAdventure-Maps
22

3-
This repo contains some maps built with the [Tiled Map Editor](https://www.mapeditor.org/) which might be used at some [FOSSGIS](https://fossgis.de/) events in a [WorkAdventure](https://workadventu.re/)-based world. See the ["Create your map!" howto](https://workadventu.re/create-map.html) about how to build maps.
3+
This repo contains some maps built with the [Tiled Map Editor](https://www.mapeditor.org/) which might be used at some [FOSSGIS](https://fossgis.de/) events in a [WorkAdventure](https://workadventu.re/)-based world. See the ["Build your Map with Tiled" documentation](https://docs.workadventu.re/map-building/tiled-editor/) about how to build maps.
44

55
## Map development
66

7-
The [official WorkAdventure documentation](https://workadventu.re/map-building/) is pretty comprehensive, so it is recommendable to read it. This repository also contains a simple, Python3 based web server in `serve-maps.py` which uses [`http.server`](https://docs.python.org/3/library/http.server.html) to serve the content of this repository:
7+
The [official WorkAdventure documentation](https://docs.workadventu.re/map-building/tiled-editor/) is pretty comprehensive, so it is recommendable to read it. This repository also contains a simple, Python3 based web server in `serve-maps.py` which uses [`http.server`](https://docs.python.org/3/library/http.server.html) to serve the content of this repository:
88

99
python3 serve-maps.py
1010

0 commit comments

Comments
 (0)