Skip to content

Commit

Permalink
chore: fix links
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Pham <29749331+aarnphm@users.noreply.github.com>
  • Loading branch information
aarnphm committed Sep 25, 2022
1 parent 3e8a95a commit 047568b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 15 deletions.
10 changes: 5 additions & 5 deletions docs/source/guides/grpc.rst
Expand Up @@ -301,7 +301,7 @@ gRPC server:

.. literalinclude:: ./snippets/grpc/java/build.gradle
:language: groovy
:caption: ``./build.gradle``
:caption: build.gradle

To build the client, run:

Expand Down Expand Up @@ -380,11 +380,11 @@ gRPC server:
» gradle init --project-dir .
The following ``build.gradle`` should be able to help you get started:
The following ``build.gradle.kts`` should be able to help you get started:

.. literalinclude:: ./snippets/grpc/kotlin/build.gradle.kt
.. literalinclude:: ./snippets/grpc/kotlin/build.gradle.kts
:language: groovy
:caption: ``./build.gradle.kt``
:caption: build.gradle.kts

To build the client, run:

Expand Down Expand Up @@ -775,7 +775,7 @@ Therefore, our ``Request`` message would have the following structure:
.. tab-item:: Python
:sync: python

.. literalinclude:: ./snippets/grpc/python/request.py
.. literalinclude:: ./snippets/grpc/docs/python/request.py
:language: python

.. tab-item:: Go
Expand Down
10 changes: 0 additions & 10 deletions docs/source/guides/snippets/grpc/kotlin/settings.gradle.kts
@@ -1,11 +1 @@
/*
* This file was generated by the Gradle 'init' task.
*
* The settings file is used to specify which projects to include in your build.
*
* Detailed information about configuring a multi-project build in Gradle can be found
* in the user manual at https://docs.gradle.org/7.4.2/userguide/multi_project_builds.html
*/

rootProject.name = "kotlin"
include("lib")

0 comments on commit 047568b

Please sign in to comment.