remove more phab refs

This commit is contained in:
Carsten Haitzler 2022-05-08 12:37:23 +01:00
parent adb885c3c1
commit ef62f7d030
3 changed files with 1 additions and 13 deletions

View File

@ -7,10 +7,6 @@
To ensure that the Enlightenment Project's code base is as approachable as possible all contributors are asked to adhere to the following conventions on style and layout. All contributed code should adhere to the following guidelines; those new to the Enlightenment Project and looking to contribute their first patches are advised to spend some time reading through the existing code first to get a further feel for the style and layout.
## Prerequisites ##
Before contributing code to the Enlightenment Project please familiarize yourself with the [Git Best Practices guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md) and [Patch Submission and Review guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md). You may also find the [Documentation Contribution Guide](https://www.enlightenment.org/contrib/docs/documentation-guide.md) a useful resource.
## General Conventions ##
When modifying or extending existing code, always maintain the existing coding style - even where the existing coding style goes against the conventions outlined in this document. If unsure, send different or sequential patches. If contributing new code, keep to the coding style of its immediate surroundings.
@ -191,11 +187,5 @@ a = ((b & c) | d) & 0x00ff00;
[git.enlightenment.org](https://git.enlightenment.org/)
: A web interface to the Enlightenment Foundation's git repositories.
[Git Best Practices guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md)
: A guide to using the git version control system in the Enlightenment Project tree.
[Patch Submission and Review guide](https://www.enlightenment.org/contrib/devs/arcanist-guide.md)
: A guide to creating and submitting patches through Arcanist.
[Documentation Contribution guide](https://www.enlightenment.org/contrib/docs/documentation-guide.md)
: A guide to producing documentation for the Enlightenment Project
: A guide to producing documentation for the Enlightenment Project

View File

@ -254,7 +254,6 @@ The format of a sidebar is shown below:
* [[/contrib/enlightenment-debug.md]]
* [[/contrib/devs/ | EFL Developer guide]]
* [[/contrib/devs/git-guide.md]]
* [[/contrib/devs/arcanist-guide.md]]
* [[/contrib/docs/documentation-guide.md]]
* [[/contrib/docs/ | Documentation]]
* [[/contrib/docs/eo-guide | Eolian Documentation Guide]]

View File

@ -5,7 +5,6 @@
* [[/contrib/devs/start.md ]]
* [[/contrib/devs/coding-conventions.md]]
* [[/contrib/devs/git-guide.md]]
* [[/contrib/devs/arcanist-guide.md | Patch Submission and Review]]
* [[/contrib/docs/start.md]]
* [[contrib/docs/documentation-guide.md | Writing Documentation]]
* [[/contrib/docs/eo-guide.md ]]