Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion _themes/sphinx_rtd_theme/moveit_version.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<br />
<div class="admonition note">
<p class="first admonition-title">Tutorials Version: Noetic</p>
<p class="last">This is the latest (and last) version of MoveIt 1 for ROS Noetic, which is still actively developed. See also <a class="reference external" href="http://moveit2_tutorials.picknik.ai/">MoveIt 2 tutorials</a> and other available versions in drop down box on left.
<p class="last">This is the latest (and last) version of MoveIt 1 for ROS Noetic, which is still actively developed. See also <a class="reference external" href="https://moveit.picknik.ai/">MoveIt 2 tutorials</a> and other available versions in drop down box on left.
</p>
</div>
2 changes: 1 addition & 1 deletion _themes/sphinx_rtd_theme/version_dropdown.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="version-dropdown">
<lable for="version-list">Version:</lable>
<select class="version-list" id="version-list" onchange="this.options[this.selectedIndex].value && (window.location = this.options[this.selectedIndex].value);">
<option value="http://moveit2_tutorials.picknik.ai">Moveit 2 - Foxy</option>
<option value="https://moveit.picknik.ai">Moveit 2 - Foxy</option>
<option value='' selected>MoveIt 1 - {{ version }}</option>
<option value="http://docs.ros.org/en/melodic/api/moveit_tutorials/html/index.html">MoveIt 1 - Melodic</option>
</select>
Expand Down