From 80eba25bb96e4ce8a96aafea4e3dc5cb86997455 Mon Sep 17 00:00:00 2001 From: Cameron Gutman Date: Mon, 3 Dec 2018 21:37:11 -0800 Subject: [PATCH] Update readme with new URL --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index bf75788..63d5788 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,6 @@ # Moonlight Streaming Core Library -Moonlight-common-c contains the core GameStream client code shared between [Moonlight](http://moonlight-stream.com) clients, including -[Moonlight PC](https://github.com/moonlight-stream/moonlight-qt), [Moonlight Android](https://github.com/moonlight-stream/moonlight-android), -[Moonlight iOS](https://github.com/moonlight-stream/moonlight-ios), and [Moonlight Chrome](https://github.com/moonlight-stream/moonlight-chrome). +Moonlight-common-c contains the core GameStream client code shared between [Moonlight](https://moonlight-stream.org) clients, including [Moonlight PC](https://github.com/moonlight-stream/moonlight-qt), [Moonlight Android](https://github.com/moonlight-stream/moonlight-android), [Moonlight iOS](https://github.com/moonlight-stream/moonlight-ios), and [Moonlight Chrome](https://github.com/moonlight-stream/moonlight-chrome). If you are implementing your own Moonlight game streaming client that can use a C library, you probably want the code here.