Page MenuHomePhabricator

Tool 'abbreviso' has it's URL as a 404 page on toolinfo
Closed, ResolvedPublic

Description

The tool 'abbreviso' current has it's URL on the toolinfo page as https://tool.wmflabs.org/abbreviso/None which returns a 404 error. It should be updated to https://abbreviso.toolforge.org

Steps to reproduce
  1. go to https://admin.toolforge.org/tool/abbreviso
  2. click 'AbbrevIso journal title abbreviation' to go to the webservice page
  3. notice how it link to https://tool.wmflabs.org/abbreviso/None which gives you a 404 error

Event Timeline

How do I fix this?
I tried editing at https://toolsadmin.wikimedia.org/tools/id/abbreviso .
The only relevant field is "Path to tool below main webservice" which I guess is supposed to be the relative path to the tool's main page?
Changing it only changes the link for the title at https://toolsadmin.wikimedia.org/tools/id/abbreviso
it doesn't seem to affect the link for the title at https://admin.toolforge.org/tool/abbreviso
(whether I put empty-string, '/', 'abbreviso/' or an absolute URL).
(The nodejs tool itself is configured to allow paths with or without the /abbreviso/ part).

Also note on both pages these are subpaths of the obsolete URL "https://tools.wmflabs.org/abbreviso/" instead of "https://abbreviso.toolforge.org/" (T245804).

It goes to now go to https://tools.wmflabs.org/abbreviso// (it probably shouldn't have the double slash at the end though)