D18148: Use HTTPS, if available, in links visible to users

Burkhard Lück noreply at phabricator.kde.org
Thu Jan 10 08:38:37 GMT 2019


lueck added inline comments.

INLINE COMMENTS

> katedocument.cpp:4592
>                                              "Please replace with 'remove-trailing-spaces modified;', see "
> -                                            "http://docs.kde.org/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces");
> +                                            "https://docs.kde.org/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces");
>                  m_config->setRemoveSpaces(state ? 1 : 0);

dead link: The requested URL /stable5/en/applications/kate/config-variables.html was not found on this server.

This link works:
https://docs.kde.org/stable5/en/applications/katepart/config-variables.html#variable-remove-trailing-spaces

> katedocument.cpp:4597
>                                              "Please replace with 'remove-trailing-spaces all;', see "
> -                                            "http://docs.kde.org/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces");
> +                                            "https://docs.kde.org/stable/en/applications/kate/config-variables.html#variable-remove-trailing-spaces");
>                  m_config->setRemoveSpaces(state ? 2 : 0);

dead link, see above

REPOSITORY
  R39 KTextEditor

REVISION DETAIL
  https://phabricator.kde.org/D18148

To: gszymaszek, #ktexteditor
Cc: lueck, kwrite-devel, kde-frameworks-devel, hase, michaelh, ngraham, bruns, demsking, cullmann, sars, dhaumann
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kwrite-devel/attachments/20190110/68f1764e/attachment.html>


More information about the KWrite-Devel mailing list