summaryrefslogtreecommitdiff
path: root/docs/tutorial/data.md
diff options
context:
space:
mode:
authorDerek Hensley <hensley.derek58@gmail.com>2023-09-22 08:57:21 -0700
committerGitHub <noreply@github.com>2023-09-22 12:57:21 -0300
commit19a605c2e7313ff4227527fcd6753684c49ba9eb (patch)
treec64b91e5835208959fa15d22de1506787669b124 /docs/tutorial/data.md
parentd353e56be6201e0a981c4573145d5a8885fbb41d (diff)
master to main rename (#1379)
* master -> main * Missed some instances of master
Diffstat (limited to 'docs/tutorial/data.md')
-rw-r--r--docs/tutorial/data.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/data.md b/docs/tutorial/data.md
index 6884ebb12..07ea8cfac 100644
--- a/docs/tutorial/data.md
+++ b/docs/tutorial/data.md
@@ -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