1
0
mirror of https://github.com/interviewstreet/go-jira.git synced 2025-01-05 22:53:53 +02:00

Set correct link for examples chapter

This commit is contained in:
Andy Grunwald 2015-09-03 12:58:34 +02:00
parent a77c82bd29
commit 1728fea52f

View File

@ -16,7 +16,7 @@ The code structure of this package was inspired by [google/go-github](https://gi
* Create and receive issues
* Call every (not implemented) API endpoint of the JIRA
> Attention: This package is not JIRA API complete (yet), but you can call every API endpoint you want. See ["Call a not implemented API endpoint"](#) how to do this. For all possible API endpoints have a look at [latest JIRA REST API documentation](https://docs.atlassian.com/jira/REST/latest/).
> Attention: This package is not JIRA API complete (yet), but you can call every API endpoint you want. See ["Call a not implemented API endpoint"](#call-a-not-implemented-api-endpoint) how to do this. For all possible API endpoints have a look at [latest JIRA REST API documentation](https://docs.atlassian.com/jira/REST/latest/).
## Installation