From c1a0a2d508bf71819a2992851e2bd50b2e93542d Mon Sep 17 00:00:00 2001 From: Guangya Liu Date: Sat, 16 Nov 2024 13:23:03 -0500 Subject: [PATCH] [chore] Fixed a dead link for machine id man page (#1584) Co-authored-by: Liudmila Molkova --- docs/attributes-registry/service.md | 2 +- docs/resource/README.md | 2 +- model/service/registry.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/attributes-registry/service.md b/docs/attributes-registry/service.md index 88ecebc591..6330270636 100644 --- a/docs/attributes-registry/service.md +++ b/docs/attributes-registry/service.md @@ -29,7 +29,7 @@ SHOULD use the following UUID as the namespace: `4d63009a-8d0f-11ee-aad7-4c796ed UUIDs are typically recommended, as only an opaque value for the purposes of identifying a service instance is needed. Similar to what can be seen in the man page for the -[`/etc/machine-id`](https://www.freedesktop.org/software/systemd/man/machine-id.html) file, the underlying +[`/etc/machine-id`](https://www.freedesktop.org/software/systemd/man/latest/machine-id.html) file, the underlying data, such as pod name and namespace should be treated as confidential, being the user's choice to expose it or not via another resource attribute. diff --git a/docs/resource/README.md b/docs/resource/README.md index ec6365d9e5..2ae0e3520c 100644 --- a/docs/resource/README.md +++ b/docs/resource/README.md @@ -107,7 +107,7 @@ SHOULD use the following UUID as the namespace: `4d63009a-8d0f-11ee-aad7-4c796ed UUIDs are typically recommended, as only an opaque value for the purposes of identifying a service instance is needed. Similar to what can be seen in the man page for the -[`/etc/machine-id`](https://www.freedesktop.org/software/systemd/man/machine-id.html) file, the underlying +[`/etc/machine-id`](https://www.freedesktop.org/software/systemd/man/latest/machine-id.html) file, the underlying data, such as pod name and namespace should be treated as confidential, being the user's choice to expose it or not via another resource attribute. diff --git a/model/service/registry.yaml b/model/service/registry.yaml index b2ee398c26..dfb4aef3f5 100644 --- a/model/service/registry.yaml +++ b/model/service/registry.yaml @@ -54,7 +54,7 @@ groups: UUIDs are typically recommended, as only an opaque value for the purposes of identifying a service instance is needed. Similar to what can be seen in the man page for the - [`/etc/machine-id`](https://www.freedesktop.org/software/systemd/man/machine-id.html) file, the underlying + [`/etc/machine-id`](https://www.freedesktop.org/software/systemd/man/latest/machine-id.html) file, the underlying data, such as pod name and namespace should be treated as confidential, being the user's choice to expose it or not via another resource attribute.