summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/statusbar/textbase.py
diff options
context:
space:
mode:
Diffstat (limited to 'qutebrowser/mainwindow/statusbar/textbase.py')
-rw-r--r--qutebrowser/mainwindow/statusbar/textbase.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/qutebrowser/mainwindow/statusbar/textbase.py b/qutebrowser/mainwindow/statusbar/textbase.py
index a257554e4..cb454b902 100644
--- a/qutebrowser/mainwindow/statusbar/textbase.py
+++ b/qutebrowser/mainwindow/statusbar/textbase.py
@@ -15,7 +15,7 @@
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
-# along with qutebrowser. If not, see <http://www.gnu.org/licenses/>.
+# along with qutebrowser. If not, see <https://www.gnu.org/licenses/>.
"""Base text widgets for statusbar."""
@@ -33,7 +33,7 @@ class TextBase(QLabel):
Unlike QLabel, the text will get elided.
Eliding is loosely based on
- http://gedgedev.blogspot.ch/2010/12/elided-labels-in-qt.html
+ https://gedgedev.blogspot.ch/2010/12/elided-labels-in-qt.html
Attributes:
_elidemode: Where to elide the text.