dblume commited on 2023-03-16 08:14:55
Showing 1 changed files, with 3 additions and 3 deletions.
... | ... |
@@ -8,8 +8,8 @@ This branch is of Python 3 code. There's a python2 branch too. |
8 | 8 |
## Getting the project |
9 | 9 |
|
10 | 10 |
You can get a copy of this project by clicking on the |
11 |
-[ZIP](http://git.dlma.com/testpython.git/zipball/main) |
|
12 |
-or [TAR](http://git.dlma.com/testpython.git/tarball/main) buttons |
|
11 |
+[ZIP](https://git.dlma.com/testpython.git/zipball/main) |
|
12 |
+or [TAR](https://git.dlma.com/testpython.git/tarball/main) buttons |
|
13 | 13 |
near the top right of the GitList web page. |
14 | 14 |
|
15 | 15 |
You can clone from the origin with: |
... | ... |
@@ -41,7 +41,7 @@ Tip: In vim you can do a multi-file grep and use the QuickFix window with comman |
41 | 41 |
:grep -rI searchterm . |
42 | 42 |
:cw |
43 | 43 |
|
44 |
-See [this QuickFix tip for sorting results by filename](http://git.dlma.com/dotfiles.git/commit/0cb566c53caf931c8b3f423dcfded4660b220cbb). |
|
44 |
+See [this QuickFix tip for sorting results by filename](https://git.dlma.com/dotfiles.git/commit/0cb566c53caf931c8b3f423dcfded4660b220cbb). |
|
45 | 45 |
|
46 | 46 |
### Visual Studio Code |
47 | 47 |
|
48 | 48 |