This repository was archived by the owner on Apr 23, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/components/pages/Home/UseCasesSection Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -670,9 +670,9 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
670
670
) }
671
671
bitbucket = { (
672
672
< 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 " >
674
674
< 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 >
676
676
</ Tooltip >
677
677
< div > < span > pipelines:</ span > </ div >
678
678
< div > < span > default:</ span > </ div >
@@ -717,7 +717,7 @@ const UseCasesSection: React.ForwardRefRenderFunction<HTMLElement> = () => (
717
717
</ Tooltip >
718
718
</ Code >
719
719
< 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 " >
721
721
< Image src = "/img/bitbucket/cloud-report.png" alt = "Bitbucket Cloud report example" />
722
722
</ a >
723
723
</ ExampleBox >
You can’t perform that action at this time.
0 commit comments