From 4f98eac93c86eff77bdb94789783055811b38c26 Mon Sep 17 00:00:00 2001 From: Lantao Liu Date: Wed, 2 Aug 2017 16:26:18 +0000 Subject: [PATCH] Fix deadlink of travis.yaml. Signed-off-by: Lantao Liu --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9d52d0933..882b9e31c 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ specifications as appropriate. ### Install Dependencies 1. Install runc dependencies. * runc requires installation of the libsecomp development library appropriate for your distribution. `libseccomp-dev` (Ubuntu, Debian) / `libseccomp-devel` (Fedora, CentOS, RHEL). On releases of Ubuntu <=Trusty and Debian <=jessie a backport version of -`libsecomp-dev` is required. See [travis.yml](XXXX) for an example on +`libsecomp-dev` is required. See [travis.yml](.travis.yml) for an example on trusty. 2. Install containerd dependencies. * containerd requires installation of a btrfs development library. `btrfs-tools`(Ubuntu, Debian) / `btrfs-progs-devel`(Fedora, CentOS, RHEL)