diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-28 13:38:01 +0100 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2023-02-28 13:38:01 +0100 |
commit | 491ded18983a4ae963ce9c29e8df5d5680873ccb (patch) | |
tree | bee3b564700934929e13c9d254bf41e5c5b7e0f8 /platform | |
parent | 0bc36c8954328a36295d50dc5f7722c9463f6f5c (diff) |
Minor typo and docs URL fixes
Diffstat (limited to 'platform')
-rw-r--r-- | platform/windows/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/windows/README.md b/platform/windows/README.md index 4c775576fe..bda9ddd924 100644 --- a/platform/windows/README.md +++ b/platform/windows/README.md @@ -11,5 +11,5 @@ used by this platform. - Instructions on building this platform port from source. - [Exporting for Windows](https://docs.godotengine.org/en/latest/tutorials/export/exporting_for_windows.html) - Instructions on using the compiled export templates to export a project. -- [Changing application icon for Windows](https://docs.godotengine.org/en/stable/tutorials/export/changing_application_icon_for_windows.html) +- [Changing application icon for Windows](https://docs.godotengine.org/en/latest/tutorials/export/changing_application_icon_for_windows.html) - Instructions on using a custom icon for the exported project executable. |