diff --git a/README.ja.md b/README.ja.md index 606a7c917..e5b7c5990 100644 --- a/README.ja.md +++ b/README.ja.md @@ -34,7 +34,7 @@ Beutl アカウントを作成して、拡張機能を取得したり、自身 色フィルター、ぼかし、シャドウ、LUT などの基本的なエフェクトから 縁取り、内側シャドウ、ロングシャドウなどのマイナーなエフェクトがあります。 もちろんこれらは拡張機能で増やすことができます。 ## 📥 インストール -[こちら](https://beutl.beditor.net/docs/get-started/install)のドキュメントを参照してください。 +[こちら](https://docs.beutl.beditor.net/get-started/install)のドキュメントを参照してください。 ## License diff --git a/README.md b/README.md index 9cb591db1..9959a2fe2 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Create a Beutl account to acquire extensions or publish your own developed exten From basic effects like color filters, blurs, shadows, and LUTs, to minor effects like outlines, inner shadows, and long shadows, Beutl offers a wide range of effects. These can be further expanded through extensions. ## 📥 Installation -Refer to the [documentation](https://beutl.beditor.net/docs/get-started/install) here. +Refer to the [documentation](https://docs.beutl.beditor.net/get-started/install) here. ## License diff --git a/src/Beutl.Extensions.FFmpeg/FFmpegPath.cs b/src/Beutl.Extensions.FFmpeg/FFmpegPath.cs index edae04a75..56414ea09 100644 --- a/src/Beutl.Extensions.FFmpeg/FFmpegPath.cs +++ b/src/Beutl.Extensions.FFmpeg/FFmpegPath.cs @@ -72,7 +72,7 @@ public static void Initialize() private static void OpenDocumentUrl() { - Process.Start(new ProcessStartInfo("https://github.com/b-editor/beutl-docs/blob/main/ja/ffmpeg-install.md") + Process.Start(new ProcessStartInfo("https://docs.beutl.beditor.net/get-started/ffmpeg-install") { UseShellExecute = true, Verb = "open"