Skip to content

Commit

Permalink
Updated to git clone to correct repo url. (#23)
Browse files Browse the repository at this point in the history
I ran into an issue when I tried to clone with" git clone [email protected]:teradata/covalent-quickstart.git ". updated it to correct repo url.
  • Loading branch information
alagiboy authored and kyleledbetter committed Jul 20, 2016
1 parent b99c104 commit d3f0522
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/components/docs/overview/overview.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ <h3>Covalent Quickstart</h3>
<h4>Create a new repo based on the covalent-quickstart</h4>
<p>Clone the covalent-quickstart into a new project folder (e.g. my-product).</p>
<td-highlight lang="html">
git clone git@github.com:teradata/covalent-quickstart.git my-product
git clone https://github.com/Teradata/covalent-quickstart.git my-product
cd my-product
</td-highlight>
<p>Remove the git directory to start clean</p>
Expand Down

0 comments on commit d3f0522

Please sign in to comment.