You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dev-doc/Contributor_Reference.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -34,14 +34,14 @@ If you do not have the IBM DTFJ feature installed then there will be compilation
34
34
35
35
The MAT code is formatted with a specific code formatter. Use it if you would like to contribute you changes to MAT.
36
36
37
-
''Preferences -> Java -> Code Style -> Formatter -> Import...'' and import this [template](http://www.eclipse.org/mat/dev/mat_code_formatter.xml).
37
+
''Preferences -> Java -> Code Style -> Formatter -> Import...'' and import this [template](code_formatter/mat_code_formatter.xml).
38
38
39
39
### Configure API Tooling Baseline
40
40
41
41
In order to guarantee that no API breaking changes are introduced we recommend using the PDE API Tooling and defining the latest released version of MAT as an API Baseline. Here is a short description how this could be done:
42
42
43
43
* Download the latest released version in order to use it as an API Baseline
44
-
* Go to the [MAT download page](http://eclipse.dev/mat/downloads.php)
44
+
* Go to the [MAT download page](https://eclipse.dev/mat/download/)
45
45
* Download the "Archived Update Site" zip file for the latest release
0 commit comments