From 937d646baba3cb40d9b4f6c28cb9b69733e31259 Mon Sep 17 00:00:00 2001 From: Wenzel Jakob Date: Tue, 1 Mar 2016 15:41:02 +0100 Subject: [PATCH] updated CI links --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 28c7c520b..6763c06fd 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -![pybind11 logo](https://github.com/wjakob/pybind11/raw/master/docs/pybind11-logo.png) +![pybind11 logo](https://github.com/pybind/pybind11/raw/master/docs/pybind11-logo.png) # pybind11 — Seamless operability between C++11 and Python [![Documentation Status](https://readthedocs.org/projects/pybind11/badge/?version=latest)](http://pybind11.readthedocs.org/en/latest/?badge=latest) -[![Build Status](https://travis-ci.org/wjakob/pybind11.svg?branch=master)](https://travis-ci.org/wjakob/pybind11) -[![Build status](https://ci.appveyor.com/api/projects/status/rfbxqkgxkcrxdu0f?svg=true)](https://ci.appveyor.com/project/wjakob/pybind11) +[![Build Status](https://travis-ci.org/pybind/pybind11.svg?branch=master)](https://travis-ci.org/pybind/pybind11) +[![Build status](https://ci.appveyor.com/api/projects/status/riaj54pn4h08xy40?svg=true)](https://ci.appveyor.com/project/pybind/pybind11) **pybind11** is a lightweight header-only library that exposes C++ types in Python and vice versa, mainly to create Python bindings of existing C++ code. Its