Fix "Share your extension" not redirecting to the proper page on the documentation (#5568)

This commit is contained in:
supertree-wook
2023-08-17 17:27:16 +09:00
committed by GitHub
parent 6a26e2cf32
commit 68f13297ef
2 changed files with 2 additions and 2 deletions

View File

@@ -472,7 +472,7 @@ You can also [create](/gdevelop5/extensions/create) directly in your project new
Read more about this:
* [Create your own extensions](/gdevelop5/extensions/create)
* [Share extensions with the community](/gdevelop5/extensions/share)
* [Share extensions with the community](/gdevelop5/extensions/share-extension)
* [Extend GDevelop with JavaScript or C++](/gdevelop5/extensions/extend-gdevelop)
`;

View File

@@ -55,7 +55,7 @@ const ExtensionExporterDialog = (props: Props) => {
<Dialog
title={<Trans>Export extension</Trans>}
secondaryActions={[
<HelpButton key="help" helpPagePath="/extensions/share/" />,
<HelpButton key="help" helpPagePath="/extensions/share-extension/" />,
<FlatButton
label={<Trans>Submit to the community</Trans>}
onClick={openGitHubIssue}