Skip to content

Commit d0d62dd

Browse files
committed
Fixing links in API_Central and Coding_Conventions documentation pages
1 parent 206f4b9 commit d0d62dd

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/API_Central.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ This page is a hub to collect information about Eclipse Project APIs.
1313
* [Deprecation Policy](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/Eclipse_API_Central_Deprecation_Policy.md)
1414
* [Policy on use of Export-Package](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/Export-Package.md)
1515
* [Version Numbering](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/VersionNumbering.md) Guidelines on how to assign and evolve plug-in version numbers
16-
* [Naming Conventions](https://github.com/eclipse-platform/eclipse.platform/blob/api-central/docs/Naming_Conventions.md) How to name things like packages, classes, and methods
17-
* [Code Conventions](https://github.com/eclipse-platform/eclipse.platform/blob/api-central/docs/Coding_Conventions.md) How to make Java code readable
18-
* [Eclipse Doc Conventions](https://github.com/vogellacompany/eclipse.platform/blob/api-central/docs/Eclipse_Doc_Style_Guide.md) Guide how to write Eclipse docs
16+
* [Naming Conventions](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/Naming_Conventions.md) How to name things like packages, classes, and methods
17+
* [Code Conventions](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/Coding_Conventions.md) How to make Java code readable
18+
* [Eclipse Doc Conventions](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/Eclipse_Doc_Style_Guide.md) Guide how to write Eclipse docs
1919
* [User interface guidelines](https://github.com/eclipse-platform/ui-best-practices)
2020

docs/Coding_Conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Modifiers should be ordered as specified in the JLS and summarized in [AST#newMo
2626
synchronized native strictfp transient volatile
2727

2828

29-
For Javadoc conventions, see Oracle's [How to Write Doc Comments for the Javadoc Tool](http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html) and [Eclipse/API_Central](/https://github.com/eclipse-platform/eclipse.platform/blob/api-central/docs/API_Central.md).
29+
For Javadoc conventions, see Oracle's [How to Write Doc Comments for the Javadoc Tool](http://www.oracle.com/technetwork/java/javase/documentation/index-137868.html) and [Eclipse/API_Central](https://github.com/eclipse-platform/eclipse.platform/blob/master/docs/API_Central.md).
3030

3131
For Eclipse projects, there is no policy that requires a specific coding format or style, though the Eclipse style in the formatter and cleanup is preferred. Project teams typically determine their own styles and then commit the appropriate files. One way is to commit files on a per-project basis, the other is to have a central set of files that should be imported by each committer. See [Eclipse Incubation Mailing List, 20-June-2016](https://dev.eclipse.org/mhonarc/lists/incubation/msg00141.html).
3232

0 commit comments

Comments
 (0)