From d47a784dd1b5b38cbba072f1e49ef5772ed731c4 Mon Sep 17 00:00:00 2001 From: David Zhao Date: Sat, 3 Jul 2021 12:50:53 -0700 Subject: [PATCH] Fix broken links in readme --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d57fb2d11..c8ef1d200 100644 --- a/README.md +++ b/README.md @@ -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