summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.openstack.org>2018-05-02 16:59:36 +0000
committerGerrit Code Review <review@openstack.org>2018-05-02 16:59:36 +0000
commitf2bf44374dcaff2201b10d037989bee53998f8e5 (patch)
treec747d295be089f5d90816a50823552a10c10cac4
parent5a4c7cbcdf16ce5b472bcf4ef5d84fb5667c90a2 (diff)
parente5ace394992e226f242103ad75fa0efc8b256272 (diff)
downloadoslo-log-f2bf44374dcaff2201b10d037989bee53998f8e5.tar.gz
Merge "Trivial: Update pypi url to new url"
-rw-r--r--README.rst4
-rw-r--r--doc/source/admin/journal.rst2
2 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index da32b23..f9f6ca6 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 7a0b843..3458a76 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
- <https://pypi.python.org/pypi/systemd-python>`_.
+ <https://pypi.org/project/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