From e0e7e2d6c4a4427b0662543b3f82035ec1d7c2e9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?D=C3=A1niel=20Csorba?= <150924204+daniCsorbaJB@users.noreply.github.com> Date: Wed, 12 Jun 2024 11:51:28 +0200 Subject: [PATCH] chore: changing api guidelines title --- docs/kr.tree | 2 +- docs/topics/coding-conventions.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/kr.tree b/docs/kr.tree index 0e754dd3ebd..884789ca5fc 100644 --- a/docs/kr.tree +++ b/docs/kr.tree @@ -401,7 +401,7 @@ - + diff --git a/docs/topics/coding-conventions.md b/docs/topics/coding-conventions.md index 95a5bd597a1..ac18d5ca715 100644 --- a/docs/topics/coding-conventions.md +++ b/docs/topics/coding-conventions.md @@ -1143,4 +1143,4 @@ When writing libraries, it's recommended to follow an additional set of rules to * Provide [KDoc](kotlin-doc.md) comments for all public members, except for overrides that do not require any new documentation (to support generating documentation for the library) -Learn more about best practices and ideas to consider when writing an API for your library in [library creators' guidelines](api-guidelines-introduction.md). +Learn more about best practices and ideas to consider when writing an API for your library in the [Library authors' guidelines](api-guidelines-introduction.md).