Skip to content

Commit 3da7c38

Browse files
author
Steve Kwak
committed
migration guide image links fixed
1 parent 8fce51c commit 3da7c38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

migrations/how-to-migrate-from-modal-to-panel.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,19 +26,19 @@ Let's see what this plugin will look like before and after:
2626

2727
**As a modal**
2828

29-
![Modal UI example](../../images/modal-ui-example.png)
29+
![Modal UI example](/images/modal-ui-example.png)
3030

3131
**As a panel**
3232

33-
![Panel UI example](../../images/panel-ui-example.png)
33+
![Panel UI example](/images/panel-ui-example.png)
3434

3535
Now, let's go through the steps of converting a modal plugin to a panel-based plugin.
3636

3737
### 1. Open your modal plugin code
3838

3939
Note that your plugin structure does not change. Just like with modal plugins, the minimum required files for your panel plugin to work are `main.js` and `manifest.json`.
4040

41-
![Same plugin structure](../../images/same-plugin-structure.png)
41+
![Same plugin structure](/images/same-plugin-structure.png)
4242

4343
You might have more files than this, depending on how you have structured your plugin.
4444

0 commit comments

Comments
 (0)