Skip to content

Commit c5e9455

Browse files
committed
chore: change links following migration from tarilabs to containers
... github org. Signed-off-by: tarilabs <[email protected]>
1 parent 29f372b commit c5e9455

File tree

5 files changed

+30
-30
lines changed

5 files changed

+30
-30
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,34 +1,34 @@
11
<!--
2-
1. migrating from https://github.com/tarilabs/oml
2+
1. migrating from https://github.com/containers/oml
33
2. remember not to use relative IMGs in this, as it's also being used for pypi
44
-->
55

6-
![](https://github.com/tarilabs/omlmd/raw/main/docs/imgs/banner.png)
6+
![](https://github.com/containers/omlmd/raw/main/docs/imgs/banner.png)
77

88
# OCI Artifact for ML model & metadata
99

10-
[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/tarilabs/omlmd)
10+
[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/containers/omlmd)
1111
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
12-
[![Build](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml)
13-
[![E2E testing](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml)
12+
[![Build](https://github.com/containers/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/build.yaml)
13+
[![E2E testing](https://github.com/containers/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/e2e.yaml)
1414
[![PyPI - Version](https://img.shields.io/pypi/v/omlmd)](https://pypi.org/project/omlmd)
1515

16-
[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://tarilabs.github.io/omlmd)
17-
[![GitHub Repo stars](https://img.shields.io/github/stars/tarilabs/omlmd?label=GitHub%20Repository)](https://github.com/tarilabs/omlmd)
16+
[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://containers.github.io/omlmd)
17+
[![GitHub Repo stars](https://img.shields.io/github/stars/containers/omlmd?label=GitHub%20Repository)](https://github.com/containers/omlmd)
1818
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCmvDe7dCEmiT4J0XoM6TREQ?label=YouTube%20Playlist)](https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww)
1919

2020
This project is a collection of blueprints, patterns and toolchain (in the form of python SDK and CLI) to leverage OCI Artifact and containers for ML model and metadata.
2121

22-
Documentation: https://tarilabs.github.io/omlmd
22+
Documentation: https://containers.github.io/omlmd
2323

24-
GitHub repository: https://github.com/tarilabs/omlmd <br/>
24+
GitHub repository: https://github.com/containers/omlmd <br/>
2525
YouTube video playlist: https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww <br/>
2626
Pypi distribution: https://pypi.org/project/omlmd <br/>
2727

2828
## Installation
2929

3030
> [!TIP]
31-
> We recommend checking out the [Getting Started tutorial](https://tarilabs.github.io/omlmd) in the documentation; below instructions are provided for a quick overview.
31+
> We recommend checking out the [Getting Started tutorial](https://containers.github.io/omlmd) in the documentation; below instructions are provided for a quick overview.
3232
3333
In your Python environment, use:
3434

@@ -98,4 +98,4 @@ jq.compile( "max_by(.config.customProperties.accuracy).reference" ).input_text(c
9898

9999
## To be continued...
100100

101-
Don't forget to checkout the [documentation website](https://tarilabs.github.io/omlmd) for more information!
101+
Don't forget to checkout the [documentation website](https://containers.github.io/omlmd) for more information!

docs/appendixes/appendix-links.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ This is a collection of all the links from this website:
88
- https://github.com/kubernetes/enhancements/pull/4639
99
- https://github.com/lampajr/oci-storage-initializer/blob/main/GET_STARTED.md
1010
- https://github.com/opencontainers/image-spec/blob/main/manifest.md#guidelines-for-artifact-usage
11-
- https://github.com/tarilabs/omlmd
12-
- https://github.com/tarilabs/omlmd/actions/workflows/build.yaml
13-
- https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml
11+
- https://github.com/containers/omlmd
12+
- https://github.com/containers/omlmd/actions/workflows/build.yaml
13+
- https://github.com/containers/omlmd/actions/workflows/e2e.yaml
1414
- https://jqlang.github.io/jq
1515
- https://pypi.org/project/omlmd
16-
- https://tarilabs.github.io/omlmd
16+
- https://containers.github.io/omlmd
1717
- https://www.cncf.io/projects/confidential-containers
1818
- https://www.kubeflow.org/docs/components/model-registry
1919
- https://www.openpolicyagent.org/

docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,18 +2,18 @@
22
NOTE: headers should align to /README.md
33
-->
44

5-
![](https://github.com/tarilabs/omlmd/raw/main/docs/imgs/banner.png)
5+
![](https://github.com/containers/omlmd/raw/main/docs/imgs/banner.png)
66

77
# OCI Artifact for ML model & metadata
88

9-
[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/tarilabs/omlmd)
9+
[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/containers/omlmd)
1010
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
11-
[![Build](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml)
12-
[![E2E testing](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml)
11+
[![Build](https://github.com/containers/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/build.yaml)
12+
[![E2E testing](https://github.com/containers/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/e2e.yaml)
1313
[![PyPI - Version](https://img.shields.io/pypi/v/omlmd)](https://pypi.org/project/omlmd)
1414

15-
[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://tarilabs.github.io/omlmd)
16-
[![GitHub Repo stars](https://img.shields.io/github/stars/tarilabs/omlmd?label=GitHub%20Repository)](https://github.com/tarilabs/omlmd)
15+
[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://containers.github.io/omlmd)
16+
[![GitHub Repo stars](https://img.shields.io/github/stars/containers/omlmd?label=GitHub%20Repository)](https://github.com/containers/omlmd)
1717
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCmvDe7dCEmiT4J0XoM6TREQ?label=YouTube%20Playlist)](https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww)
1818

1919
This project is a collection of blueprints, patterns and toolchain (in the form of python SDK and CLI) to leverage OCI Artifact and containers for ML model and metadata.

mkdocs.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
site_name: OCI Artifact for ML model & metadata
2-
site_url: https://tarilabs.github.io/omlmd/
3-
repo_url: https://github.com/tarilabs/omlmd
4-
repo_name: tarilabs/omlmd
2+
site_url: https://containers.github.io/omlmd/
3+
repo_url: https://github.com/containers/omlmd
4+
repo_name: containers/omlmd
55
theme:
66
name: material
77
palette:
@@ -25,7 +25,7 @@ nav:
2525
extra:
2626
social:
2727
- icon: fontawesome/brands/github
28-
link: https://github.com/tarilabs/omlmd
28+
link: https://github.com/containers/omlmd
2929
markdown_extensions:
3030
- pymdownx.highlight:
3131
anchor_linenums: true

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,11 @@ authors = ["Matteo Mortari <[email protected]>"]
66
readme = "README.md"
77

88
[project.urls]
9-
Homepage = "https://tarilabs.github.io/omlmd"
10-
Documentation = "https://tarilabs.github.io/omlmd"
11-
Repository = "https://github.com/tarilabs/omlmd.git"
12-
Issues = "https://github.com/tarilabs/omlmd/issues"
13-
Changelog = "https://github.com/tarilabs/omlmd/releases"
9+
Homepage = "https://containers.github.io/omlmd"
10+
Documentation = "https://containers.github.io/omlmd"
11+
Repository = "https://github.com/containers/omlmd.git"
12+
Issues = "https://github.com/containers/omlmd/issues"
13+
Changelog = "https://github.com/containers/omlmd/releases"
1414

1515
[tool.poetry.dependencies]
1616
python = "^3.9"

0 commit comments

Comments
 (0)