From ff87fcc2c7b08e2cc4163e147e396d510930d0d0 Mon Sep 17 00:00:00 2001 From: Michael Hausegger Date: Thu, 23 Feb 2017 22:04:30 +0100 Subject: [PATCH] DATACASS-404 - Fix link to Jira in README.md. Use spring.io domain instead of springframework.org. Original pull request: #98. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ecee70c1..cd506b79e 100644 --- a/README.md +++ b/README.md @@ -179,7 +179,7 @@ Spring Data for Apache Cassandra adds object mapping, schema generation and repo Here are some ways for you to get involved in the community: * Get involved with the Spring community on Stackoverflow and help out on the [spring-data-cassandra](http://stackoverflow.com/questions/tagged/spring-data-cassandra) tag by responding to questions and joining the debate. -* Create [JIRA](https://jira.springframework.org/browse/DATACASS) tickets for bugs and new features and comment and vote on the ones that you are interested in. +* Create [JIRA](https://jira.spring.io/browse/DATACASS) tickets for bugs and new features and comment and vote on the ones that you are interested in. * Github is for social coding: if you want to write code, we encourage contributions through pull requests from [forks of this repository](http://help.github.com/forking/). If you want to contribute code this way, please reference a JIRA ticket as well covering the specific issue you are addressing. * Watch for upcoming articles on Spring by [subscribing](http://spring.io/blog) to spring.io.