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:36 UTC

[17/50] incubator-apex-core git commit: fixed readme

fixed readme


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/58791245
Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/tree/58791245
Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-core/diff/58791245

Branch: refs/heads/master
Commit: 587912450b49d59ce8850063b6b56a385d567854
Parents: ecb96ba
Author: Gaurav <ga...@datatorrent.com>
Authored: Wed Dec 30 11:15:24 2015 -0800
Committer: Gaurav <ga...@datatorrent.com>
Committed: Wed Dec 30 11:15:24 2015 -0800

----------------------------------------------------------------------
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-apex-core/blob/58791245/README.md
----------------------------------------------------------------------
diff --git a/README.md b/README.md
index 0b9136f..65bd2f7 100644
--- a/README.md
+++ b/README.md
@@ -39,7 +39,7 @@ https://www.datatorrent.com/download/
 [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.
+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 APEXCORE-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 "APEXCORE-1234 #comment Task completed ahead of schedule #resolve"