Skip to content

Commit 82b22c0

Browse files
Fix links using asciidoc syntax
1 parent 864b867 commit 82b22c0

1 file changed

Lines changed: 2 additions & 8 deletions

File tree

README.adoc

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,7 @@
44

55
Here’s a concise instruction snippet for setting up dependencies in Gradle KTS to consume your open-source project:
66

7-
---
8-
9-
### Usage:
7+
== Usage:
108

119
1. **Configure repository**
1210
Add the following to your project's `build.gradle.kts`:
@@ -30,8 +28,4 @@ repositories {
3028
2. **Set GitHub credentials**
3129
Ensure you provide your GitHub username (`gpr.user`) and a personal access token (`gpr.token`) with package read permission.
3230

33-
[See the official GitHub docs for more details](https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry)
34-
35-
36-
37-
---
31+
https://docs.github.com/packages/working-with-a-github-packages-registry/working-with-the-gradle-registry[See the official GitHub docs for more details]

0 commit comments

Comments
 (0)