Skip to content

Commit 9d4e258

Browse files
authored
Update troubleshooting reference to index.ros.org (ros2#120)
Signed-off-by: Michael Carroll <[email protected]>
1 parent 876118b commit 9d4e258

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

rosbag2_transport/rosbag2_transport/__init__.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ def _import(name):
2424
e.msg += \
2525
"\nThe C extension '%s' failed to be imported while being present on the system." \
2626
" Please refer to '%s' for possible solutions" % \
27-
(e.path, 'https://github.com/ros2/ros2/wiki/Rclpy-Import-error-hint')
27+
(e.path, 'https://index.ros.org/doc/ros2/Troubleshooting/'
28+
'#import-failing-even-with-library-present-on-the-system')
2829
raise
2930

3031

0 commit comments

Comments
 (0)