master to main rename (#1379)

* master -> main

* Missed some instances of master
This commit is contained in:
Derek Hensley
2023-09-22 08:57:21 -07:00
committed by GitHub
parent d353e56be6
commit 19a605c2e7
11 changed files with 25 additions and 25 deletions
+1 -1
View File
@@ -27,7 +27,7 @@ Both approaches have their advantages and disadvantages.
## Data first
This way is good for smaller actors with little data. The OoT tutorial [covers this in plenty of detail](https://github.com/zeldaret/oot/blob/master/docs/tutorial/data.md), and the process in MM is essentially identical, so we won't go over it here.
This way is good for smaller actors with little data. The OoT tutorial [covers this in plenty of detail](https://github.com/zeldaret/oot/blob/main/docs/tutorial/data.md), and the process in MM is essentially identical, so we won't go over it here.
## Extern and data last