From 2b69b326bc3a061ef0f277f35da336d20f3f6bcb Mon Sep 17 00:00:00 2001
From: XiaoBing Jiang <s7v7nislands@gmail.com>
Date: Fri, 29 May 2015 16:10:57 +0800
Subject: [PATCH] update lxc url

Signed-off-by: XiaoBing Jiang <s7v7nislands@gmail.com>
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index ad15e56bc5..aad3b68645 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ takes place at the kernel level. Most modern operating system kernels
 now support the primitives necessary for containerization, including
 Linux with [openvz](https://openvz.org),
 [vserver](http://linux-vserver.org) and more recently
-[lxc](http://lxc.sourceforge.net), Solaris with
+[lxc](https://linuxcontainers.org/), Solaris with
 [zones](https://docs.oracle.com/cd/E26502_01/html/E29024/preface-1.html#scrolltoc),
 and FreeBSD with
 [Jails](https://www.freebsd.org/doc/handbook/jails.html).