WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=2894d43d179af310d96ec54dd4af7ed5f1ca6a7f
commit 2894d43d179af310d96ec54dd4af7ed5f1ca6a7f Author: Gareth Halfacree <[email protected]> Date: Mon Nov 6 06:50:05 2017 -0800 Wiki page coding-conventions.md changed with summary [] by Gareth Halfacree --- pages/contrib/devs/coding-conventions.md.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/contrib/devs/coding-conventions.md.txt b/pages/contrib/devs/coding-conventions.md.txt index 1725a56f..2505898f 100644 --- a/pages/contrib/devs/coding-conventions.md.txt +++ b/pages/contrib/devs/coding-conventions.md.txt @@ -188,14 +188,14 @@ a = ((b & c) | d) & 0x00ff00; ## Further Reading ## -* [git.enlightenment.org](https://git.enlightenment.org/) +[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) +[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) +[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) +[Documentation Contribution guide](https://www.enlightenment.org/contrib/docs/documentation-guide.md) : A guide to producing documentation for the Enlightenment Project \ No newline at end of file --
