Skip to content

Commit 26c0bae

Browse files
jnerlichvogella
authored andcommitted
Fix link in Naming Conventions markdown
After the migration from wikipage to markdown the link to API Central had to be adjusted.
1 parent 7708e54 commit 26c0bae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Naming_Conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ The names of API packages need to make sense to the ISV.
104104
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.
105105
Within an API package, all public classes and interfaces are considered API.
106106
The names of API packages should not contain internal, tests, or examples to avoid confusion with the scheme for naming non-API packages.
107-
Consult [Eclipse/API Central](/Eclipse/API_Central "Eclipse/API Central") for more detailed information on choosing and naming API elements.
107+
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.
108108

109109
### Internal Implementation Packages
110110

0 commit comments

Comments
 (0)