Skip to content

Commit 7605c74

Browse files
committed
Update docs links in display class
1 parent 74375ec commit 7605c74

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ev3dev2/display.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -383,7 +383,7 @@ def text_pixels(self, text, clear_screen=True, x=0, y=0, text_color='black', fon
383383
https://www.w3schools.com/colors/colors_names.asp
384384
385385
'font' : can be any font displayed here
386-
http://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/stable/other.html#bitmap-fonts
386+
http://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/ev3dev-stretch/other.html#bitmap-fonts
387387
"""
388388

389389
if clear_screen:
@@ -409,7 +409,7 @@ def text_grid(self, text, clear_screen=True, x=0, y=0, text_color='black', font=
409409
https://www.w3schools.com/colors/colors_names.asp
410410
411411
'font' : can be any font displayed here
412-
http://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/stable/other.html#bitmap-fonts
412+
http://ev3dev-lang.readthedocs.io/projects/python-ev3dev/en/ev3dev-stretch/other.html#bitmap-fonts
413413
"""
414414

415415
assert 0 <= x < Display.GRID_COLUMNS,\

0 commit comments

Comments
 (0)