Update README.md for change from master to main
dblume

dblume commited on 2021-11-19 08:46:41
Showing 1 changed files, with 4 additions and 4 deletions.

... ...
@@ -6,8 +6,8 @@ It uses SceneGraph and the BrightScript language.
6 6
 # Getting the project
7 7
 
8 8
 You can get a copy of this project by clicking on the
9
-[ZIP](http://git.dlma.com/roku_ip_tagger.git/zipball/master)
10
-or [TAR](http://git.dlma.com/roku_ip_tagger.git/tarball/master) buttons
9
+[ZIP](http://git.dlma.com/roku_ip_tagger.git/zipball/main)
10
+or [TAR](http://git.dlma.com/roku_ip_tagger.git/tarball/main) buttons
11 11
 near the top right of the GitList web page.
12 12
 
13 13
 If you're me, and you want to contribute to the repo, then you can clone it like so:
... ...
@@ -16,7 +16,7 @@ If you're me, and you want to contribute to the repo, then you can clone it like
16 16
 
17 17
 # Building it
18 18
 
19
-In the components directory, move the file "[settings.xml.sample](http://git.dlma.com/roku_ip_tagger.git/blob/master/components/settings.xml.sample)" to "settings.xml" and update its `url` and `auth` fields.
19
+In the components directory, move the file "[settings.xml.sample](http://git.dlma.com/roku_ip_tagger.git/blob/main/components/settings.xml.sample)" to "settings.xml" and update its `url` and `auth` fields.
20 20
 
21 21
 [Ensure you can sideload a dev channel](https://sdkdocs.roku.com/display/sdkdoc/Loading+and+Running+Your+Application).
22 22
 Then see the "build\_systems" command in ip\_tagger.sublime-project to see how the channel is zipped and deployed.
... ...
@@ -31,4 +31,4 @@ Here's [the corresponding server code](http://git.dlma.com/kvs.git/).
31 31
 
32 32
 # Licence
33 33
 
34
-This software uses the [MIT license](http://git.dlma.com/roku_ip_tagger.git/blob/master/LICENSE.txt).
34
+This software uses the [MIT license](http://git.dlma.com/roku_ip_tagger.git/blob/main/LICENSE.txt).
35 35