diff --git a/content/includes/nim/tech-specs/supported-distros.md b/content/includes/nim/tech-specs/supported-distros.md
index 84da7ee78..35e62cdc2 100644
--- a/content/includes/nim/tech-specs/supported-distros.md
+++ b/content/includes/nim/tech-specs/supported-distros.md
@@ -13,7 +13,7 @@ The following table lists the Linux distributions supported by NGINX Instance Ma
| Debian | 11
12 | x86_64
x86_64 | Supported
Supported on 2.13.0+ | Supported
Supported |
| Oracle Linux | 7.4 and later in the 7.x family
8.0 and later in the 8.x family | x86_64
x86_64 | Supported
Supported on 2.6.0+ | Supported
Supported |
| RHEL | 7.4 and later in the 7.x family
8.x and later in the 8.x family
9.x and later in the 9.x family | x86_64
x86_64
x86_64 | **Support discontinued as of 2.17.0**
Supported
Supported on 2.6.0+ | Supported
Supported
Supported |
-| Ubuntu | 20.04
22.04 | x86_64
x86_64 | Supported
Supported on 2.3.0+ | Supported
Supported |
+| Ubuntu | 20.04
22.04
24.04 | x86_64
x86_64
x86_64 | Supported
Supported on 2.3.0+
Supported on 2.18.0+ | Supported
Supported
Supported |
{{}}
diff --git a/content/nginx/deployment-guides/amazon-web-services/high-availability-network-load-balancer.md b/content/nginx/deployment-guides/amazon-web-services/high-availability-network-load-balancer.md
index 9fcf9544f..31940a2be 100644
--- a/content/nginx/deployment-guides/amazon-web-services/high-availability-network-load-balancer.md
+++ b/content/nginx/deployment-guides/amazon-web-services/high-availability-network-load-balancer.md
@@ -248,7 +248,7 @@ The deployed solution in these instructions uses six EC2 instances. Two instance
*Step‑by‑step* instructions for creating EC2 instances and installing NGINX Open Source and NGINX Plus are available. Refer to our deployment guide, [Creating Amazon EC2 Instances for NGINX Open Source and NGINX Plus]({{< ref "/nginx/deployment-guides/amazon-web-services/ec2-instances-for-nginx.md" >}}).
-{{< note >}} When installing NGINX Open Source or NGINX Plus, you connect to each instance over SSH. To save time, leave the SSH connection to each instance open after installing the software. This way, you can reuse the connection when configuring the instance. {{< note >}}
+{{< note >}} When installing NGINX Open Source or NGINX Plus, you connect to each instance over SSH. To save time, leave the SSH connection to each instance open after installing the software. This way, you can reuse the connection when configuring the instance. {{< /note >}}
Assign the following names to the instances, then install the indicated NGINX software. The screenshot below shows the resulting **Instances** table.
@@ -303,7 +303,7 @@ You can automate set up of the six instances described in these instructions. Au
These scripts also create a new set of networking rules and security group settings. These rules and settings help avoid conflicts with any pre‑existing network settings. After you run the scripts, continue to the [instructions for creating an AWS NLB](#nlb-configure). No further setup is required.
-{{< note >}} These scripts also create a new VPC. They do not use the default VPC described in the [instructions in our Deployment Guide]({{< ref "/nginx/deployment-guides/amazon-web-services/ec2-instances-for-nginx.md >}}). {{< /note >}}
+{{< note >}} These scripts also create a new VPC. They do not use the default VPC described in the [instructions in our Deployment Guide]({{< ref "/nginx/deployment-guides/amazon-web-services/ec2-instances-for-nginx.md" >}}). {{< /note >}}
To run the scripts, follow these instructions: