Skip to content

Commit dff7946

Browse files
committed
Fix the banner link
1 parent 955b0b9 commit dff7946

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ const Home: NextPage<HomePageProps> = ({ searchIndex }) => {
7676
The official Bazel rules for ROS packages
7777
</h4>
7878
<span>
79-
To use these modules add the line <b>common --registry=https://rcr.ros2.org</b> to your <b>.bazelrc</b> file.
79+
Please visit the <a href='https://github.com/intrinsic-opensource/ros-central-registry'>ROS Central Registry</a> website for usage information.
8080
</span>
8181
<form onSubmit={handleSubmitSearch} className="contents">
8282
<input

0 commit comments

Comments
 (0)