Update http to https in README.md
dblume

dblume commited on 2023-03-16 08:11:11
Showing 1 changed files, with 4 additions and 4 deletions.

... ...
@@ -5,8 +5,8 @@ kvs-php is a rudimentary key/value store written in PHP.
5 5
 # Getting the project
6 6
 
7 7
 You can get a copy of this project by clicking on the
8
-[ZIP](http://git.dlma.com/kvs-php.git/zipball/main)
9
-or [TAR](http://git.dlma.com/kvs-php.git/tarball/main) buttons
8
+[ZIP](https://git.dlma.com/kvs-php.git/zipball/main)
9
+or [TAR](https://git.dlma.com/kvs-php.git/tarball/main) buttons
10 10
 near the top right of the GitList web page.
11 11
 
12 12
 If you're me, and you want to contribute to the repo, then you can clone it like so:
... ...
@@ -33,7 +33,7 @@ Here's the recipe for a cURL command to store a new value for a key:
33 33
 
34 34
     curl --data "key=value&auth={authorization}" https://{url}
35 35
 
36
-Here's [the source code for a Roku channel client of such a service](http://git.dlma.com/roku_ip_tagger.git/). 
36
+Here's [the source code for a Roku channel client of such a service](https://git.dlma.com/roku_ip_tagger.git/).
37 37
 
38 38
 # Trouble shooting
39 39
 
... ...
@@ -45,4 +45,4 @@ If you get the error "Exception : SQLSTATE\[HY000] \[14] unable to open database
45 45
 
46 46
 # Licence
47 47
 
48
-This software uses the [MIT license](http://git.dlma.com/kvs-php.git/blob/main/LICENSE.txt).
48
+This software uses the [MIT license](https://git.dlma.com/kvs-php.git/blob/main/LICENSE.txt).
49 49