From e5ace394992e226f242103ad75fa0efc8b256272 Mon Sep 17 00:00:00 2001 From: melissaml Date: Sat, 21 Apr 2018 12:22:27 +0800 Subject: [PATCH] Trivial: Update pypi url to new url Pypi url changed from [1] to [2] [1] https://pypi.python.org/pypi/ [2] https://pypi.org/project/ Change-Id: Ia29e0eaeab7b250ce1d0bd91a3f12642b6bd551c --- README.rst | 4 ++-- doc/source/admin/journal.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index da32b234..f9f6ca6f 100644 --- a/README.rst +++ b/README.rst @@ -12,11 +12,11 @@ oslo.log -- Oslo Logging Library ================================ .. image:: https://img.shields.io/pypi/v/oslo.log.svg - :target: https://pypi.python.org/pypi/oslo.log/ + :target: https://pypi.org/project/oslo.log/ :alt: Latest Version .. image:: https://img.shields.io/pypi/dm/oslo.log.svg - :target: https://pypi.python.org/pypi/oslo.log/ + :target: https://pypi.org/project/oslo.log/ :alt: Downloads The oslo.log (logging) configuration library provides standardized diff --git a/doc/source/admin/journal.rst b/doc/source/admin/journal.rst index 7a0b8431..3458a767 100644 --- a/doc/source/admin/journal.rst +++ b/doc/source/admin/journal.rst @@ -29,7 +29,7 @@ running in a virtualenv, you can install with pip.:: There are also many non official systemd python modules on pypi, with confusingly close names. Make sure you install `systemd-python - `_. + `_. After the package is installed, you must enable journald support manually in all services that will be using it. Add the following to