diff --git a/README.md b/README.md index 59a46e3..ecf6030 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,9 @@ TLDR: Multi-arch support is changing from multiple repos to one repo per contain [![Build Status](https://ci.linuxserver.io/buildStatus/icon?job=Docker-Pipeline-Builders/docker-letsencrypt/master)](https://ci.linuxserver.io/job/Docker-Pipeline-Builders/job/docker-letsencrypt/job/master/) [![](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/letsencrypt/latest/badge.svg)](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/letsencrypt/latest/index.html) -[Letsencrypt](https://urlletsencrypt.org/) sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention. +[Letsencrypt](https://letsencrypt.org/) sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention. -[![letsencrypt](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/le-logo-wide.png)](https://urlletsencrypt.org/) +[![letsencrypt](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/le-logo-wide.png)](https://letsencrypt.org/) ## Supported Architectures diff --git a/readme-vars.yml b/readme-vars.yml index 6e56265..2b78444 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -2,7 +2,7 @@ # project information project_name: letsencrypt -project_url: "https://urlletsencrypt.org/" +project_url: "https://letsencrypt.org/" project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/le-logo-wide.png" project_blurb: "[{{ project_name|capitalize }}]({{ project_url }}) sets up an Nginx webserver and reverse proxy with php support and a built-in letsencrypt client that automates free SSL server certificate generation and renewal processes. It also contains fail2ban for intrusion prevention." project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}" @@ -186,4 +186,4 @@ changelogs: - { date: "04.01.17:", desc: "Add php5-mysqli and php5-pdo_mysql" } - { date: "22.11.16:", desc: "Add gd and mcrypt packages" } - { date: "21.11.16:", desc: "Add curl package" } - - { date: "07.11.16:", desc: "Initial Release" } \ No newline at end of file + - { date: "07.11.16:", desc: "Initial Release" }