Skip to content

Commit 56da647

Browse files
committed
fix bug in blocks URL
1 parent 26845f7 commit 56da647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roboticstoolbox/blocks/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
from .uav import *
44
from .spatial import *
55

6-
url = "https://petercorke.github.io/bdsim/" + __package__
6+
url = "https://petercorke.github.io/robotics-toolbox-python/" + __package__

0 commit comments

Comments
 (0)