dblume commited on 2023-03-16 08:18:51
Showing 1 changed files, with 3 additions and 3 deletions.
... | ... |
@@ -6,8 +6,8 @@ git, cscope, and IDE projects. |
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/testcode.git/zipball/main) |
|
10 |
-or [TAR](http://git.dlma.com/testcode.git/tarball/main) buttons |
|
9 |
+[ZIP](https://git.dlma.com/testcode.git/zipball/main) |
|
10 |
+or [TAR](https://git.dlma.com/testcode.git/tarball/main) buttons |
|
11 | 11 |
near the top right of the GitList web page. |
12 | 12 |
|
13 | 13 |
You can clone from the origin with: |
... | ... |
@@ -37,7 +37,7 @@ Tip: In vim you can grep and use the QuickFix window with commands like... |
37 | 37 |
:grep -rI --exclude=tags --exclude=cscope.* --exclude-dir=obj searchterm . |
38 | 38 |
:cw |
39 | 39 |
|
40 |
-See [this QuickFix tip for sorting results by filename](http://git.dlma.com/dotfiles.git/commit/0cb566c53caf931c8b3f423dcfded4660b220cbb). |
|
40 |
+See [this QuickFix tip for sorting results by filename](https://git.dlma.com/dotfiles.git/commit/0cb566c53caf931c8b3f423dcfded4660b220cbb). |
|
41 | 41 |
|
42 | 42 |
#### entr One-Liner for When no Makefile |
43 | 43 |
|
44 | 44 |