From 5e0e961903f5913bf516fea58031d7f3830d2348 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Fri, 1 Jul 2022 15:40:03 -0300 Subject: [PATCH] Change master to main in other docs --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- CHANGELOG.md | 2 +- CONTRIBUTING.md | 2 +- GazeboDrone/README.md | 2 +- MavLinkCom/MavLinkMoCap/Readme.md | 2 +- MavLinkCom/README.md | 2 +- PythonClient/README.md | 4 ++-- SUPPORT.md | 2 +- Unity/README.md | 2 +- Unity/UnityDemo/README.md | 2 +- ros/src/airsim_ros_pkgs/README.md | 2 +- ros/src/airsim_tutorial_pkgs/README.md | 2 +- ros2/src/airsim_ros_pkgs/README.md | 2 +- 13 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 01260d75e9..537422de10 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -6,7 +6,7 @@ about: Create a report to help us improve - + ## Bug report diff --git a/CHANGELOG.md b/CHANGELOG.md index 6545cf2c09..cffbb5d544 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,3 @@ # Changelog -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/CHANGELOG.md). \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/CHANGELOG.md). \ No newline at end of file diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 99687b2855..c681a17f92 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,3 +1,3 @@ # Contributing -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/CONTRIBUTING.md). \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/CONTRIBUTING.md). \ No newline at end of file diff --git a/GazeboDrone/README.md b/GazeboDrone/README.md index 22f89a7d6d..1d607013b6 100644 --- a/GazeboDrone/README.md +++ b/GazeboDrone/README.md @@ -1,3 +1,3 @@ # Welcome to GazeboDrone -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/gazebo_drone.md). \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/gazebo_drone.md). \ No newline at end of file diff --git a/MavLinkCom/MavLinkMoCap/Readme.md b/MavLinkCom/MavLinkMoCap/Readme.md index 073408f79f..32d47cdec6 100644 --- a/MavLinkCom/MavLinkMoCap/Readme.md +++ b/MavLinkCom/MavLinkMoCap/Readme.md @@ -1,3 +1,3 @@ # Welcome to MavLinkMoCap -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/mavlinkcom_mocap.md). \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/mavlinkcom_mocap.md). \ No newline at end of file diff --git a/MavLinkCom/README.md b/MavLinkCom/README.md index 6bd67cea31..23560fceb4 100644 --- a/MavLinkCom/README.md +++ b/MavLinkCom/README.md @@ -1,3 +1,3 @@ # Welcome to MavLinkCom -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/mavlinkcom.md). \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/mavlinkcom.md). \ No newline at end of file diff --git a/PythonClient/README.md b/PythonClient/README.md index a5ec115d93..b9e32423db 100644 --- a/PythonClient/README.md +++ b/PythonClient/README.md @@ -3,7 +3,7 @@ This package contains Python APIs for [AirSim](https://github.com/microsoft/airsim). ## How to Use -See examples at [car/hello_car.py](https://github.com/Microsoft/AirSim/blob/master/PythonClient/car/hello_car.py) or [multirotor/hello_drone.py](https://github.com/microsoft/AirSim/blob/master/PythonClient/multirotor/hello_drone.py). +See examples at [car/hello_car.py](https://github.com/Microsoft/AirSim/blob/main/PythonClient/car/hello_car.py) or [multirotor/hello_drone.py](https://github.com/microsoft/AirSim/blob/main/PythonClient/multirotor/hello_drone.py). ## Dependencies This package depends on `msgpack` and would automatically install `msgpack-rpc-python` (this may need administrator/sudo prompt): @@ -16,5 +16,5 @@ Some examples also requires opencv. ## More Info More information on AirSim Python APIs can be found at: -https://github.com/Microsoft/AirSim/blob/master/docs/python.md +https://github.com/Microsoft/AirSim/blob/main/docs/python.md diff --git a/SUPPORT.md b/SUPPORT.md index 4580e60494..be29ec8b41 100644 --- a/SUPPORT.md +++ b/SUPPORT.md @@ -1,3 +1,3 @@ # Support -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/SUPPORT.md). +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/SUPPORT.md). diff --git a/Unity/README.md b/Unity/README.md index c9d5cd3ae8..0cf28e7395 100644 --- a/Unity/README.md +++ b/Unity/README.md @@ -1,3 +1,3 @@ # AirSim on Unity -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/Unity.md) \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/Unity.md) \ No newline at end of file diff --git a/Unity/UnityDemo/README.md b/Unity/UnityDemo/README.md index efadc9e91f..9eca9dd5b4 100644 --- a/Unity/UnityDemo/README.md +++ b/Unity/UnityDemo/README.md @@ -1,6 +1,6 @@ # Unity AirSim Demo -A Unity project to demonstrate the usage of [AirSimAssets](https://github.com/Microsoft/AirSim/tree/master/Unity/UnityDemo) for *Car* & *Multirotor* simulation. +A Unity project to demonstrate the usage of [AirSimAssets](https://github.com/Microsoft/AirSim/tree/main/Unity/UnityDemo) for *Car* & *Multirotor* simulation. ## Usage diff --git a/ros/src/airsim_ros_pkgs/README.md b/ros/src/airsim_ros_pkgs/README.md index 9edb213962..b8566890a8 100644 --- a/ros/src/airsim_ros_pkgs/README.md +++ b/ros/src/airsim_ros_pkgs/README.md @@ -1,3 +1,3 @@ # airsim_ros_pkgs -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/airsim_ros_pkgs.md). \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/airsim_ros_pkgs.md). \ No newline at end of file diff --git a/ros/src/airsim_tutorial_pkgs/README.md b/ros/src/airsim_tutorial_pkgs/README.md index e7a07ea8d1..195b4d180d 100644 --- a/ros/src/airsim_tutorial_pkgs/README.md +++ b/ros/src/airsim_tutorial_pkgs/README.md @@ -1,3 +1,3 @@ # AirSim ROS Tutorials -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/airsim_tutorial_pkgs.md). \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/airsim_tutorial_pkgs.md). \ No newline at end of file diff --git a/ros2/src/airsim_ros_pkgs/README.md b/ros2/src/airsim_ros_pkgs/README.md index 3f32237f5a..101cf96ab7 100755 --- a/ros2/src/airsim_ros_pkgs/README.md +++ b/ros2/src/airsim_ros_pkgs/README.md @@ -1,3 +1,3 @@ # airsim_ros_pkgs -This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/airsim_ros_pkgs.md). \ No newline at end of file +This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/airsim_ros_pkgs.md). \ No newline at end of file