From 05a58fdaeb640228fdbf30892444363cad48c71d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rimas=20Misevi=C4=8Dius?= Date: Fri, 23 Aug 2024 12:53:49 +0300 Subject: [PATCH] // Update Links to POSIX Documentation (POSIX.1-2024) --- include/upa/url.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/include/upa/url.h b/include/upa/url.h index 5a51097..5afc26a 100644 --- a/include/upa/url.h +++ b/include/upa/url.h @@ -3154,8 +3154,8 @@ enum class file_path_format { /// @param[in] format file path format, one of upa::file_path_format::posix, /// upa::file_path_format::windows, upa::file_path_format::native /// @return file URL -/// @see [Pathname (POSIX)](https://pubs.opengroup.org/onlinepubs/9699919799/basedefs/V1_chap03.html#tag_03_271), -/// [realpath](https://pubs.opengroup.org/onlinepubs/9699919799/functions/realpath.html), +/// @see [Pathname (POSIX)](https://pubs.opengroup.org/onlinepubs/9799919799/basedefs/V1_chap03.html#tag_03_254), +/// [realpath](https://pubs.opengroup.org/onlinepubs/9799919799/functions/realpath.html), /// [GetFullPathName](https://learn.microsoft.com/en-us/windows/win32/api/fileapi/nf-fileapi-getfullpathnamew), /// [std::filesystem::canonical](https://en.cppreference.com/w/cpp/filesystem/canonical) template = 0>