From 7f20fec3c325fc42c1d910e5fbae1367cc6f6dd1 Mon Sep 17 00:00:00 2001 From: Yuri Sizov Date: Thu, 27 Jul 2023 15:56:13 +0200 Subject: [PATCH] Fix formatting for a link on the Release Policy page --- about/release_policy.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/about/release_policy.rst b/about/release_policy.rst index 5f5ecba96..ee0ae7f4a 100644 --- a/about/release_policy.rst +++ b/about/release_policy.rst @@ -273,5 +273,5 @@ compatibility-breaking changes of this kind. optional parameter), a GDExtension compatibility method must be created. This ensures that existing GDExtensions continue to work across patch and minor releases, so that users don't have to recompile them. - See `pull request #76446 ` + See `pull request #76446 `_ for more information.