Skip to content

Commit f4066e5

Browse files
committed
ci: Fix dependabot package-manager
1 parent 3230931 commit f4066e5

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# https://docs.github.com/code-security/dependabot/dependabot-version-updates/configuration-options-for-the-dependabot.yml-file
33
version: 2
44
updates:
5-
- package-ecosystem: "Maven"
5+
- package-ecosystem: "maven"
66
directory: "/"
77
schedule:
88
interval: "weekly"

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ We also offer [client-side SDKs](https://developer.vonage.com/en/vonage-client-s
5050
See all of our SDKs and integrations on the [Vonage Developer portal](https://developer.vonage.com/en/tools).
5151

5252
## Installation
53-
5453
Releases are published to [Maven Central](https://central.sonatype.com/artifact/com.vonage/server-sdk-kotlin).
5554
Instructions for your build system can be found in the snippets section.
5655
They're also available from [here](https://mvnrepository.com/artifact/com.vonage/server-sdk-kotlin/latest).
@@ -116,7 +115,6 @@ val vonageClient = Vonage {
116115
```
117116

118117
## Usage
119-
120118
As with our other SDKs, the architecture is based around the `Vonage` class, which defines the authentication
121119
credentials and optional advanced settings for the HTTP client. The class has a field for each supported API,
122120
which returns an object containing methods available on that API. Where the SDK differs from other SDKs is that
@@ -133,8 +131,8 @@ including [a searchable list of snippets](https://github.com/Vonage/vonage-kotli
133131
### Documentation
134132
The SDK is fully documented with KDocs, so you should have complete documentation from your IDE. You may need to
135133
click "Download Sources" in IntelliJ to get the full documentation. Alternatively, you can browse the documentation
136-
using a service such as [Javadoc.io](https://javadoc.io/doc/com.vonage/server-sdk-kotlin/latest/index.html), which
137-
renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/).
134+
using a service such as [Javadoc.io](https://javadoc.io/doc/com.vonage/server-sdk-kotlin/latest/server-sdk-kotlin/com.vonage.client.kt/index.html),
135+
which renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/).
138136

139137
For help with any specific APIs, refer to the relevant documentation on our [developer portal](https://developer.vonage.com/en/documentation),
140138
using the links provided in the [Supported APIs](#supported-apis) section. For completeness, you can also consult the

0 commit comments

Comments
 (0)