Skip to content

Commit

Permalink
fix: update documentation links for installation and FFmpeg setup
Browse files Browse the repository at this point in the history
  • Loading branch information
yuto-trd committed Jan 31, 2025
1 parent c56df8c commit 0377026
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Beutl アカウントを作成して、拡張機能を取得したり、自身
色フィルター、ぼかし、シャドウ、LUT などの基本的なエフェクトから 縁取り、内側シャドウ、ロングシャドウなどのマイナーなエフェクトがあります。 もちろんこれらは拡張機能で増やすことができます。

## 📥 インストール
[こちら](https://beutl.beditor.net/docs/get-started/install)のドキュメントを参照してください。
[こちら](https://docs.beutl.beditor.net/get-started/install)のドキュメントを参照してください。

## License

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/Beutl.Extensions.FFmpeg/FFmpegPath.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 0377026

Please sign in to comment.