You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apex.apache.org by th...@apache.org on 2016/01/29 08:21:26 UTC

[07/50] incubator-apex-core git commit: Update JIRA and install links.

Update JIRA and install links.


Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/commit/0d5bfa5b
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/0d5bfa5b
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/0d5bfa5b

Branch: refs/heads/master
Commit: 0d5bfa5be27128de0be89335346c7c3cac40e31a
Parents: 0b0f914
Author: Thomas Weise <th...@datatorrent.com>
Authored: Mon Dec 14 11:34:34 2015 -0800
Committer: Thomas Weise <th...@datatorrent.com>
Committed: Mon Dec 14 11:34:34 2015 -0800

----------------------------------------------------------------------
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/0d5bfa5b/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index a4a2b46..0b9136f 100644
--- a/README.md
+++ b/README.md
@@ -29,20 +29,20 @@ at the top level. You can then use the command line interface (CLI) from the bui
 ```
 Type help to list available commands. 
 
-Pre-built distributions (see [README](https://www.datatorrent.com/docs/README.html)) are available from
+Pre-built distributions (see [README](https://docs.datatorrent.com/installation)) are available from
 https://www.datatorrent.com/download/
 
 ##Issue tracking
 
 (Note that we will be moving to the Apache JIRA system soon.)
 
-[Apex JIRA](https://malhar.atlassian.net/projects/APEX) issue tracking system is used for this project.
+[Apex JIRA](https://issues.apache.org/jira/browse/APEXCORE) issue tracking system is used for this project.
 You can submit new issues and track the progress of existing issues at https://malhar.atlassian.net/projects/APEX.
 
 When working with JIRA to submit pull requests, please use [smart commits](https://confluence.atlassian.com/display/AOD/Processing+JIRA+issues+with+commit+messages) feature by specifying APEX-XXXX in the commit messages.
 It helps us link commits with issues being tracked for easy reference.  And example commit might look like this:
 
-    git commit -am "APEX-1234 #comment Task completed ahead of schedule #resolve"
+    git commit -am "APEXCORE-1234 #comment Task completed ahead of schedule #resolve"
 
 ##License