From 08c4facc78a06bc1d3dbe32fe134a6e72ae707dd Mon Sep 17 00:00:00 2001 From: b1uejay27 Date: Thu, 20 Jan 2022 16:09:34 -0600 Subject: [PATCH] Fix invalid Phisherman docs link. --- backend/src/plugins/Phisherman/info.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/src/plugins/Phisherman/info.ts b/backend/src/plugins/Phisherman/info.ts index 5c9a1818..4742c774 100644 --- a/backend/src/plugins/Phisherman/info.ts +++ b/backend/src/plugins/Phisherman/info.ts @@ -8,7 +8,7 @@ export const pluginInfo: ZeppelinGuildPluginBlueprint["info"] = { `), configurationGuide: trimPluginDescription(` ### Getting started - To get started, request an API key for Phisherman following the instructions at https://docs.phisherman.gg/#/api/getting-started?id=requesting-api-access. + To get started, request an API key for Phisherman following the instructions at https://docs.phisherman.gg/guide/getting-started.html#requesting-api-access. Then, add the api key to the plugin's config: ~~~yml