diff -r 2fef8007c2b2 -r 20071981ba2a server/src/app/Services/LexvoResolver.php --- a/server/src/app/Services/LexvoResolver.php Tue Sep 27 01:50:53 2016 +0200 +++ b/server/src/app/Services/LexvoResolver.php Tue Sep 27 23:43:29 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) {