Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update example repository links #366

Merged
merged 3 commits into from
Nov 1, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/docs/cml-with-dvc.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
cml comment create report.md
```

See the [example repository](https://github.com/iterative/cml_dvc_case) for
more, or check out the
See the [example repository](https://github.com/iterative-test/cml-example-dvc)
for more, or check out the
[use cases for machine learning](https://dvc.org/doc/use-cases/ci-cd-for-machine-learning).

## Cloud Storage Provider Credentials
Expand Down
4 changes: 2 additions & 2 deletions content/docs/start/bitbucket.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Here, we'll walk through a tutorial to start using CML with Bitbucket Pipelines.

1. Fork our
[example project repository](https://bitbucket.org/iterative-ai/example-cml).
[example project repository](https://bitbucket.org/iterative-test/cml-example-base).

![](/img/bitbucket_fork_cml_project.png)

Expand Down Expand Up @@ -83,4 +83,4 @@ you.
## Final Solution

An example of what your repository should look like now can be found at
[`iterative-ai/cml-base-case`](https://bitbucket.org/iterative-ai/cml-base-case).
[`iterative-ai/cml-base-case`](https://bitbucket.org/iterative-test/cml-example-minimal).
4 changes: 2 additions & 2 deletions content/docs/start/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Here, we'll walk through a tutorial to start using CML with GitHub Actions.

1. Fork our
[example project repository](https://github.com/iterative/example_cml).
[example project repository](https://github.com/iterative-test/cml-example-base).

![](/img/fork_cml_project.png)

Expand Down Expand Up @@ -85,7 +85,7 @@ of workflow you want to run, and want to put in your CML report, is up to you.
## Final Solution

An example of what your repository should look like now can be found at
[`iterative/cml_base_case`](https://github.com/iterative/cml_base_case).
[`iterative/cml_base_case`](https://github.com/iterative-test/cml-example-minimal).

## Setup Action

Expand Down
4 changes: 2 additions & 2 deletions content/docs/start/gitlab.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Here, we'll walk through a tutorial to start using CML with GitLab CI/CD.

1. Fork our
[example project repository](https://gitlab.com/iterative.ai/example_cml).
[example project repository](https://gitlab.com/iterative-test/cml-example-base).

![](/img/gitlab_fork_cml_project.png)

Expand Down Expand Up @@ -85,4 +85,4 @@ workflow you want to run, and want to put in your CML report, is up to you.
## Final Solution

An example of what your repository should look like now can be found at
[iterative.ai/cml-base-case](https://gitlab.com/iterative.ai/cml-base-case).
[iterative.ai/cml-base-case](https://gitlab.com/iterative-test/cml-example-minimal).
24 changes: 12 additions & 12 deletions content/docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
```

The example above generates visual reports in pull requests:
[![](/img/cml_first_report.png)](https://github.com/iterative/cml_base_case/pull/2)
[![](/img/cml_first_report.png)](https://github.com/iterative-test/cml-example-minimal/pull/1)

We helpfully provide CML and other useful libraries pre-installed on our
[custom Docker images](/doc/self-hosted-runners#docker-images). In the above
Expand All @@ -58,10 +58,10 @@ and CML set up on an Ubuntu LTS base for convenience.

### Example projects

- [Basic CML project](https://github.com/iterative/cml_base_case)
- [CML with DVC to pull data](https://github.com/iterative/cml_dvc_case)
- [CML with Tensorboard](https://github.com/iterative/cml_tensorboard_case)
- [CML with EC2 GPU](https://github.com/iterative/cml_cloud_case)
- [Basic CML project](https://github.com/iterative-test/cml-example-minimal)
- [CML with DVC to pull data](https://github.com/iterative-test/cml-example-dvc)
- [CML with Tensorboard](https://github.com/iterative-test/cml-example-tensorboard)
- [CML with EC2 GPU](https://github.com/iterative-test/cml-example-cloud)

</tab>
<tab title="GitLab">
Expand Down Expand Up @@ -90,7 +90,7 @@ create-CML-report:
via a `REPO_TOKEN` variable.

The example above generates visual reports in merge requests:
[![](/img/GitLab_CML_report.png '=400')](https://gitlab.com/iterative.ai/cml-base-case/-/merge_requests/3)
[![](/img/GitLab_CML_report.png '=400')](https://gitlab.com/iterative-test/cml-example-minimal/-/merge_requests/1)

We helpfully provide CML and other useful libraries pre-installed on our
[custom Docker images](/doc/self-hosted-runners#docker-images). In the above
Expand All @@ -100,10 +100,10 @@ set up on an Ubuntu LTS base for convenience.

### Example projects

- [Basic CML project](https://gitlab.com/iterative.ai/cml-base-case)
- [CML with DVC to pull data](https://gitlab.com/iterative.ai/cml-dvc-case)
- [CML with Tensorboard](https://gitlab.com/iterative.ai/cml-tensorboard-case)
- [CML with EC2 GPU](https://gitlab.com/iterative.ai/cml-cloud-case)
- [Basic CML project](https://gitlab.com/iterative-test/cml-example-minimal)
- [CML with DVC to pull data](https://gitlab.com/iterative-test/cml-example-dvc)
- [CML with Tensorboard](https://gitlab.com/iterative-test/cml-example-tensorboard)
- [CML with EC2 GPU](https://gitlab.com/iterative-test/cml-example-cloud)

</tab>
<tab title="Bitbucket">
Expand Down Expand Up @@ -133,7 +133,7 @@ pipelines:
`REPO_TOKEN` variable.

The example above generates visual reports in pull requests:
[![](/img/bitbucket_cloud_pr.png '=600')](https://bitbucket.org/iterative-ai/cml-base-case/pull-requests/2)
[![](/img/bitbucket_cloud_pr.png '=600')](https://bitbucket.org/iterative-test/cml-example-minimal/pull-requests/2)

⚠️ CML works with Bitbucket Cloud, where you can use the
[Bitbucket Pipelines](https://bitbucket.org/product/features/pipelines) CI/CD
Expand All @@ -142,7 +142,7 @@ not yet supported.

### Example projects

- [Basic CML project](https://bitbucket.org/iterative-ai/cml-base-case)
- [Basic CML project](https://bitbucket.org/iterative-test/cml-example-minimal)

</tab>
</toggle>
Expand Down
Loading