Skip to content

Commit

Permalink
fix(links): Fix the link to ROS questions (#14531)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonydillon authored Dec 3, 2024
1 parent ce2c742 commit 9b13185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/robotics/community.html
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ <h4>Recent news</h4>
<div class="col-7">
<h2>Where to start with ROS?</h2>
<p>
The best place to start is in the <a href="https://discourse.ros.org/">ROS Discourse</a> where thousands of roboticists go to talk. If you have specific questions there's the <a href="https://answers.ros.org/questions/">ROS Answers</a> forum with over 13,000 questions to date. And for more context, you can read the <a href="https://wiki.ros.org/">ROS Wiki</a> or the ROS 2 docs that have been worked on by almost 3,500 people.
The best place to start is in the <a href="https://discourse.ros.org/">ROS Discourse</a> where thousands of roboticists go to talk. If you have specific questions there's the <a href="https://robotics.stackexchange.com/">Robotics Stack Exchange</a> with over 13,000 questions to date. And for more context, you can read the <a href="https://wiki.ros.org/">ROS Wiki</a> or the ROS 2 docs that have been worked on by almost 3,500 people.
</p>
<p>
<a class="p-button" href="https://discourse.ros.org/"><span>Get started on ROS Discourse</span></a>
Expand Down

0 comments on commit 9b13185

Please sign in to comment.