Remove extra character; make use of variables
This commit is contained in:
parent
61e658b573
commit
5828f632fa
2 changed files with 3 additions and 3 deletions
|
@ -22,8 +22,8 @@
|
|||
<nav>
|
||||
<li class="fork"><a href="{{ site.github.repository_url }}">View On GitHub</a></li>
|
||||
|
||||
<li class="downloads"><a href="{{ site.github.repository_url }}/releases">Releases</a></li>
|
||||
<li class="title"><a href="/docs">Documentation</a>></li>
|
||||
<li class="downloads"><a href="{{ site.github.releases_url }}">Releases</a></li>
|
||||
<li class="title"><a href="{{ site.github.baseurl }}/docs">Documentation</a></li>
|
||||
</nav>
|
||||
</div><!-- end header -->
|
||||
|
||||
|
|
|
@ -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
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue