From 56f3ccedc4f11a951c00f7d17d7671d6918bb0aa Mon Sep 17 00:00:00 2001
From: Felip Manyer i Ballester <git@res-telae.cat>
Date: Thu, 4 Feb 2021 16:31:22 +0100
Subject: [PATCH] Link to Doxygen documentation in README.md

---
 README.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 98fb8a8..c1f272e 100644
--- a/README.md
+++ b/README.md
@@ -38,7 +38,7 @@ $occ->search([
 
 ```
 
-See src/Occurrences.php for more information.
+[More information](http://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');
 ```
 
-See src/Species.php for more information.
+[More information](http://restelae.pages.res-telae.cat/php-gbif/class_res_telae_1_1_gbif_1_1_species.html) about the Species class.
-- 
GitLab