From 266602a3d6feac2143bfa1256f527e4336a891c3 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sat, 30 May 2020 10:59:59 +0100 Subject: [PATCH] Update README.md --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index e95d2276..0cd9c6b0 100644 --- a/README.md +++ b/README.md @@ -12,8 +12,6 @@ but everything can be easily swapped out. Plugins are available at [github.com/micro/go-plugins](https://github.com/micro/go-plugins). -Follow us on [Twitter](https://twitter.com/microhq) or join the [Community](https://slack.micro.mu). - ## Features Go Micro abstracts away the details of distributed systems. Here are the main features. @@ -49,7 +47,7 @@ To make use of Go Micro import "github.com/micro/go-micro/v2" ``` -See the [docs](https://micro.mu/docs/framework.html) for detailed information on the architecture, installation and use of go-micro. +See the [docs](https://dev.micro.mu) for detailed information on the architecture, installation and use of go-micro. ## License