The "trusted host" warning on the status report links to https://www.drupal.org/node/1992030, which is a handbook page that is also aliased as https://www.drupal.org/docs/8/install/trusted-host-settings.
Linking to aliases is better than hard-coded node IDs, both because the URL looks nicer and because it is more future-proof (see #2914292: Remove hard coded reference to node/2179269).
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | drupal-2990686.patch | 1.79 KB | cburschka |
Comments
Comment #2
cburschkaAlso replacing the URL in a phpdoc comment.
Comment #3
mayaslatinek commentedTested the patch provided by @cburschka, the patch applies without problems and fixes the linking.
Comment #4
mayaslatinek commentedComment #5
alexpottCommitted 77ba739 and pushed to 8.7.x. Thanks!