diff options
author | Kohei Yoshino <kohei.yoshino@gmail.com> | 2017-12-02 16:43:46 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-12-02 16:43:46 +0100 |
commit | 46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 (patch) | |
tree | c7c51335a074f1ec47ca377ba5537e4e173f1db0 /docs/en/rst/using | |
parent | 19c3c22d1c4615cff0016cc7ea5efbcdd9e69294 (diff) | |
download | bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.gz bugzilla-46bcb831b9e32f825fef459b52bc12ceb3d7a7b3.tar.xz |
Bug 1417980 - Fix non-HTTPS links and outdated links where possible
Diffstat (limited to 'docs/en/rst/using')
-rw-r--r-- | docs/en/rst/using/tips.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/en/rst/using/tips.rst b/docs/en/rst/using/tips.rst index 34274f728..53516a854 100644 --- a/docs/en/rst/using/tips.rst +++ b/docs/en/rst/using/tips.rst @@ -13,8 +13,8 @@ Bugzilla comments are plain text - so typing <U> will produce less-than, U, greater-than rather than underlined text. However, Bugzilla will automatically make hyperlinks out of certain sorts of text in comments. For example, the text -``http://www.bugzilla.org`` will be turned into a link: -`<http://www.bugzilla.org>`_. +``https://www.bugzilla.org`` will be turned into a link: +`<https://www.bugzilla.org>`_. Other strings which get linkified in the obvious manner are: + bug 12345 |