]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix wrong links in REST POD
authorFrédéric Buclin <LpSolit@gmail.com>
Sat, 3 Aug 2013 16:18:17 +0000 (18:18 +0200)
committerFrédéric Buclin <LpSolit@gmail.com>
Sat, 3 Aug 2013 16:18:17 +0000 (18:18 +0200)
Bugzilla/WebService/Server/REST/Resources/Classification.pm
Bugzilla/WebService/Server/REST/Resources/Product.pm
Bugzilla/WebService/Server/REST/Resources/User.pm

index 5bb697ac14ad0bcc9bd66a85c7b5de6440ade133..2bbc05c72c852ddcd69c04fd61e3609b9a0cdb59 100644 (file)
@@ -45,5 +45,5 @@ Bugzilla::Webservice::Server::REST::Resources::Classification - The Classificati
 This part of the Bugzilla REST API allows you to deal with the available Classifications.
 You will be able to get information about them as well as manipulate them.
 
-See L<Bugzilla::WebService::Bug> for more details on how to use this part
+See L<Bugzilla::WebService::Classification> for more details on how to use this part
 of the REST API.
index acee3887b7f00dffd5ba9c7466e498a022467a54..fef7c6174c90b2a2d18d8069d842001e6a8c7f15 100644 (file)
@@ -78,5 +78,5 @@ Bugzilla::Webservice::Server::REST::Resources::Product - The Product REST API
 This part of the Bugzilla REST API allows you to list the available Products and
 get information about them.
 
-See L<Bugzilla::WebService::Bug> for more details on how to use this part of
+See L<Bugzilla::WebService::Product> for more details on how to use this part of
 the REST API.
index 9424b517e9aefe8a7e0a8d98957450644b787685..1f82f752d66654f85c0058a02620cc5c6eecc880 100644 (file)
@@ -61,5 +61,5 @@ Bugzilla::Webservice::Server::REST::Resources::User - The User Account REST API
 This part of the Bugzilla REST API allows you to get User information as well
 as create User Accounts.
 
-See L<Bugzilla::WebService::Bug> for more details on how to use this part of
+See L<Bugzilla::WebService::User> for more details on how to use this part of
 the REST API.