From eefe85695f42b0d2e0f14bbb335b754c1d5deb1c Mon Sep 17 00:00:00 2001 From: Sina Madani Date: Fri, 25 Oct 2024 10:31:34 +0100 Subject: [PATCH] docs: Add link to code snippets repo --- CODE_OF_CONDUCT.md | 2 +- README.md | 3 +++ pom.xml | 2 +- 3 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index 4efce51..0de4744 100644 --- a/CODE_OF_CONDUCT.md +++ b/CODE_OF_CONDUCT.md @@ -60,7 +60,7 @@ representative at an online or offline event. Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at -[community\@vonage.com](mailto:community@vonage.com?subject=Java SDK code of conduct). +[community\@vonage.com](mailto:community@vonage.com). All complaints will be reviewed and investigated promptly and fairly. All community leaders are obligated to respect the privacy and security of the diff --git a/README.md b/README.md index 9c4f711..bea3c30 100644 --- a/README.md +++ b/README.md @@ -113,6 +113,9 @@ val vonageClient = Vonage { } ``` +## Usage +You can find complete runnable code samples in the [vonage-kotlin-code-snippets repository](https://github.com/Vonage/vonage-kotlin-code-snippets). + ## Frequently Asked Questions **Q: Why use this SDK instead of the [Vonage Java Server SDK](https://github.com/Vonage/vonage-java-sdk)?** diff --git a/pom.xml b/pom.xml index 0a5c48a..4981c5b 100644 --- a/pom.xml +++ b/pom.xml @@ -77,7 +77,7 @@ org.wiremock wiremock-standalone - 3.9.1 + 3.9.2 test