From d18b5f13be28834e36cd9c946349233e37863fa6 Mon Sep 17 00:00:00 2001 From: Lars Vogel Date: Mon, 4 Dec 2023 12:37:12 +0100 Subject: [PATCH] Update documentation link to last snapshot site in CONTRIBUTING.md Fixes #3113 --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fb23e8b8a..7e68611226 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -47,7 +47,7 @@ This can be accomplished by adding the following snippet to your (parent) pom.xm ``` Make sure you have set the property for the Tycho version (e.g. `tycho-version`) to `-SNAPSHOT` in the project being built. -For documentation of the most recent snapshot build, see the [Snapshot Tycho Site](https://ci.eclipse.org/tycho/job/tycho-sitedocs/lastSuccessfulBuild/artifact/target/staging/index.html). +For documentation of the most recent snapshot build, see the [Snapshot Tycho Site](https://tycho.eclipseprojects.io/doc/master/index.html). If you identify an issue, please try to reduce the case to the minimal project and steps to reproduce, and then report the bug with details to reproduce and the minimal reproducer project to Tycho's [issue tracker](https://github.com/eclipse-tycho/tycho/issues).