Skip to content

Commit

Permalink
Fix link in Naming Conventions markdown
Browse files Browse the repository at this point in the history
After the migration from wikipage to markdown the link to API Central
had to be adjusted.
  • Loading branch information
jnerlich authored and vogella committed Feb 1, 2024
1 parent 7708e54 commit 26c0bae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Naming_Conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ The names of API packages need to make sense to the ISV.
The number of different packages that the ISV needs to remember should be small, since a profusion of API packages can make it difficult for ISVs to know which packages they need to import.
Within an API package, all public classes and interfaces are considered API.
The names of API packages should not contain internal, tests, or examples to avoid confusion with the scheme for naming non-API packages.
Consult [Eclipse/API Central](/Eclipse/API_Central "Eclipse/API Central") for more detailed information on choosing and naming API elements.
Consult [Eclipse/API Central](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/Provisional_API_Guidelines.md) for more detailed information on choosing and naming API elements.

### Internal Implementation Packages

Expand Down

0 comments on commit 26c0bae

Please sign in to comment.