Skip to content

Commit b4f9f79

Browse files
authored
Update link to submit new themes to use the new URL (#12296)
1 parent 9f34dfa commit b4f9f79

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/amo/components/Header/index.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,10 @@ export class HeaderBase extends React.Component {
108108
</Link>
109109
</DropdownMenuItem>
110110
<DropdownMenuItem>
111-
<Link href="/developers/theme/submit" prependClientApp={false}>
111+
<Link
112+
href="/developers/addon/submit/theme/distribution"
113+
prependClientApp={false}
114+
>
112115
{i18n.gettext('Submit a New Theme')}
113116
</Link>
114117
</DropdownMenuItem>

0 commit comments

Comments
 (0)