Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 5d0c6d1

Browse files
aptalcathelamer
authored andcommitted
fix typo in url
1 parent 0ebebfa commit 5d0c6d1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ TLDR: Multi-arch support is changing from multiple repos to one repo per contain
2929
[![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/)
3030
[![](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/letsencrypt/latest/badge.svg)](https://lsio-ci.ams3.digitaloceanspaces.com/linuxserver/letsencrypt/latest/index.html)
3131

32-
[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.
32+
[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.
3333

34-
[![letsencrypt](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/le-logo-wide.png)](https://urlletsencrypt.org/)
34+
[![letsencrypt](https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/le-logo-wide.png)](https://letsencrypt.org/)
3535

3636
## Supported Architectures
3737

readme-vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# project information
44
project_name: letsencrypt
5-
project_url: "https://urlletsencrypt.org/"
5+
project_url: "https://letsencrypt.org/"
66
project_logo: "https://raw.githubusercontent.com/linuxserver/docker-templates/master/linuxserver.io/img/le-logo-wide.png"
77
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."
88
project_lsio_github_repo_url: "https://github.com/linuxserver/docker-{{ project_name }}"
@@ -186,4 +186,4 @@ changelogs:
186186
- { date: "04.01.17:", desc: "Add php5-mysqli and php5-pdo_mysql" }
187187
- { date: "22.11.16:", desc: "Add gd and mcrypt packages" }
188188
- { date: "21.11.16:", desc: "Add curl package" }
189-
- { date: "07.11.16:", desc: "Initial Release" }
189+
- { date: "07.11.16:", desc: "Initial Release" }

0 commit comments

Comments
 (0)