maael / temtem-api

🐾 An API for Temtem data, from the official wiki, updated every 4 hours.
https://temtem-api.mael.tech
52 stars 16 forks source link

Some links/images still reference the old wiki #152

Open maael opened 1 year ago

maael commented 1 year ago

https://github.com/search?q=repo%3Amaael%2Ftemtem-api%20gamepedia&type=code

vibh1103 commented 1 year ago

Hi @maael , I can pick this task ? can you please share more details on this task ?

maael commented 1 year ago

Sure thing - so the rough idea is that the wiki changed from the gamepedia one to the wiki.gg one. In the past this was updated mostly in this PR:

However some data still references the old gamepedia wiki - shown in the linked search in the issue description.

What needs to be done is to investigate why this is the case for the data files and to fix/update the scripts that generate them so that they point to the new wiki. This bit is a bit vague unfortunately and needs investigation.

The cases in the util/examples.ts just need manually updating.

vibh1103 commented 1 year ago

Ok let me check that and see what we can do

vibh1103 commented 1 year ago

Hi @maael I observed that this url is not replaced in some places https://gamepedia.cursecdn.com and https://temtem.gamepedia.com.

what is the corresponding new url we use in place of above url in new server?

Also some places we use name of file or folder as gamepedia so we need to update that too ?