diff --git a/docs/explanations/cves_and_usns_explained.rst b/docs/explanations/cves_and_usns_explained.rst index 1236d8707b..d11eb9f187 100644 --- a/docs/explanations/cves_and_usns_explained.rst +++ b/docs/explanations/cves_and_usns_explained.rst @@ -3,6 +3,8 @@ CVEs and USNs explained *********************** +.. _what-is-a-cve: + What is a CVE ============= @@ -24,7 +26,7 @@ What is a USN? An Ubuntu Security Notice (USN) is the way that Canonical publicly catalogues and displays security vulnerabilities for Ubuntu packages. Usually, a USN is -composed of one or more [CVEs](#what-is-a-cve) and it also contains update +composed of one or more :ref:`CVEs ` and it also contains update instructions to fix the issue, if a fix is already available. USNs follow a naming convention of the format `USN-5963-1`_. diff --git a/docs/explanations/what_are_the_timer_jobs.rst b/docs/explanations/what_are_the_timer_jobs.rst index 1ce051a293..27bd3d8231 100644 --- a/docs/explanations/what_are_the_timer_jobs.rst +++ b/docs/explanations/what_are_the_timer_jobs.rst @@ -31,3 +31,5 @@ It informs Canonical which services are enabled on the machine. .. note:: The ``metering`` job only runs when attached to an Ubuntu Pro subscription. + +If you want to learn more about configuring the timer jobs, you can check our guide on :ref:`how to configure the timer jobs `.