Skip to content

Commit e948da9

Browse files
committed
Repair README links after repository move
1 parent cc2e621 commit e948da9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# python-manylinux-demo
22
Demo project for building Python wheels for Linux with Travis-CI
33

4-
[![Build Status](https://travis-ci.org/manylinux/python-manylinux-demo.svg?branch=master)](https://travis-ci.org/manylinux/python-manylinux-demo)
4+
[![Build Status](https://travis-ci.org/pypa/python-manylinux-demo.svg?branch=master)](https://travis-ci.org/pypa/python-manylinux-demo)
55

66

77
This is an example of how to use Travis-CI to build
@@ -14,9 +14,11 @@ running on Travis-CI to compile (you don't need to use docker at all to _use_
1414
these wheels, it's just to compile them). The docker-based build environment
1515
images are:
1616

17-
- quay.io/pypa/manylinux1_x86_64
18-
- quay.io/pypa/manylinux1_i686
17+
- 64-bit image (x86-64): ``quay.io/pypa/manylinux1_x86_64`` [![Docker Repository on Quay](https://quay.io/repository/pypa/manylinux1_x86_64/status "Docker Repository on Quay")](https://quay.io/repository/pypa/manylinux1_x86_64)
18+
- 32-bit image (i686): ``quay.io/pypa/manylinux1_i686`` [![Docker Repository on Quay](https://quay.io/repository/pypa/manylinux1_i686/status "Docker Repository on Quay")](https://quay.io/repository/pypa/manylinux1_i686)
1919

20+
.. image:: https://quay.io/repository/pypa/manylinux1_i686/status
21+
:target: https://quay.io/repository/pypa/manylinux1_i686
2022

2123
This sample project contains a very simple C compile extension module that links
2224
to an external library (ATLAS, a linear algebra library). The build is
@@ -27,7 +29,7 @@ configured via the `setup.py` file.
2729
The `.travis.yml` file in this repository sets up the build environment. The
2830
resulting build logs can be found at
2931

30-
https://travis-ci.org/manylinux/python-manylinux-demo
32+
https://travis-ci.org/pypa/python-manylinux-demo
3133

3234
The `.travis.yml` file instructs Travis to run the script
3335
`travis/build-wheels.sh` inside of the 32-bit and 64-bit manylinux1 docker

0 commit comments

Comments
 (0)