From 3957ea65d39f7c9131aba6ee3ce90e58c5883c62 Mon Sep 17 00:00:00 2001 From: Dean <69436131+emdeann@users.noreply.github.com> Date: Tue, 8 Apr 2025 00:41:38 -0700 Subject: [PATCH] Fix pokecorpus link --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index cd5e9e7b605..f911e27fc80 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -152,7 +152,7 @@ repository -- adding a new entry to the English locale with text for each key you added to your main PR. You *only* need to add the English key and value - the translation team will handle the rest. 3. If your feature is pulled from the mainline Pokémon games (e.g. a Move or Ability implementation), add a source link for any added text within the locale PR. -(Poké Corpus)[https://abcboy101.github.io/poke-corpus/] is a great resource for finding text from the latest mainline games; otherwise, a YouTube video link showing the text in mainline is sufficient. +[Poké Corpus](https://abcboy101.github.io/poke-corpus) is a great resource for finding text from the latest mainline games; otherwise, a YouTube video link showing the text in mainline is sufficient. 4. Ping @lugiadrien in **#dev-corner** or the current callout thread to make sure your locales PR is seen. It'll be merged into the locales repository after any necessary corrections, at which point you can test it in your main PR (after updating locales from remote)