Link to latest mantis-example and update commands #161
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Context
The git repository
mantis-examples
has been deprecated and has been moved to the centralmantis
repository (this). However, example code and links in documentation are still pointing to the oldmantis-example
repository. That could be confusing when people follow the link only to find the stale code.This patch fixes the deprecated links, and also updates the commands to run those example jobs.
NOTE: there could be other stale links as we have deprecated multiple standalone repositories and moved them here. We should file new pull requests to fix that. This one is mainly for
mantis-examples
.Checklist
./gradlew build
compiles code correctlyAdded new tests where applicable./gradlew test
passes all testsAdded copyright headers for new files fromCONTRIBUTING.md