Update repo URL
Signed-off-by: Christophe Bedard <bedard.christophe@gmail.com>
This commit is contained in:
parent
131e05d64a
commit
a1f7b356d5
9 changed files with 15 additions and 15 deletions
|
@ -23,7 +23,7 @@ setup(
|
|||
),
|
||||
author='Christophe Bedard',
|
||||
author_email='fixed-term.christophe.bourquebedard@de.bosch.com',
|
||||
url='https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing',
|
||||
url='https://gitlab.com/ros-tracing/ros2_tracing',
|
||||
keywords=[],
|
||||
description='Tools for setting up tracing sessions.',
|
||||
long_description=(
|
||||
|
|
|
@ -97,7 +97,7 @@ def is_lttng_installed() -> bool:
|
|||
"""
|
||||
message_doc = (
|
||||
'Cannot trace. See documentation at: '
|
||||
'https://gitlab.com/micro-ROS/ros_tracing/ros2_tracing'
|
||||
'https://gitlab.com/ros-tracing/ros2_tracing'
|
||||
)
|
||||
system = platform.system()
|
||||
if 'Linux' != system:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue