[PR #687] [MERGED] Fix: ja-jp links #695

Closed
opened 2026-02-16 11:21:30 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langgenius/dify-docs-archived/pull/687
Author: @krrrr38
Created: 4/1/2025
Status: Merged
Merged: 4/1/2025
Merged by: @AllenWriter

Base: mainHead: fix-ja-jp-links


📝 Commits (1)

📊 Changes

6 files changed (+8 additions, -8 deletions)

View changed files

📝 jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md (+1 -1)
📝 jp/guides/knowledge-base/metadata.md (+2 -2)
📝 jp/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.md (+2 -2)
📝 jp/plugins/best-practice/develop-a-slack-bot-plugin.md (+1 -1)
📝 jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.md (+1 -1)
📝 jp/plugins/quick-start/develop-plugins/tool-plugin.md (+1 -1)

📄 Description

Fix by following command.

> perl -pi -e 's!/zh-hans/!/ja-jp/!g' jp/**/*.md

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langgenius/dify-docs-archived/pull/687 **Author:** [@krrrr38](https://github.com/krrrr38) **Created:** 4/1/2025 **Status:** ✅ Merged **Merged:** 4/1/2025 **Merged by:** [@AllenWriter](https://github.com/AllenWriter) **Base:** `main` ← **Head:** `fix-ja-jp-links` --- ### 📝 Commits (1) - [`59468a9`](https://github.com/langgenius/dify-docs-archived/commit/59468a99c8567f5315776769ef03b7e3197cb62b) Fix ja-jp links ### 📊 Changes **6 files changed** (+8 additions, -8 deletions) <details> <summary>View changed files</summary> 📝 `jp/guides/knowledge-base/knowledge-and-documents-maintenance/maintain-knowledge-documents.md` (+1 -1) 📝 `jp/guides/knowledge-base/metadata.md` (+2 -2) 📝 `jp/learn-more/use-cases/integrate-deepseek-to-build-an-ai-app.md` (+2 -2) 📝 `jp/plugins/best-practice/develop-a-slack-bot-plugin.md` (+1 -1) 📝 `jp/plugins/quick-start/develop-plugins/model-plugin/integrate-the-predefined-model.md` (+1 -1) 📝 `jp/plugins/quick-start/develop-plugins/tool-plugin.md` (+1 -1) </details> ### 📄 Description Fix by following command. ``` > perl -pi -e 's!/zh-hans/!/ja-jp/!g' jp/**/*.md ``` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-16 11:21:30 -05:00
yindo closed this issue 2026-02-16 11:21:30 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-docs-archived#695