git clone source url fixed Closes #178.
Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/2202c1b0 Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/2202c1b0 Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/2202c1b0 Branch: refs/heads/gh-pages Commit: 2202c1b00305c4d1614bf2b7ba04c97df6047276 Parents: 852d558 Author: Sandeep Narayanaswami <[email protected]> Authored: Wed Jun 15 10:55:51 2016 -0700 Committer: Deron Eriksson <[email protected]> Committed: Wed Jun 15 10:55:51 2016 -0700 ---------------------------------------------------------------------- contributing-to-systemml.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/2202c1b0/contributing-to-systemml.md ---------------------------------------------------------------------- diff --git a/contributing-to-systemml.md b/contributing-to-systemml.md index 3e3f89f..a6f975a 100644 --- a/contributing-to-systemml.md +++ b/contributing-to-systemml.md @@ -59,7 +59,7 @@ click the Fork button to fork a personal remote copy of the SystemML repository The next step is to clone your SystemML fork to your local machine. - $ git clone https://github.com/apache/incubator-systemml.git + $ git clone https://github.com/YOUR_GITHUB_NAME/incubator-systemml.git Following this, it's a good idea to set your git user name and email address. In addition, you may want to set the `push.default` property to `simple`. You only need to execute these commands once.
