From c37e56f8f62325c4269de4282a17ec7f47398e49 Mon Sep 17 00:00:00 2001 From: tetrapod00 <145553014+tetrapod00@users.noreply.github.com> Date: Wed, 26 Feb 2025 12:20:27 -0800 Subject: [PATCH] Fix bad links in Exporting for web --- tutorials/export/exporting_for_web.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tutorials/export/exporting_for_web.rst b/tutorials/export/exporting_for_web.rst index 0173e9ebd56..4f7668d02a4 100644 --- a/tutorials/export/exporting_for_web.rst +++ b/tutorials/export/exporting_for_web.rst @@ -271,7 +271,7 @@ Some browsers restrict autoplay for audio on websites. The easiest way around th player to click, tap or press a key/button to enable audio, for instance when displaying a splash screen at the start of your game. .. seealso:: Google offers additional information about their `Web Audio autoplay - policies `__. + policies `__. Apple's Safari team also posted additional information about their `Auto-Play Policy Changes for macOS `__. @@ -397,7 +397,7 @@ supported on your web server for further file size savings. **Hosts that provide on-the-fly compression:** GitHub Pages (gzip) **Hosts that don't provide on-the-fly compression:** itch.io, GitLab Pages -(`supports manual gzip precompression `__) +(`supports manual gzip precompression `__) .. tip::