Skip to content

Commit 3c0ca9d

Browse files
committed
update README.rst for master
1 parent e077c23 commit 3c0ca9d

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

README.rst

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
PyWb 0.2.2
22
=============
33

4-
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=develop
4+
.. image:: https://travis-ci.org/ikreymer/pywb.png?branch=master
55
:target: https://travis-ci.org/ikreymer/pywb
66

7-
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=develop
8-
:target: https://coveralls.io/r/ikreymer/pywb?branch=develop
7+
.. image:: https://coveralls.io/repos/ikreymer/pywb/badge.png?branch=master
8+
:target: https://coveralls.io/r/ikreymer/pywb?branch=master
99

1010
pywb is a python implementation of web archival replay tools, sometimes also known as 'Wayback Machine'.
1111

@@ -15,7 +15,7 @@ pywb allows high-fidelity replay (browsing) of archived web data stored in stand
1515
Latest Changes
1616
--------------
1717

18-
See `CHANGES.rst <https://github.com/ikreymer/pywb/blob/develop/CHANGES.rst>`_ for up-to-date changelist.
18+
See `CHANGES.rst <https://github.com/ikreymer/pywb/blob/master/CHANGES.rst>`_ for up-to-date changelist.
1919

2020

2121
Quick Install & Run Samples
@@ -30,7 +30,7 @@ Quick Install & Run Samples
3030
4. Browse to http://localhost:8080/pywb/\*/example.com to see capture of http://example.com
3131

3232

33-
(The `installation page <https://github.com/ikreymer/pywb/blob/develop/INSTALL.rst>`_ contains additional
33+
(The `installation page <https://github.com/ikreymer/pywb/blob/master/INSTALL.rst>`_ contains additional
3434
installation and testing examples.)
3535

3636

@@ -71,7 +71,7 @@ Given an archive of warcs at ``myarchive/warcs``
7171
(You can also use ``run-uwsgi.sh`` or ``run-gunicorn.sh`` to launch using those WSGI containers)
7272

7373

74-
See `INSTALL.rst <https://github.com/ikreymer/pywb/blob/develop/INSTALL.rst>`_ for additional installation info.
74+
See `INSTALL.rst <https://github.com/ikreymer/pywb/blob/master/INSTALL.rst>`_ for additional installation info.
7575

7676

7777
Use existing .cdx index files
@@ -116,7 +116,7 @@ Additional Documentation
116116
------------------------
117117

118118
- For additional/up-to-date configuration details, consult the current
119-
`config.yaml <https://github.com/ikreymer/pywb/blob/develop/config.yaml>`_
119+
`config.yaml <https://github.com/ikreymer/pywb/blob/master/config.yaml>`_
120120

121121
- The `wiki <https://github.com/ikreymer/pywb/wiki>`_ will have
122122
additional technical documentation about various aspects of pywb

0 commit comments

Comments
 (0)