Skip to content

Commit e6dc787

Browse files
committed
Update readme links
1 parent b692927 commit e6dc787

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,21 @@
11
<div align="center">
2-
<a href="https://github.com/tom-weiland/RiptideNetworking">
3-
<img src="https://user-images.githubusercontent.com/51303091/119734159-690afc00-be2f-11eb-9673-c1f998025a3e.png" width="20%" height="auto">
2+
<a href="https://github.com/RiptideNetworking/Riptide">
3+
<img src="https://riptide.tomweiland.net/images/logo.png" width="150px" height="auto">
44
</a>
55
</div>
6-
<div align="center"><a href="https://tomweiland.net/youtube">YouTube</a>&emsp;<b>•</b>&emsp;<a href="https://discord.com/invite/tomweiland">Discord</a></div>
7-
<h1 align="center">Sample FPS Game Using RiptideNetworking</h1>
6+
<div align="center"><a href="https://riptide.tomweiland.net">Docs</a>&emsp;<b>•</b>&emsp;<a href="https://discord.gg/tomweiland">Discord</a>&emsp;<b>•</b>&emsp;<a href="https://github.com/sponsors/tom-weiland">Donate</a></div>
7+
<h1 align="center">Sample FPS Game Using Riptide Networking</h1>
88

9-
This is the source code for my [Riptide tutorial series](https://youtube.com/playlist?list=PLXkn83W0Qkfn3qF7NU4OEtVwOD6U2wphJ) on YouTube, where we build this multiplayer first person shooter to demonstrate how [RiptideNetworking](https://github.com/tom-weiland/RiptideNetworking) works. Check out [part 1](https://youtu.be/6kWNZOFcFQw).
9+
This is the source code for my [Riptide tutorial series](https://youtube.com/playlist?list=PLXkn83W0Qkfn3qF7NU4OEtVwOD6U2wphJ) on YouTube, where we build this multiplayer first person shooter to demonstrate how [Riptide Networking](https://github.com/RiptideNetworking/Riptide) works. Check out [part 1](https://youtu.be/6kWNZOFcFQw).
1010

1111
There's a branch containing the code for each video in the series.
1212

1313
**Please DO NOT create issues for help with resolving any problems you encounter while following along with the videos—use [the Discord server](https://discord.com/invite/tomweiland) for that. Issues should be reserved for bugs that are present within the code of this repository!**
1414

1515
## Donate
16-
Riptide, its various transports and the tutorials are all free, but if you've found them helpful, please consider supporting me financially via [GitHub sponsors](https://github.com/sponsors/tom-weiland) or on [Ko-fi](https://ko-fi.com/tomweiland). I really appreciate any and all support :D
16+
17+
Riptide is 100% free to use, but if you'd like to financially support Riptide's development and get early access to new features, you can do so through [GitHub Sponsors](https://github.com/sponsors/tom-weiland). I really appreciate any and all support :D
1718

1819
## License
19-
Distributed under the MIT license. See [LICENSE.md](https://github.com/tom-weiland/RiptideSampleFPS/blob/main/LICENSE.md) for more information.
20+
21+
Distributed under the MIT license. See [LICENSE.md](LICENSE.md) for more information.

0 commit comments

Comments
 (0)