Fix links in README
Point to StackOverflow instead of forum. Remove deprecated text/links
This commit is contained in:
10
README.md
10
README.md
@@ -3,11 +3,7 @@ Spring Shell is an interactive shell that can be easily extended with commands u
|
||||
# Useful links
|
||||
|
||||
* [User documentation](http://static.springsource.org/spring-shell/docs/current/reference/)
|
||||
* [Issue Tracker](https://jira.springsource.org/browse/SHL)
|
||||
|
||||
More information can be found on the [project home page](http://www.springsource.org/spring-shell)
|
||||
|
||||
If you have ideas about how to improve or extend the scope, please feel free to contribute.
|
||||
* [Issue Tracker](https://jira.spring.io/browse/SHL)
|
||||
|
||||
# Artifacts
|
||||
|
||||
@@ -79,6 +75,6 @@ Spring Shell is built with Gradle. To build Spring Shell, run
|
||||
|
||||
Here are some ways for you to get involved in the community:
|
||||
|
||||
* Get involved with the Spring community on the Spring Community Forums. Please help out on the [forum](http://forum.springsource.org/forumdisplay.php?90-Shell) by responding to questions and joining the debate.
|
||||
* Create [JIRA](https://jira.springframework.org/browse/SHL) tickets for bugs and new features and comment and vote on the ones that you are interested in.
|
||||
* Get involved with the Spring community on Stack Overflow. Please help out on the [dedicated SO tag](http://stackoverflow.com/questions/tagged/spring-shell) by responding to questions and joining the debate.
|
||||
* Create [JIRA](https://jira.spring.io/browse/SHL) 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 tracker ticket covering the specific issue you are addressing. Before we accept a non-trivial patch or pull request we will need you to sign the [contributor's agreement](https://support.springsource.com/spring_committer_signup). Signing the contributor's agreement does not grant anyone commit rights to the main repository, but it does mean that we can accept your contributions, and you will get an author credit if we do. Active contributors might be asked to join the core team, and given the ability to merge pull requests.
|
||||
|
||||
Reference in New Issue
Block a user