11PyWb 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
1010pywb 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
1515Latest 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
2121Quick Install & Run Samples
@@ -30,7 +30,7 @@ Quick Install & Run Samples
30304. 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
3434installation 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
7777Use 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