From 754d3aa908d28dd55b9531b1fa3a6de6d3d2f66e Mon Sep 17 00:00:00 2001 From: naorlivne Date: Mon, 28 Aug 2017 23:32:32 +0300 Subject: [PATCH] Updating Nebula to point to github --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55704e4..80946f2 100644 --- a/README.md +++ b/README.md @@ -352,7 +352,7 @@ Services to securely store your Docker images. * [Serf](https://github.com/hashicorp/serf) - Service orchestration and management tool by [@hashicorp][hashicorp] * [Shipyard](https://github.com/shipyard/shipyard) - Composable Docker Management * [Swarmpit](https://github.com/swarmpit/swarmpit) - Lightweight Docker Swarm orchestration. Swarmpit provides clean way to manage your Docker Swarm cluster with various handful features such Service management, smart search, shared access and private registries. -* [Nebula](http://nebula.readthedocs.io/en/latest/) - A Docker orchestration tool designed to manage massive scale distributed clusters. +* [Nebula](https://github.com/nebula-orchestrator) - A Docker orchestration tool designed to manage massive scale distributed clusters. ## Reverse Proxy * [docker-proxy](https://github.com/silarsis/docker-proxy) - Transparent proxy for docker containers, run in a docker container. By [@silarsis](https://github.com/silarsis)