Fix broken links in readme

This commit is contained in:
David Zhao
2021-07-03 12:51:04 -07:00
parent a694c82581
commit d47a784dd1
+9 -4
View File
@@ -5,17 +5,17 @@ LiveKit is an open source project that provides scalable, multi-user conferencin
## Features
- Horizontally scalable WebRTC Selective Forwarding Unit (SFU)
- Modern, full-featured [client SDKs](references/client-sdks.md) for JS, iOS, Android
- Built for production - JWT authentication and [server APIs](references/server-apis.md)
- Modern, full-featured [client SDKs](https://docs.livekit.io/references/client-sdks/) for JS, iOS, Android
- Built for production - JWT authentication and [server APIs](https://docs.livekit.io/guides/server-api)
- Robust networking & connectivity, over UDP & TCP
- Easy to deploy, a single binary and only three ports to forward.
- Advanced features - simulcasting, selective subscription, moderation APIs.
- Advanced features - speaker detection, simulcasting, selective subscription, moderation APIs.
## Documentation & Guides
Docs & Guides at: https://docs.livekit.io
## SDKs & APIs
## SDKs & Tools
Client SDKs:
@@ -29,6 +29,11 @@ Server SDKs:
- [Javascript](https://github.com/livekit/server-sdk-js) ([docs](https://docs.livekit.io/server-sdk-js/))
- [Go](https://github.com/livekit/server-sdk-go) ([docs](https://pkg.go.dev/github.com/livekit/server-sdk-go))
Tools:
- [livekit-cli](https://github.com/livekit/livekit-cli)
- [chrometester](https://github.com/livekit/chrometester)
## Installing
### From source