diff --git a/README.md b/README.md
index df5f8345d9614db6c89233e866d356a53516d3c7..faeb447790516dc1e68d7bd5fecb96a434740b7c 100644
--- a/README.md
+++ b/README.md
@@ -177,9 +177,10 @@ docker run -d --name bitwarden \
 Note that you need to mount ssl files and you need to forward appropriate port.
 
 Softwares used for getting certs are often using symlinks. If that is the case, both locations need to be accessible to the docker container.
-Example: certbot will create a folder that contains the needed cert.pem and privacy.pem files in /etc/letsencrypt/live/mydomain/
 
-These files are symlinked to ../../archive/mydomain/mykey.pem
+Example: [certbot](https://certbot.eff.org/) will create a folder that contains the needed `cert.pem` and `privacy.pem` files in `/etc/letsencrypt/live/mydomain/`
+
+These files are symlinked to `../../archive/mydomain/mykey.pem`
 
 So to use from bitwarden container: