From 95f8aa68f2e738752f86616799ff0ce6524f2305 Mon Sep 17 00:00:00 2001 From: Asim Aslam Date: Sun, 18 Oct 2020 10:25:56 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4158fae5..88273ae1 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ leadership are built in as a Sync interface. When using an eventually consistent - **Pluggable Interfaces** - Go Micro makes use of Go interfaces for each distributed system abstraction. Because of this these interfaces are pluggable and allows Go Micro to be runtime agnostic. You can plugin any underlying technology. Find plugins in -[github.com/micro/go-plugins](https://github.com/asim/go-plugins). +[github.com/asim/go-plugins](https://github.com/asim/go-plugins). ## Getting Started