From ab9db9adf188e012c048d31041ca015cc246e674 Mon Sep 17 00:00:00 2001 From: Lem0nTea2002 Date: Mon, 17 Aug 2026 20:18:19 +0800 Subject: [PATCH] docs: fix Docker installation link in Korean README (#18385) ### Summary Fix the malformed Markdown destination in `README_ko.md` so the Korean setup instructions link to Docker's official Engine installation guide. Validation: - `git diff --check` - Confirmed the malformed link is absent and the corrected link occurs once. - Verified `https://docs.docker.com/engine/install/` returns HTTP 200. --- README_ko.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README_ko.md b/README_ko.md index 1f9fedd34a..e140ee40a8 100644 --- a/README_ko.md +++ b/README_ko.md @@ -138,7 +138,7 @@ - [gVisor](https://gvisor.dev/docs/user_guide/install/): RAGFlow의 코드 실행기(샌드박스) 기능을 사용하려는 경우에만 필요합니다. > [!TIP] -> 로컬 머신(Windows, Mac, Linux)에 Docker가 설치되지 않은 경우, [Docker 엔진 설치](<(https://docs.docker.com/engine/install/)>)를 참조하세요. +> 로컬 머신(Windows, Mac, Linux)에 Docker가 설치되지 않은 경우, [Docker 엔진 설치](https://docs.docker.com/engine/install/)를 참조하세요. ### 🚀 서버 시작하기