From e28bab04a60c26ebd1103221de472d2254621916 Mon Sep 17 00:00:00 2001 From: Rob Landley Date: Sat, 18 Jan 2025 12:24:33 -0600 Subject: [PATCH] Update starter links to SUSv5 --- toys/example/hello.c | 2 +- toys/example/skeleton.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/toys/example/hello.c b/toys/example/hello.c index ad74eba8..6c2f192f 100644 --- a/toys/example/hello.c +++ b/toys/example/hello.c @@ -2,7 +2,7 @@ * * Copyright 2012 Rob Landley * - * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ + * See https://pubs.opengroup.org/onlinepubs/9799919799/utilities/ * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html * See https://www.ietf.org/rfc/rfc3.txt * See https://man7.org/linux/man-pages/man1/intro.1.html diff --git a/toys/example/skeleton.c b/toys/example/skeleton.c index 4382e7d6..224c2b5f 100644 --- a/toys/example/skeleton.c +++ b/toys/example/skeleton.c @@ -3,7 +3,7 @@ * * Copyright 2014 Rob Landley * - * See http://pubs.opengroup.org/onlinepubs/9699919799/utilities/ + * See https://pubs.opengroup.org/onlinepubs/9799919799/utilities/ * See http://refspecs.linuxfoundation.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/cmdbehav.html * See https://www.ietf.org/rfc/rfc3.txt * See https://man7.org/linux/man-pages/man1/intro.1.html -- 2.39.5