Skip to content

Commit 4bb6f15

Browse files
NikolasKomonencrobinso
authored andcommitted
Update Documentation Links for External Bugs
1 parent 370eddb commit 4bb6f15

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

bugzilla/base.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1990,7 +1990,7 @@ def add_external_tracker(self, bug_ids, ext_bz_bug_id, ext_type_id=None,
19901990
ExternalBugs::WebService::add_external_bug method.
19911991
19921992
This is documented at
1993-
https://bugzilla.redhat.com/docs/en/html/api/extensions/ExternalBugs/lib/WebService.html#add_external_bug
1993+
https://bugzilla.redhat.com/docs/en/html/integrating/api/Bugzilla/Extension/ExternalBugs/WebService.html#add-external-bug
19941994
19951995
bug_ids: A single bug id or list of bug ids to have external trackers
19961996
added.
@@ -2033,7 +2033,7 @@ def update_external_tracker(self, ids=None, ext_type_id=None,
20332033
ExternalBugs::WebService::update_external_bug method.
20342034
20352035
This is documented at
2036-
https://bugzilla.redhat.com/docs/en/html/api/extensions/ExternalBugs/lib/WebService.html#update_external_bug
2036+
https://bugzilla.redhat.com/docs/en/html/integrating/api/Bugzilla/Extension/ExternalBugs/WebService.html#update-external-bug
20372037
20382038
ids: A single external tracker bug id or list of external tracker bug
20392039
ids.
@@ -2078,7 +2078,7 @@ def remove_external_tracker(self, ids=None, ext_type_id=None,
20782078
ExternalBugs::WebService::remove_external_bug method.
20792079
20802080
This is documented at
2081-
https://bugzilla.redhat.com/docs/en/html/api/extensions/ExternalBugs/lib/WebService.html#remove_external_bug
2081+
https://bugzilla.redhat.com/docs/en/html/integrating/api/Bugzilla/Extension/ExternalBugs/WebService.html#remove-external-bug
20822082
20832083
ids: A single external tracker bug id or list of external tracker bug
20842084
ids.

0 commit comments

Comments
 (0)