mirror of https://github.com/grpc/grpc.io.git
Kotlin blog: don't use external links for internal pages (#413)
Also fix link titles.
This commit is contained in:
parent
561fb8212e
commit
a1c33d95a9
|
|
@ -1,6 +1,7 @@
|
||||||
---
|
---
|
||||||
title: Kotlin, meet gRPC
|
title: Kotlin, meet gRPC
|
||||||
date: 2020-04-16
|
date: 2020-04-16
|
||||||
|
spelling: cSpell:ignore Wasserman
|
||||||
authors:
|
authors:
|
||||||
- name: Louis Wasserman
|
- name: Louis Wasserman
|
||||||
link: https://github.com/lowasser
|
link: https://github.com/lowasser
|
||||||
|
|
@ -23,16 +24,14 @@ For the full announcement, including how to deploy gRPC Kotlin services on
|
||||||
[Cloud Run][], see the Google Cloud blog, [Kotlin, meet gRPC: a new open-source
|
[Cloud Run][], see the Google Cloud blog, [Kotlin, meet gRPC: a new open-source
|
||||||
project for modern apps][blog].
|
project for modern apps][blog].
|
||||||
|
|
||||||
For more information, see the following pages:
|
For more information, see the following [Kotlin/JVM pages][]:
|
||||||
|
|
||||||
- [gRPC Kotlin/JVM Quick Start][]
|
- [Quick start](/docs/languages/kotlin/quickstart/)
|
||||||
- [gRPC Basics - Kotlin/JVM][] tutorial
|
- [Basics tutorial](/docs/languages/kotlin/basics/)
|
||||||
- [API Reference][]
|
- [API reference](/docs/languages/kotlin/api)
|
||||||
|
|
||||||
[API Reference]: https://javadocs.dev/io.grpc/grpc-kotlin-stub/latest
|
|
||||||
[blog]: https://cloud.google.com/blog/products/application-development/use-grpc-with-kotlin
|
[blog]: https://cloud.google.com/blog/products/application-development/use-grpc-with-kotlin
|
||||||
[Cloud Run]: https://cloud.run
|
[Cloud Run]: https://cloud.run
|
||||||
[gRPC Basics - Kotlin/JVM]: https://grpc.io/docs/tutorials/basic/kotlin
|
|
||||||
[gRPC Kotlin]: https://github.com/grpc/grpc-kotlin
|
[gRPC Kotlin]: https://github.com/grpc/grpc-kotlin
|
||||||
[gRPC Kotlin/JVM Quick Start]: https://grpc.io/docs/quickstart/kotlin
|
|
||||||
[Kotlin]: https://kotlinlang.org
|
[Kotlin]: https://kotlinlang.org
|
||||||
|
[Kotlin/JVM pages]: /docs/languages/kotlin/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue