diff -r 706f10bcdc3c -r f5690d918358 server/src/app/Services/LexvoResolver.php --- a/server/src/app/Services/LexvoResolver.php Sun Oct 02 19:11:06 2016 +0200 +++ b/server/src/app/Services/LexvoResolver.php Sun Oct 02 19:14:07 2016 +0200 @@ -23,8 +23,8 @@ } /** - * Get name from Viaf id - * @param string $id The id to resolve. Can be an url starting with http://viaf.org/viaf/ + * Get name from Lexvo id + * @param string $id The id to resolve. Can be an url starting with http://lexvo.org/ * @return a string with the name */ public function getName($id) { @@ -34,9 +34,9 @@ } /** - * Get a list of names from an array of viaf ids. + * Get a list of names from an array of Lexvo ids. * @param array $ids The array of ids to resolve. - * Each id can be an url starting with http://viaf.org/viaf/ + * Each id can be an url starting with http://lexvo.org/ * @return array key is id, value is the name */ public function getNames(array $ids) {