summaryrefslogtreecommitdiffstats
path: root/Bugzilla/WebService/Server/REST
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2013-08-03 18:18:17 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2013-08-03 18:18:17 +0200
commit4edafe5eef9864f0b6ebcd8ddbe639c78a814372 (patch)
tree78372d08319aca5c045bbd8c0de2e2024cc305b1 /Bugzilla/WebService/Server/REST
parent379fd608feea427f77fe924487a326bf3a37d9c6 (diff)
downloadbugzilla-4edafe5eef9864f0b6ebcd8ddbe639c78a814372.tar.gz
bugzilla-4edafe5eef9864f0b6ebcd8ddbe639c78a814372.tar.xz
Fix wrong links in REST POD
Diffstat (limited to 'Bugzilla/WebService/Server/REST')
-rw-r--r--Bugzilla/WebService/Server/REST/Resources/Classification.pm2
-rw-r--r--Bugzilla/WebService/Server/REST/Resources/Product.pm2
-rw-r--r--Bugzilla/WebService/Server/REST/Resources/User.pm2
3 files changed, 3 insertions, 3 deletions
diff --git a/Bugzilla/WebService/Server/REST/Resources/Classification.pm b/Bugzilla/WebService/Server/REST/Resources/Classification.pm
index 5bb697ac1..2bbc05c72 100644
--- a/Bugzilla/WebService/Server/REST/Resources/Classification.pm
+++ b/Bugzilla/WebService/Server/REST/Resources/Classification.pm
@@ -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.
diff --git a/Bugzilla/WebService/Server/REST/Resources/Product.pm b/Bugzilla/WebService/Server/REST/Resources/Product.pm
index acee3887b..fef7c6174 100644
--- a/Bugzilla/WebService/Server/REST/Resources/Product.pm
+++ b/Bugzilla/WebService/Server/REST/Resources/Product.pm
@@ -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.
diff --git a/Bugzilla/WebService/Server/REST/Resources/User.pm b/Bugzilla/WebService/Server/REST/Resources/User.pm
index 9424b517e..1f82f752d 100644
--- a/Bugzilla/WebService/Server/REST/Resources/User.pm
+++ b/Bugzilla/WebService/Server/REST/Resources/User.pm
@@ -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.