Task
For the Cradle tool on Cloud instances:
- Update the Git link to point to https://github.com/wbstack/cradle
- Update the Help link to point to https://www.mediawiki.org/wiki/Wikibase/Creating_and_deleting_data/en#Cradle
- Update the text on the tool's main page to remove mentions of Wikidata:
This tool can create new items from a form. The forms are defined on a page here.
Original Content
(Imported from GitHub issues)
GreenReaper:
A few small but niggly link issues in the current state (which is, of course, experimental):
- "Git" goes to an old bitbucket, pointing to a deleted one. Should probably go here in upstream, possibly here in this version.
- "Help" is right except for some reason it's being appended to the current path rather than replacing it, so it's a broken link. Appears to be set here - added in this commit. To me, the JS seems odd; $1 is usually used in the second parameter of a replace to refer to a capturing group in the first (and even if the parameters were swapped, I'm not sure there is such a group). Possibly related to use of the Wikidata API, resulting in autocomplete from there - might be trying to match the start of a different URL? Or just worked before because it was the root of the site, not a subdirectory?
The second makes it hard to point directly to Cradle as people can't get advice; it's also one of the first things likely to be clicked.