Repository: systemml
Updated Branches:
  refs/heads/gh-pages e6aff89bf -> 1c3c0c07f


[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/1c3c0c07
Tree: http://git-wip-us.apache.org/repos/asf/systemml/tree/1c3c0c07
Diff: http://git-wip-us.apache.org/repos/asf/systemml/diff/1c3c0c07

Branch: refs/heads/gh-pages
Commit: 1c3c0c07f9014ebba8c9712d21651e7de17172c0
Parents: e6aff89
Author: Deron Eriksson <de...@apache.org>
Authored: Wed Jul 12 10:54:31 2017 -0700
Committer: Deron Eriksson <de...@apache.org>
Committed: Wed Jul 12 10:54:31 2017 -0700

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


http://git-wip-us.apache.org/repos/asf/systemml/blob/1c3c0c07/contributing-to-systemml.md
----------------------------------------------------------------------
diff --git a/contributing-to-systemml.md b/contributing-to-systemml.md
index 97c2654..bc83661 100644
--- a/contributing-to-systemml.md
+++ b/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