Skip to content

Fix broken internal link in coroutines.md (coroutine builders section)#414

Merged
fzhinkin merged 1 commit into
Kotlin:masterfrom
easternkite:master
Mar 10, 2025
Merged

Fix broken internal link in coroutines.md (coroutine builders section)#414
fzhinkin merged 1 commit into
Kotlin:masterfrom
easternkite:master

Conversation

@easternkite

Copy link
Copy Markdown
Contributor

In coroutines.md, the internal link to the "coroutine builders" section was incorrectly written as [coroutine builders](coroutine-builders),
which does not work because it lacks the # symbol required for internal navigation.

Fix:

  • Changed [coroutine builders](coroutine-builders)[coroutine builders](#coroutine-builders).
  • This ensures proper navigation within the same document.

Tested and confirmed that the link now correctly redirects to the intended section.

Let me know if any further modifications are needed. Thanks!

@fzhinkin fzhinkin self-requested a review March 10, 2025 19:16

@fzhinkin fzhinkin left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@easternkite thank you for fixing it!

@fzhinkin fzhinkin merged commit 0f17703 into Kotlin:master Mar 10, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants