From 12bdd61bbfc41d45ce84e4c97076a66b5c8c7118 Mon Sep 17 00:00:00 2001 From: Takeshi Shimada Date: Mon, 27 Oct 2025 02:01:22 +0900 Subject: [PATCH] docs: Update documentation links to GitHub Pages URLs MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace local DocC file references with GitHub Pages URLs in both README.md and README_jp.md. This makes documentation more accessible to users viewing the repository on GitHub. Changes: - Add "Full Documentation" link to https://viewfeature.github.io/Flow/ - Update all documentation section links to GitHub Pages URLs - Apply changes to both English and Japanese READMEs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- README.md | 13 +++++++------ README_jp.md | 13 +++++++------ 2 files changed, 14 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 8f7e302..5c5d147 100644 --- a/README.md +++ b/README.md @@ -235,12 +235,13 @@ func handle() -> ActionHandler { ## Documentation -- **[Overview](Sources/Flow/Flow.docc/Flow.md)** -- **[Getting Started](Sources/Flow/Flow.docc/GettingStarted.md)** -- **[Core Concepts](Sources/Flow/Flow.docc/CoreConcepts.md)** -- **[Core Elements](Sources/Flow/Flow.docc/CoreElements.md)** -- **[Practical Guide](Sources/Flow/Flow.docc/PracticalGuide.md)** -- **[Middleware](Sources/Flow/Flow.docc/Middleware.md)** +📖 **[Full Documentation](https://viewfeature.github.io/Flow/)** + +- **[Getting Started](https://viewfeature.github.io/Flow/documentation/flow/gettingstarted/)** +- **[Core Concepts](https://viewfeature.github.io/Flow/documentation/flow/coreconcepts/)** +- **[Core Elements](https://viewfeature.github.io/Flow/documentation/flow/coreelements/)** +- **[Practical Guide](https://viewfeature.github.io/Flow/documentation/flow/practicalguide/)** +- **[Middleware](https://viewfeature.github.io/Flow/documentation/flow/middleware/)** ## Installation diff --git a/README_jp.md b/README_jp.md index b556e32..ce78a86 100644 --- a/README_jp.md +++ b/README_jp.md @@ -235,12 +235,13 @@ func handle() -> ActionHandler { ## ドキュメント -- **[概要](Sources/Flow/Flow.docc/Flow.md)** -- **[はじめに](Sources/Flow/Flow.docc/GettingStarted.md)** -- **[コアコンセプト](Sources/Flow/Flow.docc/CoreConcepts.md)** -- **[コア要素](Sources/Flow/Flow.docc/CoreElements.md)** -- **[実践ガイド](Sources/Flow/Flow.docc/PracticalGuide.md)** -- **[ミドルウェア](Sources/Flow/Flow.docc/Middleware.md)** +📖 **[完全なドキュメント](https://viewfeature.github.io/Flow/)** + +- **[はじめに](https://viewfeature.github.io/Flow/documentation/flow/gettingstarted/)** +- **[コアコンセプト](https://viewfeature.github.io/Flow/documentation/flow/coreconcepts/)** +- **[コア要素](https://viewfeature.github.io/Flow/documentation/flow/coreelements/)** +- **[実践ガイド](https://viewfeature.github.io/Flow/documentation/flow/practicalguide/)** +- **[ミドルウェア](https://viewfeature.github.io/Flow/documentation/flow/middleware/)** ## インストール