diff --git a/Doc/howto/free-threading-extensions.rst b/Doc/howto/free-threading-extensions.rst
index 521810e2887f2f..99e3ab3f52a60d 100644
--- a/Doc/howto/free-threading-extensions.rst
+++ b/Doc/howto/free-threading-extensions.rst
@@ -270,3 +270,9 @@ Windows
Due to a limitation of the official Windows installer, you will need to
manually define ``Py_GIL_DISABLED=1`` when building extensions from source.
+
+.. seealso::
+
+ `Porting Extension Modules to Support Free-Threading
+ `_:
+ A community-maintained porting guide for extension authors.
diff --git a/Doc/whatsnew/3.13.rst b/Doc/whatsnew/3.13.rst
index 4f418e9bc29f2f..7075392c14dd5f 100644
--- a/Doc/whatsnew/3.13.rst
+++ b/Doc/whatsnew/3.13.rst
@@ -359,6 +359,10 @@ free-threaded build.
:pep:`703` "Making the Global Interpreter Lock Optional in CPython"
contains rationale and information surrounding this work.
+ `Porting Extension Modules to Support Free-Threading
+ `_: A community-maintained
+ porting guide for extension authors.
+
.. _whatsnew313-jit-compiler: