mirror of
https://github.com/4ian/GDevelop.git
synced 2025-10-15 10:19:04 +00:00
Fix "Share your extension" not redirecting to the proper page on the documentation (#5568)
This commit is contained in:
@@ -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)
|
||||
|
||||
`;
|
||||
|
@@ -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}
|
||||
|
Reference in New Issue
Block a user