Repository: systemml
Updated Branches:
  refs/heads/master 083cc77f8 -> 757288a70


[MINOR] Update links on Contributing to SystemML page

Update main Jekyll GitHub Pages link.
Add link for installing Jekyll locally.
Add links to code style files.


Project: http://git-wip-us.apache.org/repos/asf/systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/systemml/commit/757288a7
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/757288a7
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/757288a7

Branch: refs/heads/master
Commit: 757288a702b3fedb0cca4bee217f9b1218467657
Parents: 083cc77
Author: Deron Eriksson <[email protected]>
Authored: Wed Jul 12 10:54:31 2017 -0700
Committer: Deron Eriksson <[email protected]>
Committed: Wed Jul 12 10:54:31 2017 -0700

----------------------------------------------------------------------
 docs/contributing-to-systemml.md | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/systemml/blob/757288a7/docs/contributing-to-systemml.md
----------------------------------------------------------------------
diff --git a/docs/contributing-to-systemml.md b/docs/contributing-to-systemml.md
index 97c2654..bc83661 100644
--- a/docs/contributing-to-systemml.md
+++ b/docs/contributing-to-systemml.md
@@ -179,9 +179,10 @@ the Pull Request, and the issue can be resolved and closed.
 
 Documentation is one useful way to become involved with SystemML. SystemML 
online documentation
 is generated from markdown using Jekyll. For more information, please see 
GitHub's
-[Using Jekyll with 
Pages](https://help.github.com/articles/using-jekyll-with-pages/).
+[Using Jekyll as a static site generator with GitHub 
Pages](https://help.github.com/articles/using-jekyll-as-a-static-site-generator-with-github-pages/).
 
-After installing Jekyll, Jekyll can be run from the `docs` folder via:
+After installing Jekyll locally (see [Setting up your GitHub Pages site 
locally with 
Jekyll](https://help.github.com/articles/setting-up-your-github-pages-site-locally-with-jekyll/)),
+Jekyll can be run from the `docs` folder via:
 
        bundle exec jekyll serve
 
@@ -209,9 +210,10 @@ branch and perform the `subtree` command again.
 ### Java Code Format
 
 Java in SystemML should be formatted using a standard format. The "SystemML 
Format" at
-`dev/code-style/systemml-style-eclipse.xml` can be imported into Eclipse and
-`dev/code-style/systemml-style-intellij.xml` can be imported into IntelliJ
-for this purpose.
+[`dev/code-style/systemml-style-eclipse.xml`](https://github.com/apache/systemml/blob/master/dev/code-style/systemml-style-eclipse.xml)
+can be imported into Eclipse and
+[`dev/code-style/systemml-style-intellij.xml`](https://github.com/apache/systemml/blob/master/dev/code-style/systemml-style-intellij.xml)
+can be imported into IntelliJ for this purpose.
 
 No trailing whitespace is preferred. IDEs such as Eclipse and IntelliJ can be 
configured
 for this option.

Reply via email to