docs(tools-reference): fix stale feishu_comment.py path in zh-Hans locale - #71190
Closed
santhiprakash wants to merge 1 commit into
Closed
docs(tools-reference): fix stale feishu_comment.py path in zh-Hans locale#71190santhiprakash wants to merge 1 commit into
santhiprakash wants to merge 1 commit into
Conversation
…cale mirror - Problem: The Chinese (zh-Hans) locale mirror of tools-reference.md still referenced gateway/platforms/feishu_comment.py — a path that no longer exists. The feishu platform was migrated to plugins/platforms/feishu/. - Fix: Update the path to plugins/platforms/feishu/feishu_comment.py in the zh-Hans locale mirror, matching the fix already applied to the English version. - Verification: Confirmed plugins/platforms/feishu/feishu_comment.py exists on origin/main (e0dfcf2); confirmed gateway/platforms/ has no feishu files.
Author
|
Closing this PR: the target files no longer exist on the current main branch due to a major repository restructuring. The doc/code changes this PR addresses may already be fixed or are no longer applicable. Will verify and re-open a fresh PR if the issue persists on the restructured codebase. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The Chinese (zh-Hans) locale mirror of
website/docs/reference/tools-reference.md(line 67) still referencesgateway/platforms/feishu_comment.py— a path that no longer exists. The feishu platform was migrated fromgateway/platforms/toplugins/platforms/feishu/, so the correct path isplugins/platforms/feishu/feishu_comment.py.This is the same stale path that was already fixed in the English version of this doc page.
Triage / Root cause
The zh-Hans locale mirror was not updated when the English
tools-reference.mdwas edited to reflect the feishu platform migration to the plugins directory.Fix
Changed
gateway/platforms/feishu_comment.py→plugins/platforms/feishu/feishu_comment.pyon line 67 of the zh-Hans tools-reference locale mirror.Verification
plugins/platforms/feishu/feishu_comment.pyexists onupstream/main(e0dfcf2)gateway/platforms/has no feishu filesgateway/platforms/feishu_comment.pyreferences remain in any docs locale