Skip to content

Commit 8fe5fea

Browse files
authored
Fix itch.io link in Exporting for the Web (#10751)
1 parent cfd108e commit 8fe5fea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorials/export/exporting_for_web.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ in the user's browser.
4141
Since Godot 4.3, Godot supports exporting your game on a single thread, which
4242
solves this issue. While it has some drawbacks on its own (it cannot use threads, and is
4343
not as performant as the multi-threaded export), it doesn't require as much overhead to install.
44-
It is also more compatible overall with stores like `itch.io <https://itch.io/>` or Web publishers like
44+
It is also more compatible overall with stores like `itch.io <https://itch.io/>`__ or Web publishers like
4545
`Poki <https://poki.com/>`__ or `CrazyGames <https://crazygames.com/>`__. The single-threaded export
4646
works very well on macOS and iOS too, where it always had compatibility issues with multiple threads
4747
exports.

0 commit comments

Comments
 (0)