diff --git a/CHANGES.rst b/CHANGES.rst index f06b6263..e6e038f7 100644 --- a/CHANGES.rst +++ b/CHANGES.rst @@ -4,7 +4,7 @@ pywb 0.4.0 changelist * Improved test coverage throughout the project. * live-rewrite-server: A new web server for checking rewriting rules against live content. A white-list of request headers is sent to - the destination server. See `rewrite_live.py `_ for more details. + the destination server. See `rewrite_live.py `_ for more details. * Cookie Rewriting in Archival Mode: HTTP Set-Cookie header rewritten to remove Expires, rewrite Path and Domain. If Domain is used, Path is set to / to ensure cookie is visible from all archival urls. diff --git a/INSTALL.rst b/INSTALL.rst index 0cc1430d..e5259b60 100644 --- a/INSTALL.rst +++ b/INSTALL.rst @@ -131,7 +131,7 @@ Sample Setup pywb is configurable via yaml. -The simplest `config.yaml `_ is roughly as follows: +The simplest `config.yaml `_ is roughly as follows: :: @@ -144,7 +144,7 @@ The simplest `config.yaml `_ contains +(The the latest version of `config.yaml `_ contains additional documentation and specifies all the optional properties, such as ui filenames for Jinja2/html template files.)