From e086cc87ce84deeabf1ca30b19db2333fc891c03 Mon Sep 17 00:00:00 2001 From: quiddity-wp Date: Thu, 2 Feb 2023 20:30:17 -0800 Subject: [PATCH] update wiki links, gamepedia -> wiki.gg per official migration --- docs/grimoire.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/grimoire.html b/docs/grimoire.html index fff9cf2..b6548d1 100755 --- a/docs/grimoire.html +++ b/docs/grimoire.html @@ -235,7 +235,7 @@

Grimoire

Grab some html from the Noita wiki
bash -

curl "https://noita.gamepedia.com/Oil_(Spell)" | awk '/table class="spell"/ {for(i=1; i<=69; i++) {getline; print}}'

+

curl "https://noita.wiki.gg/wiki/Oil_(Spell)" | awk '/table class="spell"/ {for(i=1; i<=69; i++) {getline; print}}'