Update http to https in README.md
dblume

dblume commited on 2023-03-15 15:34:43
Showing 1 changed files, with 5 additions and 5 deletions.

... ...
@@ -11,13 +11,13 @@ Clicking the link will take you directly to a confirmation page for getting the
11 11
 
12 12
 ## Preview
13 13
 
14
-![dxb channel screenshot](http://dlma.com/images/dxb_channel/dxb_screenshot.jpg)
14
+![dxb channel screenshot](https://dlma.com/images/dxb_channel/dxb_screenshot.jpg)
15 15
 
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/main)
20
-or [TAR](http://git.dlma.com/dxb_channel.git/tarball/main) buttons
19
+[ZIP](https://git.dlma.com/dxb_channel.git/zipball/main)
20
+or [TAR](https://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:
... ...
@@ -54,7 +54,7 @@ See the "build\_systems" command in dxb\_channel.sublime-project to see how the
54 54
 
55 55
 ## Experimenting
56 56
 
57
-The code in [`components/testtask.brs`](http://git.dlma.com/dxb_channel.git/blob/main/components/testtask.brs)
57
+The code in [`components/testtask.brs`](https://git.dlma.com/dxb_channel.git/blob/main/components/testtask.brs)
58 58
 is run every time the OK button is pressed (while the "Test Output" pane has focus).
59 59
 That's a good place to experiment with new code.
60 60
 
... ...
@@ -64,4 +64,4 @@ That's a good place to experiment with new code.
64 64
 
65 65
 # Licence
66 66
 
67
-This software uses the [MIT license](http://git.dlma.com/dxb_channel.git/blob/main/LICENSE.txt).
67
+This software uses the [MIT license](https://git.dlma.com/dxb_channel.git/blob/main/LICENSE.txt).
68 68