Skip to content

Commit

Permalink
Fixes for #50, README.md
Browse files Browse the repository at this point in the history
- The README.md still pointed to the older versions of page in the Wiki,
which already moved within the code.
- fixed typos

Signed-off-by: Krum Tsvetkov <[email protected]>
  • Loading branch information
krumts committed Jun 6, 2024
1 parent 7371d83 commit 9a7e6e7
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
11 changes: 5 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------
Expand All @@ -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 <https://wiki.eclipse.org/MemoryAnalyzer/Building_MAT_With_Tycho>
For detailed build documentation refer to [Building MAT with Maven](dev-doc/Building_MAT_with_Maven.md)

Documentation
----------------
Expand All @@ -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:
----------------
Expand Down
1 change: 0 additions & 1 deletion dev-doc/Contributor_Reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 -&gt; 1.Y excluding update sites
** See pom.xml e.g. `<version>1.9.1-SNAPSHOT</version>`
** See manifest.mf e.g. `Bundle-Version: 1.9.1.qualifier`
Expand Down

0 comments on commit 9a7e6e7

Please sign in to comment.