Observed issue
==============
The CodingStyle document now includes style guidelines for Python,
Shell (bash), and legacy C code.
Solution
========
* Fix wording in the first sentence and use a relative link to the file
* Remove paragraph that other languages do not have a coding style
* Add a link to the test README
Known drawbacks
===============
None.
Change-Id: I057ae8d51afaa07892aa40b47c2f1716574b3b06
Signed-off-by: Kienan Stewart <kstewart@efficios.com>
Signed-off-by: Jérémie Galarneau <jeremie.galarneau@efficios.com>
## Coding standard
-See CodingStyle for guidelines style and design guidelines.
-
-Although the LTTng-tools code base is primarily written in C++, it does
-contain C, shell, and Python code as well. There is no official coding
-standard for these languages. However, using a style consistent with the
-rest of the code written in that language is strongly encouraged.
+See [CodingStyle](./CodingStyle.md) or style and design guidelines.
+See the [tests README](./tests/README.adoc) for test-related guidelines.
## Creating and sending a patch