Skip to content

Commit 38e8445

Browse files
committed
Update materials to replace JIRA with GitHub issues.
Change issue links from JIRA to GitHub issues. Closes #424.
1 parent cd4b435 commit 38e8445

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

README.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -103,17 +103,17 @@ If you are just starting out with Spring, try one of the https://spring.io/guide
103103
* If you are upgrading, check out the https://docs.spring.io/spring-data/rest/docs/current/changelog.txt[changelog] for "`new and noteworthy`" features.
104104
* Ask a question - we monitor https://stackoverflow.com[stackoverflow.com] for questions tagged with https://stackoverflow.com/tags/spring-data[`spring-data-rest`].
105105
You can also chat with the community on https://gitter.im/spring-projects/spring-data[Gitter].
106-
* Report bugs with Spring Data REST at https://jira.spring.io/browse/DATAREST[jira.spring.io/browse/DATAREST].
106+
* Report bugs with Spring Data REST at https://github.com/spring-projects/spring-data-rest/issues.
107107

108108
== Reporting Issues
109109

110-
Spring Data uses JIRA as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:
110+
Spring Data uses GitHub as issue tracking system to record bugs and feature requests. If you want to raise an issue, please follow the recommendations below:
111111

112112
* Before you log a bug, please search the
113-
https://jira.spring.io/browse/DATAREST[issue tracker] to see if someone has already reported the problem.
114-
* If the issue doesn’t already exist, https://jira.spring.io/browse/DATAREST[create a new issue].
113+
https://github.com/spring-projects/spring-data-rest/issues[issue tracker] to see if someone has already reported the problem.
114+
* If the issue doesn’t already exist, https://github.com/spring-projects/spring-data-rest/issues[create a new issue].
115115
* Please provide as much information as possible with the issue report, we like to know the version of Spring Data that you are using and JVM version.
116-
* If you need to paste code, or include a stack trace use JIRA `{code}…{code}` escapes before and after your text.
116+
* If you need to paste code, or include a stack trace use GitHub's flavor of Markdown and wrap your code with *triple-backquotes*.
117117
* If possible try to create a test-case or project that replicates the issue. Attach a link to your code or a compressed file containing your code.
118118

119119
== Building from Source

src/main/asciidoc/preface.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
== Project Metadata
77

88
* Version control: https://github.com/spring-projects/spring-data-rest
9-
* Bugtracker: https://jira.spring.io/browse/DATAREST
10-
* Project page: https://projects.spring.io/spring-data-rest
11-
* Release repository: https://repo.spring.io/libs-release
12-
* Milestone repository: https://repo.spring.io/libs-milestone
13-
* Snapshot repository: https://repo.spring.io/libs-snapshot
9+
* Bugtracker: https://github.com/spring-projects/spring-data-rest/issues
10+
* Project page: https://spring.io/projects/spring-data-rest
11+
* Release repository: https://repo.spring.io/release
12+
* Milestone repository: https://repo.spring.io/milestone
13+
* Snapshot repository: https://repo.spring.io/snapshot

0 commit comments

Comments
 (0)