From f6f2fad1fcad710312b1a7d943df1abc3acf2d70 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Fri, 5 Dec 2025 14:28:44 +0900 Subject: [PATCH] fix: correct OpenCode docs link (404 -> valid URL) (#3) - Change https://opencode.ai/docs/installation/ to https://opencode.ai/docs - The /installation/ path returns 404, main docs page has Install section --- README.ko.md | 4 ++-- README.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/README.ko.md b/README.ko.md index a7855e4..e7342b4 100644 --- a/README.ko.md +++ b/README.ko.md @@ -180,11 +180,11 @@ if command -v opencode &> /dev/null; then echo "OpenCode $(opencode --version) 설치됨" else echo "OpenCode가 설치되어 있지 않습니다. 먼저 설치해주세요." - echo "참고: https://opencode.ai/docs/installation/" + echo "참고: https://opencode.ai/docs" fi ``` -OpenCode가 설치되어 있지 않다면, [OpenCode 설치 가이드](https://opencode.ai/docs/installation/)를 안내하세요. +OpenCode가 설치되어 있지 않다면, [OpenCode 설치 가이드](https://opencode.ai/docs)를 안내하세요. ### 2단계: oh-my-opencode 플러그인 설정 diff --git a/README.md b/README.md index e2e9213..43512ad 100644 --- a/README.md +++ b/README.md @@ -59,11 +59,11 @@ if command -v opencode &> /dev/null; then echo "OpenCode $(opencode --version) is installed" else echo "OpenCode is not installed. Please install it first." - echo "See: https://opencode.ai/docs/installation/" + echo "See: https://opencode.ai/docs" fi ``` -If OpenCode is not installed, guide the user to [OpenCode Installation Guide](https://opencode.ai/docs/installation/). +If OpenCode is not installed, guide the user to [OpenCode Installation Guide](https://opencode.ai/docs). ### Step 2: Configure oh-my-opencode Plugin