Skip to content

Commit d292d73

Browse files
authored
Removed/Updated Docs Links in Master Readme (#621)
Removed old mlapi.network links to api/wiki/docs and replaced with nice shiny new Multiplayer docs site links.
1 parent 96deeea commit d292d73

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,8 @@
1111

1212

1313
[![Licence](https://img.shields.io/github/license/midlevel/mlapi.svg?color=informational)](https://github.com/MidLevel/MLAPI/blob/master/LICENSE)
14-
[![Website](https://img.shields.io/badge/docs-website-informational.svg)](https://mlapi.network/)
15-
[![Wiki](https://img.shields.io/badge/docs-wiki-informational.svg)](https://mlapi.network/wiki/home/)
16-
[![Api](https://img.shields.io/badge/docs-api-informational.svg)](https://mlapi.network/api/home/)
14+
[![Website](https://img.shields.io/badge/docs-website-informational.svg)](https://docs-multiplayer.unity3d.com/)
15+
[![Api](https://img.shields.io/badge/docs-api-informational.svg)](https://docs-multiplayer.unity3d.com/docs/mlapi-api/introduction)
1716

1817

1918
The Unity MLAPI (Mid level API) is a framework that simplifies building networked games in Unity. It offers **low level** access to core networking while at the same time providing **high level** abstractions. The MLAPI aims to remove the repetitive tasks and reduces the network code dramatically, no matter how many of the **modular** features you use.
@@ -24,8 +23,7 @@ On March 16th, during the Unity GDC keynote, we announced that we'd be releasing
2423
In the meantime, don't forget to save the date for [BossRoom](https://unity.com/boss-room)
2524

2625
### Getting Started
27-
To get started, check the [Wiki](https://mlapi.network/wiki/).
28-
This is also where most documentation lies. Follow the [quickstart](https://mlapi.network/wiki/installation/), join our [Discord](http://discord.mlapi.network/) and get started today!
26+
To get started, check the [Multiplayer Docs Site](https://docs-multiplayer.unity3d.com/).
2927

3028
### Community and Feedback
3129
For general questions, networking advice or discussions about MLAPI, please join our [Discord Community](https://discord.gg/FM8SE9E) or create a post in the [Unity Multiplayer Forum](https://forum.unity.com/forums/multiplayer.26/).

0 commit comments

Comments
 (0)