From 52875ac65c59d2dd4fec5a6a5ae933c4d52cccb1 Mon Sep 17 00:00:00 2001 From: Lam Gia Thuan <22922064+duckladydinh@users.noreply.github.com> Date: Sat, 26 Aug 2023 23:06:17 +0200 Subject: [PATCH] Fix wrong Kotlin Support link in README. --- README.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index aff4c8f18..ae4343840 100644 --- a/README.rst +++ b/README.rst @@ -3,6 +3,7 @@ Gazelle build file generator .. All external links are here .. _a gazelle extension: https://github.com/bazel-contrib/rules_jvm/tree/main/java/gazelle +.. _Kotlin Support: https://github.com/aspect-build/aspect-cli/blob/main/gazelle/kotlin/ .. _Architecture of Gazelle: Design.rst .. _Repository rules: repository.md .. _go_repository: repository.md#go_repository @@ -108,8 +109,8 @@ Gazelle can generate Bazel BUILD files for many languages: * Kotlin - Aspect Build provides some [Kotlin Support](https://github.com/aspect-build/aspect-cli/blob/main/gazelle/kotlin/) - in the repo of their aspect-cli (also usable separately). Still under development, please check the README for + Aspect Build provides some `Kotlin Support`_ in the repo of their aspect-cli (also usable separately). + Still under development, please check the README for currently available features. * Protocol Buffers