dblume commited on 2021-11-19 08:42:07
Showing 1 changed files, with 3 additions and 3 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/master) |
|
9 |
-or [TAR](http://git.dlma.com/kvs-php.git/tarball/master) buttons |
|
8 |
+[ZIP](http://git.dlma.com/kvs-php.git/zipball/main) |
|
9 |
+or [TAR](http://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: |
... | ... |
@@ -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/master/LICENSE.txt). |
|
48 |
+This software uses the [MIT license](http://git.dlma.com/kvs-php.git/blob/main/LICENSE.txt). |
|
49 | 49 |