docs: fix broken link (#383) (#384)

This commit is contained in:
bd_ 2023-08-12 22:28:24 +09:00 committed by GitHub
parent 176e792137
commit 978518c385
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Menu Install Target
The Menu Install Target component is a component used to support the "Select Menu" button on the [MA Menu Installer](menu-installer) component.
The Menu Install Target component is a component used to support the "Select Menu" button on the [MA Menu Installer](menu-installer.md) component.
It "pulls" the menu from the MA Menu Installer component, and installs it based on the position of the game object it is
attached to.
@ -9,7 +9,7 @@ attached to.
## When should I use it?
Modular Avatar will create this component when necessary, when you use the "select menu" button on the
[MA Menu Installer](menu-installer) component. In most cases it is not necessary to create it manually.
[MA Menu Installer](menu-installer.md) component. In most cases it is not necessary to create it manually.
## What does it do?

View File

@ -1,13 +1,13 @@
# Menu Install Target
Menu Install Targetコンポーネントは、[MA Menu Installer](menu-installer)コンポーネントの「メニューを選択」ボタンを実装するために使用されるコンポーネントです。
Menu Install Targetコンポーネントは、[MA Menu Installer](menu-installer.md)コンポーネントの「メニューを選択」ボタンを実装するために使用されるコンポーネントです。
MA Menu Installerコンポーネントからメニューを「引っ張り」、自分の位置にインストールします。
![Menu Install Target](menu-install-target.png)
## いつ使うの?
[MA Menu Installer](menu-installer)コンポーネントの「メニューを選択」ボタンを使用すると、必要に応じてこのコンポーネントが作成されます。
[MA Menu Installer](menu-installer.md)コンポーネントの「メニューを選択」ボタンを使用すると、必要に応じてこのコンポーネントが作成されます。
ほとんどの場合、手動で作成する必要はありません。
## 何をするもの?