From 850c1b484c906588b6e6649f0a657a7b8b205616 Mon Sep 17 00:00:00 2001 From: Dean Moldovan Date: Sun, 5 Jun 2016 18:38:00 +0200 Subject: [PATCH] Fix AppVeyor link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6493c4d..4fba67d 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # cmake_example for pybind11 [![Build Status](https://travis-ci.org/pybind/cmake_example.svg?branch=master)](https://travis-ci.org/pybind/cmake_example) -[![Build status](https://ci.appveyor.com/api/projects/status/8gtjyogdmy9amqm1/branch/master?svg=true)](https://ci.appveyor.com/project/dean0x7d/cmake-example/branch/master) +[![Build status](https://ci.appveyor.com/api/projects/status/57nnxfm4subeug43/branch/master?svg=true)](https://ci.appveyor.com/project/dean0x7d/cmake-example/branch/master) An example [pybind11](https://github.com/pybind/pybind11) module built with a CMake-based build system. This is useful for C++ codebases that have an existing