From 46bcb831b9e32f825fef459b52bc12ceb3d7a7b3 Mon Sep 17 00:00:00 2001 From: Kohei Yoshino Date: Sat, 2 Dec 2017 10:43:46 -0500 Subject: Bug 1417980 - Fix non-HTTPS links and outdated links where possible --- docs/en/rst/using/tips.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/en/rst/using') 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 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: -``_. +``https://www.bugzilla.org`` will be turned into a link: +``_. Other strings which get linkified in the obvious manner are: + bug 12345 -- cgit v1.2.3-24-g4f1b