Skip to content

Commit 5e0e961

Browse files
author
Jonathan
committedJul 1, 2022
Change master to main in other docs
1 parent 481cd22 commit 5e0e961

File tree

13 files changed

+14
-14
lines changed

13 files changed

+14
-14
lines changed
 

‎.github/ISSUE_TEMPLATE/bug_report.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ about: Create a report to help us improve
66
<!-- Please read our Rules of Conduct: https://opensource.microsoft.com/codeofconduct/ -->
77
<!-- Please search for existing issues to avoid creating duplicates. -->
88
<!-- Incomplete reports will lead to closing the issue. -->
9-
<!-- Also, please test using the latest master make sure your issue has not already been fixed -->
9+
<!-- Also, please test using the latest main branch make sure your issue has not already been fixed -->
1010

1111
## Bug report
1212
<!-- If any section does not apply, replace its contents with "N/A". -->

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Changelog
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/CHANGELOG.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/CHANGELOG.md).

‎CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Contributing
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/CONTRIBUTING.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/CONTRIBUTING.md).

‎GazeboDrone/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Welcome to GazeboDrone
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/gazebo_drone.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/gazebo_drone.md).

‎MavLinkCom/MavLinkMoCap/Readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Welcome to MavLinkMoCap
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/mavlinkcom_mocap.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/mavlinkcom_mocap.md).

‎MavLinkCom/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Welcome to MavLinkCom
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/mavlinkcom.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/mavlinkcom.md).

‎PythonClient/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This package contains Python APIs for [AirSim](https://github.com/microsoft/airsim).
44

55
## How to Use
6-
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).
6+
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).
77

88
## Dependencies
99
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.
1616
## More Info
1717

1818
More information on AirSim Python APIs can be found at:
19-
https://github.com/Microsoft/AirSim/blob/master/docs/python.md
19+
https://github.com/Microsoft/AirSim/blob/main/docs/python.md
2020

‎SUPPORT.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# Support
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/SUPPORT.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/SUPPORT.md).

‎Unity/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# AirSim on Unity
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/Unity.md)
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/Unity.md)

‎Unity/UnityDemo/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Unity AirSim Demo
22

3-
A Unity project to demonstrate the usage of [AirSimAssets](https://github.com/Microsoft/AirSim/tree/master/Unity/UnityDemo) for *Car* & *Multirotor* simulation.
3+
A Unity project to demonstrate the usage of [AirSimAssets](https://github.com/Microsoft/AirSim/tree/main/Unity/UnityDemo) for *Car* & *Multirotor* simulation.
44

55
## Usage
66

‎ros/src/airsim_ros_pkgs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# airsim_ros_pkgs
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/airsim_ros_pkgs.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/airsim_ros_pkgs.md).
+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# AirSim ROS Tutorials
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/airsim_tutorial_pkgs.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/airsim_tutorial_pkgs.md).

‎ros2/src/airsim_ros_pkgs/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# airsim_ros_pkgs
22

3-
This page has moved [here](https://github.com/microsoft/AirSim/blob/master/docs/airsim_ros_pkgs.md).
3+
This page has moved [here](https://github.com/microsoft/AirSim/blob/main/docs/airsim_ros_pkgs.md).

0 commit comments

Comments
 (0)
Please sign in to comment.