From 7018ab915bb14a3549a37642b2fe0b3055992969 Mon Sep 17 00:00:00 2001 From: Ladislav Skvarka Date: Wed, 28 Jan 2026 15:07:42 +0100 Subject: [PATCH] Replace all moveit.ros.org to moveit.ai --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- README.md | 2 +- _themes/sphinx_rtd_theme/breadcrumbs.html | 2 +- _themes/sphinx_rtd_theme/layout.html | 2 +- conf.py | 2 +- doc/benchmarking/benchmarking_tutorial.rst | 2 +- doc/getting_started/getting_started.rst | 2 +- doc/ompl_interface/ompl_interface_tutorial.rst | 2 +- doc/planning_adapters/planning_adapters_tutorial.rst | 2 +- index.rst | 6 +++--- 10 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1ae2b1cdd..2f27a978c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -3,7 +3,7 @@ Please explain the changes you made, including a reference to the related issue if applicable ### Checklist -- [ ] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ros.org/documentation/contributing/code) +- [ ] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ai/documentation/contributing/code) - [ ] While waiting for someone to review your request, please consider reviewing [another open pull request](https://github.com/ros-planning/moveit/pulls) to support the maintainers [//]: # "You can expect a response from a maintainer within 7 days. If you haven't heard anything by then, feel free to ping the thread. Thank you!" diff --git a/README.md b/README.md index 92e794e0c..d8d13eb37 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ We rely on the community to keep these tutorials up to date and bug free. If you **Code Formatting** -* These tutorials use the same [style guidelines](http://moveit.ros.org/documentation/contributing/code/) as the MoveIt! project. When modifying or adding to these tutorials, it is required that code is auto formatted using [clang-format](http://moveit.ros.org/documentation/contributing/code/). +* These tutorials use the same [style guidelines](http://moveit.ai/documentation/contributing/code/) as the MoveIt! project. When modifying or adding to these tutorials, it is required that code is auto formatted using [clang-format](http://moveit.ai/documentation/contributing/code/). * Tutorials should exemplify best coding practices. If a contribution wouldn't pass review in the MoveIt! project, then it shouldn't pass review in the tutorials. * Relevant code should be included and explained using the ``.. tutorial-formatter::`` tag. * Irrelevant code should be excluded from the generated html using the ``BEGIN_TUTORIAL``, ``END_TUTORIAL``, ``BEGIN_SUB_TUTORIAL``, and ``END_SUB_TUTORIAL`` tags. diff --git a/_themes/sphinx_rtd_theme/breadcrumbs.html b/_themes/sphinx_rtd_theme/breadcrumbs.html index 51482c5be..19fdb3da1 100644 --- a/_themes/sphinx_rtd_theme/breadcrumbs.html +++ b/_themes/sphinx_rtd_theme/breadcrumbs.html @@ -13,7 +13,7 @@ {% endif %} {% endif %} -
  • MoveIt »
  • +
  • MoveIt »
  • Tutorials »
  • {% for doc in parents %}
  • {{ doc.title }} »
  • diff --git a/_themes/sphinx_rtd_theme/layout.html b/_themes/sphinx_rtd_theme/layout.html index 1370487b7..6260e6461 100644 --- a/_themes/sphinx_rtd_theme/layout.html +++ b/_themes/sphinx_rtd_theme/layout.html @@ -98,7 +98,7 @@