Skip to content

Commit

Permalink
README.md: Fix links wrt. underscore-to-hyphen rename
Browse files Browse the repository at this point in the history
  • Loading branch information
heinrich5991 committed May 13, 2024
1 parent 30f5a39 commit efec41c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ indicate that the libraries or executables might be useful outside of libtw2.
formats. See also Ryozuki's [teeint](https://github.com/edg-l/teeint) for
another implementation of Teeworlds/DDNet's [variable-length
integers](https://en.wikipedia.org/wiki/Variable-length_quantity).
- [**render\_map**](render_map). Render Teeworlds/DDNet maps to images. **You
- [**render-map**](render-map). Render Teeworlds/DDNet maps to images. **You
should probably use Patiga's [TwGpu](https://gitlab.com/Patiga/twgpu)
instead.**
- [server](server). Proof-of-concept Teeworlds 0.6 server implementation.
Expand All @@ -106,7 +106,7 @@ indicate that the libraries or executables might be useful outside of libtw2.
- [**snapshot**](snapshot) Teeworlds/DDNet data structure for transferring
gamestate.
- [socket](socket). Helper for creating UDP sockets.
- [stats\_browser](stats_browser). Used for adding entries to the DDNet HTTPS
- [stats-browser](stats-browser). Used for adding entries to the DDNet HTTPS
masterserver, for game servers not supporting the HTTPS masterserver
protocol. Originally intended to provide a tracking for Teeworlds servers.
That info can now be found at https://ddnet.org/stats/master/ and parsed
Expand All @@ -122,5 +122,5 @@ indicate that the libraries or executables might be useful outside of libtw2.
for Teeworlds 0.6, Teeworlds 0.7 and DDNet.
- [world](world). Proof-of-concept Teeworlds physics. **You should probably use
Zwelf's [TwGame](https://gitlab.com/ddnet-rs/twgame) instead.**
- [zlib\_minimal](zlib_minimal). Minimal wrapper around
- [zlib-minimal](zlib_minimal). Minimal wrapper around
[zlib](https://zlib.net/).

0 comments on commit efec41c

Please sign in to comment.