From 8d82d099ac2aa6163ed554fc7ff83e1ab48e675a Mon Sep 17 00:00:00 2001 From: FLeXyo <3421522+FLeXyo@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:30:15 +0200 Subject: [PATCH] Update README.md links to dalamud.dev (#2088) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7181a1b2a0..fa4ff38aea 100644 --- a/README.md +++ b/README.md @@ -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? @@ -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