From 638ec7cc0402110bc0869aa78dac1088c89bad53 Mon Sep 17 00:00:00 2001 From: Adam Douglas Date: Fri, 7 Feb 2020 21:36:32 -0600 Subject: [PATCH] docs: change clone url to https --- CHANGELOG.md | 1 + README.md | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66d711d..c262faa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - CONTRIBUTING.md ### Changed - Correct step order, prompt and title (README.md). +- Correct clone URL (README.md). ## [1.0.0] - 2020-02-06 ### Added diff --git a/README.md b/README.md index 1f15672..95c9d81 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ at the CLI. ``` 1. Download the project. ```console - $ git clone git@gitlab.com:adouglas/minecraft-systemd-services.git + $ git clone https://gitlab.com/adouglas/minecraft-systemd-services.git ``` 1. Change to the project directory. ```console