Problem/Motivation
When working on #3215668: strpos() and htmlspecialchars() "expects parameter 1 to be string" warnings on help page and checking the links after fixing the warnings, I saw that the "online documentation for the Datetime Range module" link at /admin/help/smart_date went to https://www.drupal.org/project/datetime_range which is 404, but I wasn't sure if it just needs updating to go to https://www.drupal.org/docs/8/core/modules/datetime-range, or if the link is actually intended to go to something like https://www.drupal.org/docs/contributed-modules/smart-date instead (or perhaps the page ought to have links to both?).
Comments
Comment #3
mandclu commentedAnother good find! I merged in a set of changes that used the proper URL, and also fixed the name of the module (should have said Smart Date instead of Datetime Range all along).