From cec4ec97dd2355ec12bf4b928d437ccfbfe69afe Mon Sep 17 00:00:00 2001 From: dreis2211 Date: Thu, 4 Jul 2019 13:30:43 +0200 Subject: [PATCH] Remove references to archived spring-boot-issues repo See gh-17431 --- CONTRIBUTING.adoc | 7 +++---- README.adoc | 6 ++---- SUPPORT.adoc | 5 ++--- 3 files changed, 7 insertions(+), 11 deletions(-) diff --git a/CONTRIBUTING.adoc b/CONTRIBUTING.adoc index c3cb3c9bc75..506625d5afc 100755 --- a/CONTRIBUTING.adoc +++ b/CONTRIBUTING.adoc @@ -18,10 +18,9 @@ please ask on https://stackoverflow.com[Stack Overflow]. The Spring Boot team an broader community monitor the https://stackoverflow.com/tags/spring-boot[`spring-boot`] tag. -If you are reporting a bug, please help to speed up problem diagnosis by providing as much -information as possible. Ideally, that would include a small -https://github.com/spring-projects/spring-boot-issues[sample project] that reproduces the -problem. +If you are reporting a bug, please help to speed up problem diagnosis by providing as +much information as possible. Ideally, that would include a small sample project that +reproduces the problem. diff --git a/README.adoc b/README.adoc index 089eba4976c..901e317ae4c 100755 --- a/README.adoc +++ b/README.adoc @@ -85,10 +85,8 @@ requests. If you want to raise an issue, please follow the recommendations below JVM version. * If you need to paste code, or include a stack trace use Markdown +++```+++ escapes before and after your text. -* If possible try to create a test-case or project that replicates the issue. You can - submit sample projects as pull-requests against the - https://github.com/spring-projects/spring-boot-issues[spring-boot-issues] GitHub - project. Use the issue number for the name of your project. +* If possible try to create a test-case or project that replicates the problem and attach + it to the issue. diff --git a/SUPPORT.adoc b/SUPPORT.adoc index a6ce34ded8a..28ee9c36aca 100755 --- a/SUPPORT.adoc +++ b/SUPPORT.adoc @@ -7,9 +7,8 @@ usage question please do not open a GitHub issue, but use one of the other chann described below. If you are reporting a bug, please help to speed up problem diagnosis by providing as -much information as possible. Ideally, that would include a small -https://github.com/spring-projects/spring-boot-issues[sample project] that reproduces the -problem. +much information as possible. Ideally, that would include a small sample project that +reproduces the problem. == Stack Overflow The Spring Boot community monitors the