Skip to content

Commit

Permalink
update landing page to list dashing and rolling and melodic (#251)
Browse files Browse the repository at this point in the history
* update landing page to list dashing and rolling and melodic

Co-authored-by: Chris Lalancette <clalancette@openrobotics.org>
  • Loading branch information
tfoote and clalancette committed Feb 25, 2021
1 parent 40fdea6 commit 781f73a
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,12 +60,22 @@ <h2>Welcome to ROS Index</h2>
</div>
<hr>
<div class="row">
<h2>Release announcements</h2>
<h2>Active Distributions</h2>
<p>
<a href="https://wiki.ros.org/melodic">ROS Melodic</a>
</p>
<p>
<a href="https://wiki.ros.org/noetic">ROS Noetic</a>
</p>
<p>
<a href="https://index.ros.org/doc/ros2/Releases/Release-Foxy-Fitzroy/">ROS 2 Foxy</a>
<a href="https://docs.ros.org/en/dashing/Releases/Release-Dashing-Diademata.html">ROS 2 Dashing</a>
</p>
<p>
<a href="https://docs.ros.org/en/foxy/Releases/Release-Foxy-Fitzroy.html">ROS 2 Foxy</a>
</p>
<h2>Development Distribution</h2>
<p>
<a href="http://docs.ros.org/en/rolling/Releases/Release-Rolling-Ridley.html">ROS 2 Rolling</a>
</p>
</div>
<hr>
Expand Down

0 comments on commit 781f73a

Please sign in to comment.