fix(faq): update stale #install anchor across all locales#621
Conversation
📝 WalkthroughWalkthroughStep 4 of the "Simple Install Script" FAQ entry was updated across 12 localized FAQ files (de, en, es, fr, it, ja, ko, pl, pt, ro, zh-cn, zh-tw) to point the documentation link to the locale-specific "method-2-installsh" anchor instead of the previous generic or English ChangesLocalized FAQ link updates
Estimated code review effort: 1 (Trivial) | ~3 minutes 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
There was a problem hiding this comment.
Actionable comments posted: 1
🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
Inline comments:
In `@content/self-host/rustdesk-server-pro/faq/_index.ko.md`:
- Line 28: The Korean FAQ link text is still in English, so update the visible
anchor text in the markdown entry to a localized Korean phrase while keeping the
current destination URL unchanged. Make this adjustment in the FAQ content where
the translated step references the install script page so the surrounding Korean
copy stays consistent.
🪄 Autofix (Beta)
Fix all unresolved CodeRabbit comments on this PR:
- Push a commit to this branch (recommended)
- Create a new PR with the fixes
ℹ️ Review info
⚙️ Run configuration
Configuration used: defaults
Review profile: CHILL
Plan: Pro
Run ID: 753469f0-d07a-4225-86de-7e97768168cb
📒 Files selected for processing (12)
content/self-host/rustdesk-server-pro/faq/_index.de.mdcontent/self-host/rustdesk-server-pro/faq/_index.en.mdcontent/self-host/rustdesk-server-pro/faq/_index.es.mdcontent/self-host/rustdesk-server-pro/faq/_index.fr.mdcontent/self-host/rustdesk-server-pro/faq/_index.it.mdcontent/self-host/rustdesk-server-pro/faq/_index.ja.mdcontent/self-host/rustdesk-server-pro/faq/_index.ko.mdcontent/self-host/rustdesk-server-pro/faq/_index.pl.mdcontent/self-host/rustdesk-server-pro/faq/_index.pt.mdcontent/self-host/rustdesk-server-pro/faq/_index.ro.mdcontent/self-host/rustdesk-server-pro/faq/_index.zh-cn.mdcontent/self-host/rustdesk-server-pro/faq/_index.zh-tw.md
| 2. VPS, 베어 메탈 또는 Linux VM을 생성하세요. | ||
| 3. DNS와 SSL을 사용하려면 DNS 이름, 예를 들어 `rustdesk.yourdomain.com`를 생성하세요. | ||
| 4. [This page](https://rustdesk.com/docs/en/self-host/rustdesk-server-pro/installscript/#install)를 실행하세요. | ||
| 4. [This page](https://rustdesk.com/docs/ko/self-host/rustdesk-server-pro/installscript/#방법-2-installsh)를 실행하세요. |
There was a problem hiding this comment.
📐 Maintainability & Code Quality | 🟡 Minor | ⚡ Quick win
Keep the Korean link text localized.
The new destination is fine, but This page is still English in the Korean FAQ. Please localize the visible link text so the translated step reads consistently.
🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.
In `@content/self-host/rustdesk-server-pro/faq/_index.ko.md` at line 28, The
Korean FAQ link text is still in English, so update the visible anchor text in
the markdown entry to a localized Korean phrase while keeping the current
destination URL unchanged. Make this adjustment in the FAQ content where the
translated step references the install script page so the surrounding Korean
copy stays consistent.
While translating the docs into Korean, I noticed the
#installanchor on line 28 of the Server Pro FAQ no longer resolves.The install-script section had an
### Installheading (3bc06d1), which was later renamed to## Method 2: install.sh(063de19). The FAQ still points at the old#installanchor, so it now resolves to nothing.This updates line 28 to the correct anchor across all 12 locales, using each locale's actual slug and localizing the path.
Split into two commits: the English source fix, then the translations.
Summary by CodeRabbit