Skip to content

Commit

Permalink
Update default base-url to <rolling> from obsolete <latest>
Browse files Browse the repository at this point in the history
  • Loading branch information
rkent committed Apr 18, 2024
1 parent f10050a commit dfdb458
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rosdoc2/verbs/build/impl.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ def prepare_arguments(parser):
parser.add_argument(
'--base-url',
'-u',
default='http://docs.ros.org/en/latest/p',
default='http://docs.ros.org/en/rolling/p',
help='The base url where the package docs will be hosted, used to configure tag files.',
)
parser.add_argument(
Expand Down

0 comments on commit dfdb458

Please sign in to comment.