Skip to content

Commit 1663764

Browse files
felixdivohardbyte
authored andcommitted
Fix Dead Link (hardbyte#546)
Closes hardbyte#545.
1 parent b1d64cf commit 1663764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/send_one.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
def send_one():
1313

1414
# this uses the default configuration (for example from the config file)
15-
# see http://python-can.readthedocs.io/en/latest/configuration.html
15+
# see https://python-can.readthedocs.io/en/stable/configuration.html
1616
bus = can.interface.Bus()
1717

1818
# Using specific buses works similar:

0 commit comments

Comments
 (0)