From debfe563021d0a05127a4286b4c077b4bb22705a Mon Sep 17 00:00:00 2001 From: Ladislav Skvarka Date: Wed, 28 Jan 2026 14:58:40 +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/ompl_interface/ompl_interface_tutorial.rst | 2 +- doc/planning_adapters/planning_adapters_tutorial.rst | 2 +- index.rst | 6 +++--- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c1cce2195..e20976ae1 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/moveit/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 13c652048..cdbe09a65 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,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/). To check and apply the style guidelines we use [pre-commit](https://pre-commit.com/). +* 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/). To check and apply the style guidelines we use [pre-commit](https://pre-commit.com/). * 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 f90bef074..e171970d8 100644 --- a/_themes/sphinx_rtd_theme/layout.html +++ b/_themes/sphinx_rtd_theme/layout.html @@ -98,7 +98,7 @@