Skip to content

Commit b694b64

Browse files
committed
Update status badges in README
1 parent 3fff185 commit b694b64

File tree

1 file changed

+6
-8
lines changed

1 file changed

+6
-8
lines changed

README.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,16 @@ These tutorials use the [reStructuredText](http://www.sphinx-doc.org/en/stable/r
1010

1111
All content in this repository is open source and released under the [BSD License v3](https://opensource.org/licenses/BSD-3-Clause). Each individual source code file should contain a copy of the license.
1212

13-
This repository is currently built automatically by two systems. Github Actions builds the documentation for Noetic, and ROS Build Farm builds the documentation for older versions:
13+
Github Actions builds and deploys the documentation for Noetic:
1414

15-
- [ROS Noetic](https://moveit.github.io/moveit_tutorials/): [![CI](https://github.com/moveit/moveit_tutorials/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/ci.yaml?query=branch%3Amaster) [![Deploy](https://github.com/moveit/moveit_tutorials/actions/workflows/deploy.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/deploy.yaml?query=branch%3Amaster) [![Formatting](https://github.com/moveit/moveit_tutorials/actions/workflows/format.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/format.yaml?query=branch%3Amaster)
16-
- [ROS Melodic](http://docs.ros.org/melodic/api/moveit_tutorials/html/): [![build farm](http://build.ros.org/buildStatus/icon?job=Mdoc__moveit_tutorials__ubuntu_bionic_amd64)](http://build.ros.org/job/Mdoc__moveit_tutorials__ubuntu_bionic_amd64/)
17-
- [ROS Kinetic](http://docs.ros.org/kinetic/api/moveit_tutorials/html/): [![build farm](http://build.ros.org/buildStatus/icon?job=Kdoc__moveit_tutorials__ubuntu_xenial_amd64)](http://build.ros.org/job/Kdoc__moveit_tutorials__ubuntu_xenial_amd64/)
15+
[![CI](https://github.com/moveit/moveit_tutorials/actions/workflows/ci.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/ci.yaml?query=branch%3Amaster) [![Deploy](https://github.com/moveit/moveit_tutorials/actions/workflows/deploy.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/deploy.yaml?query=branch%3Amaster) [![Formatting](https://github.com/moveit/moveit_tutorials/actions/workflows/format.yaml/badge.svg?branch=master)](https://github.com/moveit/moveit_tutorials/actions/workflows/format.yaml?query=branch%3Amaster)
1816

1917
## Versions
2018

21-
- ``indigo-devel`` usage is discouraged
22-
- ``kinetic-devel`` stable
23-
- ``melodic-devel`` stable
24-
- ``master`` latest, changes should target this branch
19+
- [``indigo-devel``](http://docs.ros.org/indigo/api/moveit_tutorials/html/) usage is discouraged
20+
- [``kinetic-devel``](http://docs.ros.org/kinetic/api/moveit_tutorials/html/) stable
21+
- [``melodic-devel``](http://docs.ros.org/melodic/api/moveit_tutorials/html/) stable
22+
- [``master``](https://moveit.github.io/moveit_tutorials/) latest, used for Noetic
2523

2624
## Build Locally
2725

0 commit comments

Comments
 (0)