Skip to content

Commit

Permalink
Add URLs to the documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
DRSchlaubi committed Sep 12, 2023
1 parent 02bf3eb commit ad3d725
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/topics/Annotation-Argument-API.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ fun KSAnnotation.process() {
}
```

Full documentation can be found [here]()
Full documentation can be found [here](https://codegen.kord.dev/api/ksp/dev.kord.codegen.ksp.annotations/index.html)
4 changes: 2 additions & 2 deletions docs/topics/Annotation-Argument-Processor.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public data class InlineConstructor private constructor(
}
```

> You can find the full code [here]()
> You can find the full code [here](https://github.com/kordlib/codegen-kt/blob/main/ksp-annotations/src/commonMain/kotlin/InlineConstructor.kt)

Please read the documentation of the `ProcessorAnnotation` annotation [here]()
Please read the documentation of the `ProcessorAnnotation` annotation [here](https://codegen.kord.dev/api/ksp/dev.kord.codegen.ksp.annotations/-processor-annotation/index.html)

0 comments on commit ad3d725

Please sign in to comment.