From 926681d625847c642201070a4a0da331331c0766 Mon Sep 17 00:00:00 2001 From: Felix Divo Date: Sat, 6 Apr 2019 09:55:59 +0200 Subject: [PATCH] Fix Dead Link Closes #545. --- examples/send_one.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/send_one.py b/examples/send_one.py index 67fddf437..2533ca37c 100755 --- a/examples/send_one.py +++ b/examples/send_one.py @@ -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: