Skip to content

Commit deb0ade

Browse files
authored
Merge pull request #10718 from tetrapod00/fix-web-export-links
Fix bad links in Exporting for web
2 parents 6361c66 + c37e56f commit deb0ade

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tutorials/export/exporting_for_web.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,7 +271,7 @@ Some browsers restrict autoplay for audio on websites. The easiest way around th
271271
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.
272272

273273
.. seealso:: Google offers additional information about their `Web Audio autoplay
274-
policies <https://sites.google.com/a/chromium.org/dev/audio-video/autoplay>`__.
274+
policies <https://www.chromium.org/audio-video/autoplay/>`__.
275275

276276
Apple's Safari team also posted additional information about their `Auto-Play Policy Changes for macOS
277277
<https://webkit.org/blog/7734/auto-play-policy-changes-for-macos/>`__.
@@ -397,7 +397,7 @@ supported on your web server for further file size savings.
397397
**Hosts that provide on-the-fly compression:** GitHub Pages (gzip)
398398

399399
**Hosts that don't provide on-the-fly compression:** itch.io, GitLab Pages
400-
(`supports manual gzip precompression <https://webd97.de/post/gitlab-pages-compression/>`__)
400+
(`supports manual gzip precompression <https://docs.gitlab.com/user/project/pages/introduction/#serving-compressed-assets>`__)
401401

402402
.. tip::
403403

0 commit comments

Comments
 (0)