Skip to content

Commit 2d780de

Browse files
authored
Replace all moveit.ros.org to moveit.ai (#3674)
1 parent 1c4587a commit 2d780de

File tree

39 files changed

+48
-48
lines changed

39 files changed

+48
-48
lines changed

.docker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# MoveIt Docker Containers
22

33

4-
For more information see the pages [Continuous Integration and Docker](http://moveit.ros.org/documentation/contributing/continuous_integration.html) and [Using Docker Containers with MoveIt](https://moveit.ros.org/install/docker/).
4+
For more information see the pages [Continuous Integration and Docker](http://moveit.ai/documentation/contributing/continuous_integration.html) and [Using Docker Containers with MoveIt](https://moveit.ai/install/docker/).

.docker/gui-docker

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# All arguments to this script except "-c <container_name>" will be appended to a docker run command.
55
# If a container name is specified, and this container already exists, the container is re-entered,
66
# which easily allows entering the same persistent container from multiple terminals.
7-
# See documentation for detailed examples: https://moveit.ros.org/install/docker/
7+
# See documentation for detailed examples: https://moveit.ai/install/docker/
88

99
# Example commands:
1010
# ./gui-docker --rm -it moveit/moveit:foxy-source /bin/bash # Run a (randomly named) container that is removed on exit

.github/ISSUE_TEMPLATE/first_timers_only.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Nothing. This issue is meant to welcome you to Open Source :) We are happy to wa
2828

2929
- [ ] 🙋 **Claim this issue**: Comment below. If someone else has claimed it, ask if they've opened a pull request already and if they're stuck -- maybe you can help them solve a problem or move it along!
3030

31-
- [ ] 🗄️ **Create a local workspace** for making your changes and testing [following these instructions](https://moveit.ros.org/install/source/)
31+
- [ ] 🗄️ **Create a local workspace** for making your changes and testing [following these instructions](https://moveit.ai/install/source/)
3232

3333
- [ ] 🍴 **Fork the repository** using the handy button at the top of the repository page and **clone** it into `~/ws_moveit/src/moveit`, [here is a guide that you can follow](https://guides.github.com/activities/forking/) (You will have to remove or empty the existing `moveit` folder before cloning your own fork)
3434

@@ -58,7 +58,7 @@ $DIFF
5858

5959
Don’t hesitate to ask questions or to get help if you feel like you are getting stuck. For example leave a comment below!
6060
Furthermore, you find helpful resources here:
61-
* [MoveIt FAQ](https://moveit.ros.org/documentation/faqs/)
61+
* [MoveIt FAQ](https://moveit.ai/documentation/faqs/)
6262
* [MoveIt Tutorials](https://moveit.picknik.ai/main/doc/tutorials/tutorials.html)
6363
* [MoveIt contribution guide](https://moveit.picknik.ai/main/doc/how_to_contribute/how_to_contribute.html)
6464
* [ROS Tutorials](https://wiki.ros.org/ROS/Tutorials)

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
Please explain the changes you made, including a reference to the related issue if applicable
44

55
### Checklist
6-
- [ ] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ros.org/documentation/contributing/code)
7-
- [ ] Extend the tutorials / documentation [reference](http://moveit.ros.org/documentation/contributing/)
6+
- [ ] **Required by CI**: Code is auto formatted using [clang-format](http://moveit.ai/documentation/contributing/code)
7+
- [ ] Extend the tutorials / documentation [reference](http://moveit.ai/documentation/contributing/)
88
- [ ] Document API changes relevant to the user in the [MIGRATION.md](https://github.com/moveit/moveit2/blob/main/MIGRATION.md) notes
99
- [ ] Create tests, which fail without this PR [reference](https://moveit.picknik.ai/humble/doc/examples/tests/tests_tutorial.html)
1010
- [ ] Include a screenshot if changing a GUI

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Contributing to MoveIt
22

33
Thanks for getting involved! Information on contributing can be found at
4-
[http://moveit.ros.org/documentation/contributing/](http://moveit.ros.org/documentation/contributing/)
4+
[http://moveit.ai/documentation/contributing/](http://moveit.ai/documentation/contributing/)

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
<img src="http://moveit.ros.org/assets/logo/moveit_logo-black.png" alt="MoveIt Logo" width="200"/>
1+
<img src="http://moveit.ai/assets/logo/moveit_logo-black.png" alt="MoveIt Logo" width="200"/>
22

3-
The [MoveIt Motion Planning Framework for ROS 2](http://moveit.ros.org).
3+
The [MoveIt Motion Planning Framework for ROS 2](http://moveit.ai).
44
For the ROS 1 repository see [MoveIt 1](https://github.com/moveit/moveit).
55
For the commercially supported version see [MoveIt Pro](http://picknik.ai/pro).
66

@@ -18,20 +18,20 @@ See our extensive [Tutorials and Documentation](https://moveit.picknik.ai/).
1818

1919
## Install
2020

21-
- [Binary Install](https://moveit.ros.org/install-moveit2/binary/)
22-
- [Source Build](https://moveit.ros.org/install-moveit2/source/)
21+
- [Binary Install](https://moveit.ai/install-moveit2/binary/)
22+
- [Source Build](https://moveit.ai/install-moveit2/source/)
2323

2424
## More Info
2525

26-
- [How to Get Involved](http://moveit.ros.org/about/get_involved/)
27-
- [Development Roadmap](https://moveit.ros.org/documentation/contributing/roadmap/)
28-
- [Future Release Dates](https://moveit.ros.org/#release-versions)
26+
- [How to Get Involved](http://moveit.ai/about/get_involved/)
27+
- [Development Roadmap](https://moveit.ai/documentation/contributing/roadmap/)
28+
- [Future Release Dates](https://moveit.ai/#release-versions)
2929
- [MoveIt 2 Migration Guidelines](doc/MIGRATION_GUIDE.md)
3030
- [MoveIt 2 Migration Progress](https://docs.google.com/spreadsheets/d/1aPb3hNP213iPHQIYgcnCYh9cGFUlZmi_06E_9iTSsOI/edit?usp=sharing)
3131

3232
## Supporters
3333

34-
This open source project is maintained by supporters from around the world — see our [MoveIt Maintainers and Core Contributors](https://moveit.ros.org/about/).
34+
This open source project is maintained by supporters from around the world — see our [MoveIt Maintainers and Core Contributors](https://moveit.ai/about/).
3535

3636
<a href="https://picknik.ai/">
3737
<img src="https://picknik.ai/assets/images/logo.jpg" width="168">

moveit/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<license>BSD-3-Clause</license>
1313

14-
<url type="website">http://moveit.ros.org</url>
14+
<url type="website">http://moveit.ai</url>
1515
<url type="repository">https://github.com/moveit/moveit2</url>
1616
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url>
1717

moveit_common/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
<license>BSD-3-Clause</license>
1212

13-
<url type="website">http://moveit.ros.org</url>
13+
<url type="website">http://moveit.ai</url>
1414
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url>
1515
<url type="repository">https://github.com/moveit/moveit2</url>
1616

moveit_core/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
<license>BSD-3-Clause</license>
1414

15-
<url type="website">http://moveit.ros.org</url>
15+
<url type="website">http://moveit.ai</url>
1616
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url>
1717
<url type="repository">https://github.com/moveit/moveit2</url>
1818

moveit_kinematics/package.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<license>BSD-3-Clause</license>
1515

16-
<url type="website">http://moveit.ros.org</url>
16+
<url type="website">http://moveit.ai</url>
1717
<url type="repository">https://github.com/moveit/moveit2</url>
1818
<url type="bugtracker">https://github.com/moveit/moveit2/issues</url>
1919

0 commit comments

Comments
 (0)