File: fix-external-link-broken.patch

package info (click to toggle)
python-oslo.policy 5.0.0-2
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 1,032 kB
  • sloc: python: 6,880; makefile: 23; sh: 20
file content (16 lines) | stat: -rw-r--r-- 540 bytes parent folder | download | duplicates (4)
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