1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
|
Description: Fix external link broken
Author: Thomas Goirand <zigo@debian.org>
Forwarded: no
Last-Update: 2023-12-12
--- python-oslo.policy-4.2.1.orig/doc/source/user/plugins.rst
+++ python-oslo.policy-4.2.1/doc/source/user/plugins.rst
@@ -43,7 +43,7 @@ Example code - HttpCheck
.. note::
- Full source located at :example:`_external.py`
+ Full source located at https://opendev.org/openstack/oslo.policy/src/branch/master/oslo_policy/_external.py
.. literalinclude:: ../../../oslo_policy/_external.py
:language: python
|