Skip to content

Commit

Permalink
Fix zupit link
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMachado committed Sep 5, 2024
1 parent dc15a4a commit dfe6a0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/markdown/ZupIt.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default function ZupIt({ repoUrl }: { repoUrl: string }) {
This sample is available on on <Link href={repoUrl}>GitHub</Link> or
click the button below to open the code directly in the portal.{" "}
</p>
<Link href={`http://portal.zuplo.com/clone?sourceRepoUrl=${repoUrl}`}>
<Link href={`https://portal.zuplo.com/clone?sourceRepoUrl=${repoUrl}`}>
<img src="https://cdn.zuplo.com/www/zupit.svg" alt="ZupIt"></img>
</Link>
</Callout>
Expand Down

0 comments on commit dfe6a0f

Please sign in to comment.