From 172999da8197dde6fc254dc63fb26834bfde2cb1 Mon Sep 17 00:00:00 2001 From: Aaron Ogle Date: Sat, 21 Oct 2017 15:37:57 -0500 Subject: [PATCH 1/2] Fix community links in readme --- README.md | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 71c298c9974bd..36072379df225 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ # The Ultimate Open Source WebChat Platform -[![Rocket.Chat](https://demo.rocket.chat/images/join-chat.svg)](https://demo.rocket.chat/) +[![Rocket.Chat](https://open.rocket.chat/images/join-chat.svg)](https://open.rocket.chat/) [![Build Status](https://img.shields.io/travis/RocketChat/Rocket.Chat/master.svg)](https://travis-ci.org/RocketChat/Rocket.Chat) [![Project Dependencies](https://david-dm.org/RocketChat/Rocket.Chat.svg)](https://david-dm.org/RocketChat/Rocket.Chat) [![Codacy Badge](https://api.codacy.com/project/badge/grade/8580571ba024426d9649e9ab389bd5dd)](https://www.codacy.com/app/RocketChat/Rocket-Chat) @@ -57,9 +57,14 @@ * [Donate](#donate) -# Live Demo -Checkout the latest version at [https://demo.rocket.chat](https://demo.rocket.chat) +# Community +Join thousands of members world-wide 24 x 7 in our [community server](https://open.rocket.chat). +[![Rocket.Chat](https://open.rocket.chat/api/v1/shield.svg?type=channel&name=Rocket.Chat&channel=support)](https://open.rocket.chat/channel/support) for help from our community with general Rocket.Chat questions. + +[![Rocket.Chat](https://open.rocket.chat/api/v1/shield.svg?type=channel&name=Rocket.Chat&channel=dev)](https://open.rocket.chat/channel/dev) for developers needing help from the community to developing new features + +You can also join the conversation at [Twitter](https://twitter.com/RocketChatApp), [Facebook](https://www.facebook.com/RocketChatApp) or [Google Plus](https://plus.google.com/+RocketChatApp) # Desktop Apps Download the Native Cross-Platform Desktop Application at [Rocket.Chat.Electron](https://github.com/RocketChat/Rocket.Chat.Electron/releases) @@ -302,7 +307,7 @@ It is a great solution for communities and companies wanting to privately host t - Multi-users Audio Conference - Screensharing - Drupal 7.x and 8.x Plug-in (both stable and development flavours) ([download](https://www.drupal.org/project/rocket_chat) and [source code](https://git.drupal.org/project/rocket_chat.git) ) -- XMPP bridge ([try it](https://demo.rocket.chat/channel/general)) +- XMPP bridge ([try it](https://open.rocket.chat/channel/general)) - REST APIs - Remote Locations Video Monitoring - Native real-time APIs for Microsoft C#, Visual Basic, F# and other .NET supported languages ([Get it!](https://www.nuget.org/packages/Rocket.Chat.Net/0.0.12-pre)) @@ -417,10 +422,6 @@ See also this [Git Workflows Comparison](https://www.atlassian.com/git/tutorials We are experimenting [Lingohub](https://translate.lingohub.com/engelgabriel/rocket-dot-chat/dashboard). If you want to help, send an email to support at rocket.chat to be invited to the translation project. -## Community - -Join thousands of members world-wide 24 x 7 in our [community server](https://demo.rocket.chat). Join the conversation at [Twitter](https://twitter.com/RocketChatApp), [Facebook](https://www.facebook.com/RocketChatApp) or [Google Plus](https://plus.google.com/+RocketChatApp) - ## How to Contribute Already a JavaScript developer? Familiar with Meteor? [Pick an issue](https://github.com/RocketChat/Rocket.Chat/labels/contrib%3A%20easy), push a PR and instantly become a member of Rocket.Chat's international contributors community. From b9d1514c5094bb2becd7f9fa8db6b3c168a717a7 Mon Sep 17 00:00:00 2001 From: Aaron Ogle Date: Sat, 21 Oct 2017 15:41:15 -0500 Subject: [PATCH 2/2] move community link --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 36072379df225..24922603b055d 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ [![MIT License](https://img.shields.io/badge/license-MIT-blue.svg?style=flat)](https://github.com/RocketChat/Rocket.Chat/raw/master/LICENSE) -* [Live Demo](#live-demo) +* [Community](#community) * [Mobile apps](#mobile-apps) * [Desktop apps](#desktop-apps) * [Deployment](#deployment) @@ -51,7 +51,6 @@ * [Quick Start](#quick-start-for-code-developers) * [Branching Model](#branching-model) * [Translations](#translations) - * [Community](#community) * [How to Contribute](#how-to-contribute) * [Credits](#credits) * [Donate](#donate)