diff --git a/HowtoNginx.md b/HowtoNginx.md index 5c75f135..238488da 100644 --- a/HowtoNginx.md +++ b/HowtoNginx.md @@ -273,7 +273,7 @@ Attention, `ssl_certificate` doit contenir toute la chaîne de certification, do # cat sub.class1.server.sha2.ca.pem >> /etc/ssl/certs/ssl.example.com.crt ~~~ -Pour une configuration plus avancée, voir [HowtoSSL#configuration-nginx] +Pour une configuration plus avancée, voir [HowtoSSL](HowtoSSL#configuration-nginx) ## HTTP/2 @@ -380,4 +380,4 @@ Et pour chaque conf des vhosts `/etc/nginx/sites-enabled/*.conf` : ~~~ include /etc/nginx/error.conf; -~~~ +~~~ \ No newline at end of file