Skip to content

Commit

Permalink
Remove references to https://index.ros.org (#897)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris Lalancette <[email protected]>
  • Loading branch information
clalancette authored Apr 16, 2024
1 parent 50cfcce commit e070aeb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ Run `ros2 --help` to see all available commands.

Run `ros2 <command> --help` for more information on individual command usage.

Run `ros2 <command> <verb> --help` for even more usage information on a specific command's verbs.
Run `ros2 <command> <verb> --help` for even more usage information on a specific command's verbs.

Read [Introspection with command line tools](https://index.ros.org/doc/ros2/Tutorials/Introspection-with-command-line-tools/) on ROS Index for more information and an example.
Read [Introspection with command line tools](https://docs.ros.org/en/rolling/Concepts/Basic/About-Command-Line-Tools.html) for more information and an example.

### Cheat Sheet

Expand Down
4 changes: 2 additions & 2 deletions ros2doctor/ros2doctor/api/platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,13 +76,13 @@ def check(self):
doctor_warn(
f'Distribution {distro_name} is not fully supported or tested. '
'To get more consistent features, download a stable version at '
'https://index.ros.org/doc/ros2/Installation/')
'https://docs.ros.org')
result.add_warning()
elif distro_info.get('distribution_status') == 'end-of-life':
doctor_warn(
f'Distribution {distro_name} is no longer supported or deprecated. '
'To get the latest features, download the new versions at '
'https://index.ros.org/doc/ros2/Installation/')
'https://docs.ros.org')
result.add_warning()
return result

Expand Down

0 comments on commit e070aeb

Please sign in to comment.