Skip to content

Conversation

@japygo
Copy link
Contributor

@japygo japygo commented Nov 11, 2025

Motivation

The initial link for the @kotlin.jvm.JvmRepeatable annotation was incorrect. After correcting it to the standard latest format, the API documentation site exhibited a specific redirect error, preventing users from accessing the documentation. This PR aims to provide an immediate functional solution.

Modification

  1. Original Link Correction: The error (e.g., typo) in the initial link was fixed.
  2. Temporary URL Implementation: Due to a redirect error/Page Not Found issue with the corrected latest link (https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-repeatable/), the URL has been temporarily changed to the currently functioning core API link:
    • https://kotlinlang.org/api/core/kotlin-stdlib/kotlin.jvm/-jvm-repeatable/

Test Plan

To verify that the issue is isolated, a cross-check test was performed:

  • Successful Test Case: A different latest format link (https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.jvm/-jvm-record/) was tested and successfully redirected to its corresponding core URL.
  • Conclusion: This indicates the redirect problem is specific to the -jvm-repeatable page, and the implemented fix ensures immediate user access to the documentation.

Follow-up / Technical Debt

  • This link must be reverted back to the latest URL format once the specific redirect issue for the -jvm-repeatable page is resolved on the Kotlin API documentation server.

`@kotlin.jvm.JvmRepeatable` link was wrong, so fix it.
@japygo japygo requested a review from a team as a code owner November 11, 2025 13:06
@koshachy koshachy self-assigned this Nov 11, 2025
@koshachy koshachy merged commit f03cc72 into JetBrains:master Nov 13, 2025
5 checks passed
@koshachy
Copy link
Collaborator

Thanks for your contribution!

@japygo japygo deleted the patch-1 branch November 14, 2025 00:42
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