diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 71dc8ce34..4669232c2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -20,7 +20,7 @@ The Memory Analyzer code is hosted on Github. Developer resources -------------------- -Information regarding setting up you development environment, building MAT, running tests, coding standards, and more. +Information regarding setting up your development environment, building MAT, running tests, coding standards, and more. - [Contributor Reference](dev-doc/Contributor_Reference.md) - [Developers](https://www.eclipse.org/mat/developers/) area on the MAT web site diff --git a/README.md b/README.md index e380a8889..b5a0429c0 100644 --- a/README.md +++ b/README.md @@ -8,8 +8,8 @@ The Eclipse Memory Analyzer is a fast and feature-rich Java heap dump analyzer t Download ---------------- -- Latest [stable release](https://www.eclipse.org/mat/downloads.php) -- [Snapshot builds](https://www.eclipse.org/mat/snapshotBuilds.php) +- Latest [stable release](https://eclipse.dev/mat/downloads.php) +- [Snapshot builds](https://eclipse.dev/mat/snapshotBuilds.php) Building locally ---------------- @@ -19,7 +19,7 @@ Memory Analyzer can be build using Maven / Tycho. The maven build should be star cd parent mvn clean install -For detailed build documentation refer to +For detailed build documentation refer to [Building MAT with Maven](dev-doc/Building_MAT_with_Maven.md) Documentation ---------------- @@ -31,9 +31,8 @@ Documentation Contributing ---------------- -- Check [CONTRIBUTING.md](CONTRIBUTING.md) in the root of the repository -- [Developers](https://www.eclipse.org/mat/developers/) area on the MAT web site -- [MemoryAnalyzer/Contributor Reference](http://wiki.eclipse.org/index.php?title=MemoryAnalyzer/Contributor_Reference) Wiki pages +- See [CONTRIBUTING.md](CONTRIBUTING.md) in the root of the repository if you would like to contribute to MAT +- See [Contributor Reference](dev-doc/Contributor_Reference.md) for information regarding setting up your development environment, building MAT, running tests, coding standards, and more. Issues: ---------------- diff --git a/dev-doc/Contributor_Reference.md b/dev-doc/Contributor_Reference.md index 24addc6e8..3d9357b2b 100644 --- a/dev-doc/Contributor_Reference.md +++ b/dev-doc/Contributor_Reference.md @@ -189,7 +189,6 @@ See [CONTRIBUTING.md](../CONTRIBUTING.md) ## New version development process * Document new version at [MAT project page](https://projects.eclipse.org/projects/tools.mat) -* Create Bugzilla entries for target milestone [Bugzilla Manager](https://dev.eclipse.org/committers/bugs/bugz_manager.php) * Update references to old release in the code e.g. 1.X -> 1.Y excluding update sites ** See pom.xml e.g. `1.9.1-SNAPSHOT` ** See manifest.mf e.g. `Bundle-Version: 1.9.1.qualifier`