Browse Source

Merge pull request #10128 from Calinou/exporting-for-windows-codesigning-update-url

Update URL to Microsoft codesigning guide in Exporting for Windows
Max Hilbrunner 9 months ago
parent
commit
8703f1c08b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tutorials/export/exporting_for_windows.rst

+ 1 - 1
tutorials/export/exporting_for_windows.rst

@@ -24,7 +24,7 @@ Code signing
 Godot is capable of automatic code signing on export. To do this you must have the
 Godot is capable of automatic code signing on export. To do this you must have the
 ``Windows SDK`` (on Windows) or `osslsigncode <https://github.com/mtrojnar/osslsigncode>`__
 ``Windows SDK`` (on Windows) or `osslsigncode <https://github.com/mtrojnar/osslsigncode>`__
 (on any other OS) installed. You will also need a package signing certificate,
 (on any other OS) installed. You will also need a package signing certificate,
-information on creating one can be found `here <https://docs.microsoft.com/en-us/windows/win32/appxpkg/how-to-create-a-package-signing-certificate?redirectedfrom=MSDN>`__.
+information on creating one can be found `here <https://learn.microsoft.com/en-us/windows/msix/package/create-certificate-package-signing>`__.
 
 
 .. warning::
 .. warning::