Skip to content

Commit

Permalink
Update the links in Evolving java based APIs Part 3
Browse files Browse the repository at this point in the history
Updating the links to migrated part 1 and the
migrated version numbering document
  • Loading branch information
jnerlich authored and vogella committed Jan 8, 2024
1 parent ae5b969 commit 733cb76
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/Evolving-Java-based-APIs-3.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Evolving Java-based APIs 3
==========================

Part 3 of [Evolving\_Java-based\_APIs](/Evolving_Java-based_APIs "Evolving Java-based APIs").
Part 3 of [Evolving\_Java-based\_APIs](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/Evolving-Java-based-APIs.md).

Contents
--------
Expand Down Expand Up @@ -184,4 +184,5 @@ On the other hand, clients should avoid all `Class.getDeclared_XXX_` methods as
Versioning
----------

It should be easy for API clients to know whether a new version of your components broke APIs or not. Eclipse projects implement semantic versioning according to the [Version Numbering](/Version_Numbering "Version Numbering") specification.
It should be easy for API clients to know whether a new version of your components broke APIs or not.
Eclipse projects implement semantic versioning according to the [Version Numbering](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/VersionNumbering.md) specification.

0 comments on commit 733cb76

Please sign in to comment.