Skip to content
This repository was archived by the owner on Apr 23, 2025. It is now read-only.

Commit 2be2870

Browse files
authored
Add a coming soon message for Bitbucket GPU (#371)
1 parent d177ffd commit 2be2870

File tree

1 file changed

+3
-3
lines changed
  • src/components/pages/Home/UseCasesSection

1 file changed

+3
-3
lines changed

src/components/pages/Home/UseCasesSection/index.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -670,9 +670,9 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
670670
)}
671671
bitbucket={(
672672
<Collapser>
673-
<Code filename="bitbucket-pipelines.yml" repo="https://bitbucket.org/iterative-test/cml-example-cloud">
673+
<Code filename="bitbucket-pipelines.yml" repo="https://github.com/iterative/cml/issues/1015">
674674
<Tooltip type="dependencies">
675-
<div><span># GPU not yet supported, see https://github.com/iterative/cml/issues/1015</span></div>
675+
<div><span># GPU support coming soon, see https://github.com/iterative/cml/issues/1015</span></div>
676676
</Tooltip>
677677
<div><span>pipelines:</span></div>
678678
<div><span> default:</span></div>
@@ -717,7 +717,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
717717
</Tooltip>
718718
</Code>
719719
<ExampleBox title="CML Report">
720-
<a target="_blank" rel="noreferrer" href="https://bitbucket.org/iterative-test/cml-example-cloud">
720+
<a target="_blank" rel="noreferrer" href="https://github.com/iterative/cml/issues/1015">
721721
<Image src="/img/bitbucket/cloud-report.png" alt="Bitbucket Cloud report example" />
722722
</a>
723723
</ExampleBox>

0 commit comments

Comments
 (0)