Fix wrong links in REST POD

git-svn-id: svn://10.0.0.236/trunk@264939 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bzrmirror%bugzilla.org
2013-08-13 18:24:24 +00:00
parent 3e0cf82647
commit 18bebe478f
4 changed files with 4 additions and 4 deletions

View File

@@ -1 +1 @@
8681
8682

View 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.

View 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.

View 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.