Skip to content

Commit abc9bdb

Browse files
Merge pull request #268 from dvonthenen/fix-link-to-coc
Fix Link to COC
2 parents 9cb034e + faa1c7d commit abc9bdb

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CODE_OF_CONDUCT.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Code of Conduct
2+
3+
Please see the [Code of Conduct](https://github.com/deepgram/deepgram-python-sdk/blob/main/.github/CODE_OF_CONDUCT.md) at [https://github.com/deepgram/deepgram-python-sdk/blob/main/.github/CODE_OF_CONDUCT.md](https://github.com/deepgram/deepgram-python-sdk/blob/main/.github/CODE_OF_CONDUCT.md).

CONTRIBUTING.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Contributing Guidelines
2+
3+
Please see the [Contributing Guidelines](https://github.com/deepgram/deepgram-python-sdk/blob/main/.github/CONTRIBUTING.md) at [https://github.com/deepgram/deepgram-python-sdk/blob/main/.github/CONTRIBUTING.md](https://github.com/deepgram/deepgram-python-sdk/blob/main/.github/CONTRIBUTING.md).

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -186,8 +186,8 @@ To run each example set the `DEEPGRAM_API_KEY` as an environment variable, then
186186
Interested in contributing? We ❤️ pull requests!
187187

188188
To make sure our community is safe for all, be sure to review and agree to our
189-
[Code of Conduct](./CODE_OF_CONDUCT.md). Then see the
190-
[Contribution](./CONTRIBUTING.md) guidelines for more information.
189+
[Code of Conduct](https://github.com/deepgram/deepgram-python-sdk/blob/main/.github/CODE_OF_CONDUCT.md). Then see the
190+
[Contribution](https://github.com/deepgram/deepgram-python-sdk/blob/main/.github/CONTRIBUTING.md) guidelines for more information.
191191

192192
## Prerequisites
193193

0 commit comments

Comments
 (0)