From 26700e91750f56d3408b63af1ab70b330ea898b5 Mon Sep 17 00:00:00 2001 From: lena-larionova <54370747+lena-larionova@users.noreply.github.com> Date: Thu, 16 Jun 2022 10:44:38 -0700 Subject: [PATCH] [DOCU-2329] Linux OS support and deprecation (#4000) * create one topic for all supported and deprecated linux OSes * remove centos from 3.0 doc and set up redirect * add links to support tables; move deprecation notices to changelog; remove link blocks * remove unused 'os_version' * add note to install doc; fix typo * group linux distibutions into their own section * update smoke test --- src/gateway/install-and-run/rhel.md | 2 +- src/gateway/install-and-run/ubuntu.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gateway/install-and-run/rhel.md b/src/gateway/install-and-run/rhel.md index a4dd1f506ff4..959cd28c7958 100644 --- a/src/gateway/install-and-run/rhel.md +++ b/src/gateway/install-and-run/rhel.md @@ -9,7 +9,7 @@ Kong is licensed under an ## Prerequisites -* A supported system with root or [root-equivalent](/gateway/{{page.kong_version}}/plan-and-deploy/kong-user) access. +* A [supported system](/gateway/{{page.kong_version}}/install-and-run/os-support) with root or [root-equivalent](/gateway/{{page.kong_version}}/plan-and-deploy/kong-user) access. * (Enterprise only) A `license.json` file from Kong ## Download and Install diff --git a/src/gateway/install-and-run/ubuntu.md b/src/gateway/install-and-run/ubuntu.md index 32672cb1d767..653a1b329a71 100644 --- a/src/gateway/install-and-run/ubuntu.md +++ b/src/gateway/install-and-run/ubuntu.md @@ -9,7 +9,7 @@ Kong is licensed under an ## Prerequisites -* A supported system with root or [root-equivalent](/gateway/{{page.kong_version}}/plan-and-deploy/kong-user) access. +* A [supported system](/gateway/{{page.kong_version}}/install-and-run/os-support) with root or [root-equivalent](/gateway/{{page.kong_version}}/plan-and-deploy/kong-user) access. * (Enterprise only) A `license.json` file from Kong ## Download and install