This is an automated email from the ASF dual-hosted git repository.
blankensteiner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git
The following commit(s) were added to refs/heads/master by this push:
new 8612d6d Update CONTRIBUTING.md (#121)
8612d6d is described below
commit 8612d6da24ed78decf22a62f3e5265dd8b08bf2f
Author: entvex <[email protected]>
AuthorDate: Fri Nov 4 12:26:34 2022 +0100
Update CONTRIBUTING.md (#121)
---
docs/CONTRIBUTING.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md
index b6eed39..ffd9667 100644
--- a/docs/CONTRIBUTING.md
+++ b/docs/CONTRIBUTING.md
@@ -48,7 +48,7 @@ The best way to create a minimal reproduction is gradually
removing code and dep
Please do:
-* **DO** follow our [coding style](docs/coding-style.md) (C# code-specific).
+* **DO** follow our [coding style](/docs/coding-style.md) (C# code-specific).
* **DO** include tests when adding new features. When fixing bugs, start with
adding a test that highlights how the current behavior is broken.
* **DO** keep the discussions focused. When a new or related topic comes up
@@ -128,4 +128,4 @@ The following file header is the used for files in this
repo. Please use it for
*/
```
-- See [PulsarClient.cs](./src/DotPulsar/PulsarClient.cs) for an example of the
header in a C# file.
+- See
[PulsarClient.cs](https://github.com/apache/pulsar-dotpulsar/blob/master/src/DotPulsar/PulsarClient.cs)
for an example of the header in a C# file.