From 5828f632fa0548d7d8611b1e0f5a59af35abea52 Mon Sep 17 00:00:00 2001 From: Noikoio Date: Sun, 15 Oct 2017 20:26:33 -0700 Subject: [PATCH] Remove extra character; make use of variables --- docs/_layouts/default.html | 4 ++-- docs/index.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/_layouts/default.html b/docs/_layouts/default.html index 3262943..007cf77 100644 --- a/docs/_layouts/default.html +++ b/docs/_layouts/default.html @@ -22,8 +22,8 @@ diff --git a/docs/index.md b/docs/index.md index c68097c..aff1200 100644 --- a/docs/index.md +++ b/docs/index.md @@ -30,7 +30,7 @@ The following must be installed: ### Build With the prerequisites installed, run the following commands: ``` -$ git clone git@github.com:Noikoio/RegexBot.git +$ git clone {{ site.github.clone_url }} $ cd RegexBot $ dotnet public -c Release -o output ```