From 4c17092fd34643c57c35dc59d53199f0ba1a86fd Mon Sep 17 00:00:00 2001 From: Eric Arellano <14852634+Eric-Arellano@users.noreply.github.com> Date: Thu, 30 Nov 2023 13:08:34 -0500 Subject: [PATCH] Fix bad reference --- releasenotes/notes/platform-support-f7f693aaf5dec044.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releasenotes/notes/platform-support-f7f693aaf5dec044.yaml b/releasenotes/notes/platform-support-f7f693aaf5dec044.yaml index f52aef82c80c..ae4235d57065 100644 --- a/releasenotes/notes/platform-support-f7f693aaf5dec044.yaml +++ b/releasenotes/notes/platform-support-f7f693aaf5dec044.yaml @@ -13,7 +13,7 @@ upgrade: - | Support for 32 bit platforms, i686 Linux and 32 bit Windows, on Python < 3.10 has been downgraded from Tier 2 to Tier 3, as documented in - the :ref:`platform_support` page. This is a consequence of making + the `platform support page `_. This is a consequence of making ``symengine`` required for all users, as there is a lack of pre-compiled packages available for these platforms, so users will need to build symengine from source.