diff --git a/README.md b/README.md index c1f272e7baf288a9e49d48abc70ac80ed7571574..6ae602bcdc26a16f73de9ba4eb3fed2517084b90 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # PHP GBIF client -First attempt of a PHP client for the [GBIF API](https://www.gbif.org/developer/summary). See its sibling projects in [R](https://github.com/ropensci/rgbif), [Python](https://github.com/sckott/pygbif) and [Ruby](https://github.com/sckott/gbifrb). Only occurrences (search and retrieval) are currently supported, but features will be added if this project gets enough funding. +First attempt of a PHP client for the [GBIF API](https://www.gbif.org/developer/summary). See its sibling projects in [R](https://github.com/ropensci/rgbif), [Python](https://github.com/sckott/pygbif) and [Ruby](https://github.com/sckott/gbifrb). Only occurrences (search and retrieval) and species are currently supported, but features will be added if this project gets enough funding. A [Drupal module](https://www.drupal.org/project/gbif2) uses this client to enable users to list GBIF occurrences with the Views module on their websites. @@ -38,7 +38,7 @@ $occ->search([ ``` -[More information](http://restelae.pages.res-telae.cat/php-gbif/class_res_telae_1_1_gbif_1_1_occurrences.html) about the Occurrences class. +[More information](https://restelae.pages.res-telae.cat/php-gbif/class_res_telae_1_1_gbif_1_1_occurrences.html) about the Occurrences class. ### Species @@ -92,4 +92,4 @@ $species = new Species(); $species->nameSuggest(['q' => 'Puma'], 'rank' => 'genus'); ``` -[More information](http://restelae.pages.res-telae.cat/php-gbif/class_res_telae_1_1_gbif_1_1_species.html) about the Species class. +[More information](https://restelae.pages.res-telae.cat/php-gbif/class_res_telae_1_1_gbif_1_1_species.html) about the Species class.