Skip to content

Commit

Permalink
fix: Fixed broken url (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
smyja authored Dec 18, 2023
1 parent eb09b93 commit 7b0b7fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/components/marketplace/MarketplaceRepositories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -322,7 +322,7 @@ function MarketplaceRepositories({ publisher }: { publisher?: any }) {
>
<Button
as="a"
href="https://docs.plural.sh/applications/adding-new-application"
href="https://docs.plural.sh/adding-new-application"
target="_blank"
primary
endIcon={<ArrowTopRightIcon />}
Expand Down

0 comments on commit 7b0b7fb

Please sign in to comment.