Browse Source

Changed code to clone docs repo locally

The url for cloning was wrong.
Gave "Permission denied (public key)" error.

Modified url is working right
master
Ankit Gaurav 9 years ago
parent
commit
85478aa6a9
  1. 2
      server/documents/introduction/advanced-usage.html.eco

2
server/documents/introduction/advanced-usage.html.eco

@ -104,7 +104,7 @@ type : 'Introduction'
<h4>Download Docs Server</h4>
<p>The easiest way to get <a href="https://github.com/Semantic-Org/Semantic-UI-Docs/">Semantic UI docs</a> is to clone the repo</p>
<div class="code">
git clone git@github.com:Semantic-Org/Semantic-UI-Docs.git
git clone https://github.com/Semantic-Org/Semantic-UI-Docs.git
</div>
</div>
<div class="no example">

Loading…
Cancel
Save