diff --git a/doc/file.README.html b/doc/file.README.html
index db157e0..b4838ac 100644
--- a/doc/file.README.html
+++ b/doc/file.README.html
@@ -77,10 +77,9 @@
Features
-Installation
-
+You must set ga_host_fqdn and specify the correct hostname, else nothing will be configured to avoid having accidently multiple hosts configured as gitea server.
+
+Installation - install required binaries.
Configuration
-
diff --git a/doc/index.html b/doc/index.html
index e30c657..e842788 100644
--- a/doc/index.html
+++ b/doc/index.html
@@ -77,10 +77,9 @@
Features
-Installation
-
+You must set ga_host_fqdn and specify the correct hostname, else nothing will be configured to avoid having accidently multiple hosts configured as gitea server.
+
+Installation - install required binaries.
Configuration
-
diff --git a/doc/puppet_classes/confdroid_gitea_3A_3Amain_3A_3Afiles.html b/doc/puppet_classes/confdroid_gitea_3A_3Amain_3A_3Afiles.html
index 1e35cec..22bc729 100644
--- a/doc/puppet_classes/confdroid_gitea_3A_3Amain_3A_3Afiles.html
+++ b/doc/puppet_classes/confdroid_gitea_3A_3Amain_3A_3Afiles.html
@@ -131,7 +131,7 @@ class confdroid_gitea::main::files (
mode => '0755',
owner => $ga_user,
group => $ga_user,
- source => "${ga_dl_url}/gitea/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
+ source => "${ga_dl_url}/${ga_dl_version}/gitea-${ga_dl_version}-linux-amd64",
}
}
}