From 6b60c16393b350ab7e6f72b128976d7e36b812b6 Mon Sep 17 00:00:00 2001 From: aldair-meneses Date: Sat, 11 Apr 2026 18:27:33 -0300 Subject: [PATCH] fix: correct Ubuntu packages link reference The anchor for the Ubuntu Packages Installation Heading is not working. This commit updates the anchor link reference from #prebuild_ubuntu to #ubuntu-packages to match Hugo's generated ID for the Ubuntu packages heading. With this change, the anchor works properly. --- .../installing-nginx/installing-nginx-open-source.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/nginx/admin-guide/installing-nginx/installing-nginx-open-source.md b/content/nginx/admin-guide/installing-nginx/installing-nginx-open-source.md index 9434be07e7..309841759c 100644 --- a/content/nginx/admin-guide/installing-nginx/installing-nginx-open-source.md +++ b/content/nginx/admin-guide/installing-nginx/installing-nginx-open-source.md @@ -266,7 +266,7 @@ Before installing, check if your operating system and architecture are supported ### Debian packages -This section covers Debian packages only. For Ubuntu-specific instructions, see [Ubuntu packages](#prebuilt_ubuntu). +This section covers Debian packages only. For Ubuntu-specific instructions, see [Ubuntu packages](#ubuntu-packages). Before installing, check if your operating system and architecture are supported, see [Supported distributions and versions](https://nginx.org/en/linux_packages.html#distributions).