[PR #21373] Fixes #21357 Correct the wrong link destination (#quick-start) #29644

Closed
opened 2026-02-21 20:45:58 -05:00 by yindo · 0 comments
Owner

Original Pull Request: https://github.com/langgenius/dify/pull/21373

State: closed
Merged: Yes


Important

  1. Make sure you have read our contribution guidelines
  2. Ensure there is an associated issue and you have been assigned to it
  3. Use the correct syntax to link this PR: Fixes #<issue number>.

Summary

This PR adresses Issue closes #21357 :

In the Japanese README (README_JA.md), there is an incorrect anchor link in the Difyの使用方法 section:
この[スタートガイド](#quick-start)を使用して、ローカル環境でDifyを簡単に実行できます。
However, since the corresponding section heading is written in Japanese (# クイックスタート), the correct anchor should be:
この[スタートガイド](#クイックスタート)を使用して、ローカル環境でDifyを簡単に実行できます。

Screenshots

Before After
image image

Checklist

  • This change requires a documentation update, included: Dify Document
  • I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!)
  • I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change.
  • I've updated the documentation accordingly.
  • I ran dev/reformat(backend) and cd web && npx lint-staged(frontend) to appease the lint gods
**Original Pull Request:** https://github.com/langgenius/dify/pull/21373 **State:** closed **Merged:** Yes --- > [!IMPORTANT] > > 1. Make sure you have read our [contribution guidelines](https://github.com/langgenius/dify/blob/main/CONTRIBUTING.md) > 2. Ensure there is an associated issue and you have been assigned to it > 3. Use the correct syntax to link this PR: `Fixes #<issue number>`. ## Summary This PR adresses Issue closes #21357 : In the Japanese README ([README_JA.md](https://github.com/langgenius/dify/blob/main/README_JA.md)), there is an incorrect anchor link in the [Difyの使用方法](https://github.com/langgenius/dify/blob/main/README_JA.md#dify%E3%81%AE%E4%BD%BF%E7%94%A8%E6%96%B9%E6%B3%95) section: `この[スタートガイド](#quick-start)を使用して、ローカル環境でDifyを簡単に実行できます。` However, since the corresponding section heading is written in Japanese (`# クイックスタート`), the correct anchor should be: `この[スタートガイド](#クイックスタート)を使用して、ローカル環境でDifyを簡単に実行できます。` ## Screenshots | Before | After | |--------|-------| | ![image](https://github.com/user-attachments/assets/c2e2f7ae-1401-446c-ac39-467585459598)| ![image](https://github.com/user-attachments/assets/03157346-5d1e-46e8-89d4-f9caf019ac3e) | ## Checklist - [ ] This change requires a documentation update, included: [Dify Document](https://github.com/langgenius/dify-docs) - [x] I understand that this PR may be closed in case there was no previous discussion or issues. (This doesn't apply to typos!) - [x] I've added a test for each change that was introduced, and I tried as much as possible to make a single atomic change. - [x] I've updated the documentation accordingly. - [x] I ran `dev/reformat`(backend) and `cd web && npx lint-staged`(frontend) to appease the lint gods
yindo added the pull-request label 2026-02-21 20:45:58 -05:00
yindo closed this issue 2026-02-21 20:45:58 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify#29644