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 ```