dblume commited on 2023-03-15 22:01:30
Showing 1 changed files, with 5 additions and 5 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/main) |
|
| 10 |
-or [TAR](http://git.dlma.com/roku_ip_tagger.git/tarball/main) buttons |
|
| 9 |
+[ZIP](https://git.dlma.com/roku_ip_tagger.git/zipball/main) |
|
| 10 |
+or [TAR](https://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,14 +16,14 @@ 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/main/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](https://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. |
| 23 | 23 |
|
| 24 | 24 |
# Corresponding Server Code |
| 25 | 25 |
|
| 26 |
-Here's [the corresponding server code](http://git.dlma.com/kvs.git/). |
|
| 26 |
+Here's [the corresponding server code](https://git.dlma.com/kvs.git/). |
|
| 27 | 27 |
|
| 28 | 28 |
# Is it any good? |
| 29 | 29 |
|
| ... | ... |
@@ -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/main/LICENSE.txt). |
|
| 34 |
+This software uses the [MIT license](https://git.dlma.com/roku_ip_tagger.git/blob/main/LICENSE.txt). |
|
| 35 | 35 |