dblume commited on 2021-11-19 08:32:16
Showing 1 changed files, with 4 additions and 4 deletions.
... | ... |
@@ -16,8 +16,8 @@ Clicking the link will take you directly to a confirmation page for getting the |
16 | 16 |
# Getting the project |
17 | 17 |
|
18 | 18 |
You can get a copy of this project by clicking on the |
19 |
-[ZIP](http://git.dlma.com/dxb_channel.git/zipball/master) |
|
20 |
-or [TAR](http://git.dlma.com/dxb_channel.git/tarball/master) buttons |
|
19 |
+[ZIP](http://git.dlma.com/dxb_channel.git/zipball/main) |
|
20 |
+or [TAR](http://git.dlma.com/dxb_channel.git/tarball/main) buttons |
|
21 | 21 |
near the top right of the GitList web page. |
22 | 22 |
|
23 | 23 |
If you're me, and you want to contribute to the repo, then you can clone it like so: |
... | ... |
@@ -31,7 +31,7 @@ Then see the "build\_systems" command in dxb\_channel.sublime-project to see how |
31 | 31 |
|
32 | 32 |
## Experimenting |
33 | 33 |
|
34 |
-The code in [`components/testtask.brs`](http://git.dlma.com/dxb_channel.git/blob/master/components/testtask.brs) |
|
34 |
+The code in [`components/testtask.brs`](http://git.dlma.com/dxb_channel.git/blob/main/components/testtask.brs) |
|
35 | 35 |
is run every time the OK button is pressed (while the "Test Output" pane has focus). |
36 | 36 |
That's a good place to experiment with new code. |
37 | 37 |
|
... | ... |
@@ -41,4 +41,4 @@ That's a good place to experiment with new code. |
41 | 41 |
|
42 | 42 |
# Licence |
43 | 43 |
|
44 |
-This software uses the [MIT license](http://git.dlma.com/dxb_channel.git/blob/master/LICENSE.txt). |
|
44 |
+This software uses the [MIT license](http://git.dlma.com/dxb_channel.git/blob/main/LICENSE.txt). |
|
45 | 45 |