Skip to content

Commit e13aba0

Browse files
committed
Merge pull request #60 from aik099/remove-jira-version-from-readme
Remove JIRA version information from README
2 parents 661e028 + 2944f7d commit e13aba0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
[![Build Status](https://secure.travis-ci.org/chobie/jira-api-restclient.png)](http://travis-ci.org/chobie/jira-api-restclient)
44

55

6-
you know JIRA5 supports REST API. this is very useful to make some custom notifications and automated jobs.
6+
you know JIRA supports REST API. this is very useful to make some custom notifications and automated jobs.
77
(JIRA also supports email notification, but it's too much to custom templates, notification timing. unfortunately it requires Administration permission.)
88
this API library will help your problems regarding JIRA. hope you enjoy it.
99

@@ -35,6 +35,6 @@ foreach ($walker as $issue) {
3535

3636
MIT License
3737

38-
# JIRA5 Rest API Documents
38+
# JIRA Rest API Documents
3939

40-
https://developer.atlassian.com/static/rest/jira/6.0.html
40+
https://docs.atlassian.com/jira/REST/latest/

0 commit comments

Comments
 (0)