Skip to content

Commit

Permalink
Fix Dead Link (#546)
Browse files Browse the repository at this point in the history
Closes #545.
  • Loading branch information
felixdivo authored and hardbyte committed Apr 6, 2019
1 parent b1d64cf commit 1663764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/send_one.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
def send_one():

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

# Using specific buses works similar:
Expand Down

0 comments on commit 1663764

Please sign in to comment.