pages*: switch http to https (#13907)

This commit is contained in:
Sebastiaan Speck
2024-10-12 10:02:00 +02:00
committed by GitHub
parent 7386dd1d42
commit 5499b1cf34
138 changed files with 139 additions and 139 deletions

View File

@@ -2,7 +2,7 @@
> Task runner for targets described in Mkfile.
> Mostly used to control the compilation of an executable from source code.
> More information: <http://doc.cat-v.org/plan_9/4th_edition/papers/mk>.
> More information: <https://doc.cat-v.org/plan_9/4th_edition/papers/mk>.
- Call the first target specified in the Mkfile (usually named "all"):