Skip to content

Commit

Permalink
Update README.md links to dalamud.dev (#2088)
Browse files Browse the repository at this point in the history
  • Loading branch information
FLeXyo authored Jul 5, 2023
1 parent 3c59c92 commit 8d82d09
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Hi! This is the plugin repository for the [Dalamud plugin framework for Final Fa

When the plugin approval group checks your plugin, they will check for the following:

- Does it meet [our guidelines](https://goatcorp.github.io/faq/development#q-what-am-i-allowed-to-do-in-my-plugin), as agreed upon by multiple members of the group?
- Does it meet [our guidelines](https://dalamud.dev/plugin-development/restrictions#what-am-i-allowed-to-do-in-my-plugin), as agreed upon by multiple members of the group?
- Does it feature any combat elements? If so, are they purely informational, and show only information the player would normally know?
- Does it pass an informal code review?
- Does it install cleanly?
Expand All @@ -33,7 +33,7 @@ These criteria are intended to prevent issues for users. We're happy to work wit

There are a few technical things that you must do before submitting your plugin here. They will make your plugin nicer to use.
- Your plugin has to have an `icon.png` that is no larger than 512x512 and no smaller than 64x64 in `images/`.
- For regular ImGui windows that don't do anything special, like settings and utility windows, you should use the [Dalamud Windowing API](https://goatcorp.github.io/Dalamud/api/Dalamud.Interface.Windowing.html). It enhances windows with a few nice features, like integration into the native UI closing-order.
- For regular ImGui windows that don't do anything special, like settings and utility windows, you should use the [Dalamud Windowing API](https://dalamud.dev/api/Dalamud.Interface.Windowing/). It enhances windows with a few nice features, like integration into the native UI closing-order.

### Submitting

Expand Down

0 comments on commit 8d82d09

Please sign in to comment.