diff --git a/README.md b/README.md
index 81a3482..49c4e3c 100644
--- a/README.md
+++ b/README.md
@@ -1,34 +1,34 @@
-![](https://github.com/tarilabs/omlmd/raw/main/docs/imgs/banner.png)
+![](https://github.com/containers/omlmd/raw/main/docs/imgs/banner.png)
# OCI Artifact for ML model & metadata
-[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/tarilabs/omlmd)
+[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/containers/omlmd)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
-[![Build](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml)
-[![E2E testing](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml)
+[![Build](https://github.com/containers/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/build.yaml)
+[![E2E testing](https://github.com/containers/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/e2e.yaml)
[![PyPI - Version](https://img.shields.io/pypi/v/omlmd)](https://pypi.org/project/omlmd)
-[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://tarilabs.github.io/omlmd)
-[![GitHub Repo stars](https://img.shields.io/github/stars/tarilabs/omlmd?label=GitHub%20Repository)](https://github.com/tarilabs/omlmd)
+[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://containers.github.io/omlmd)
+[![GitHub Repo stars](https://img.shields.io/github/stars/containers/omlmd?label=GitHub%20Repository)](https://github.com/containers/omlmd)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCmvDe7dCEmiT4J0XoM6TREQ?label=YouTube%20Playlist)](https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww)
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.
-Documentation: https://tarilabs.github.io/omlmd
+Documentation: https://containers.github.io/omlmd
-GitHub repository: https://github.com/tarilabs/omlmd
+GitHub repository: https://github.com/containers/omlmd
YouTube video playlist: https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww
Pypi distribution: https://pypi.org/project/omlmd
## Installation
> [!TIP]
-> We recommend checking out the [Getting Started tutorial](https://tarilabs.github.io/omlmd) in the documentation; below instructions are provided for a quick overview.
+> We recommend checking out the [Getting Started tutorial](https://containers.github.io/omlmd) in the documentation; below instructions are provided for a quick overview.
In your Python environment, use:
@@ -98,4 +98,4 @@ jq.compile( "max_by(.config.customProperties.accuracy).reference" ).input_text(c
## To be continued...
-Don't forget to checkout the [documentation website](https://tarilabs.github.io/omlmd) for more information!
+Don't forget to checkout the [documentation website](https://containers.github.io/omlmd) for more information!
diff --git a/docs/appendixes/appendix-links.md b/docs/appendixes/appendix-links.md
index 806869e..b71ef8e 100644
--- a/docs/appendixes/appendix-links.md
+++ b/docs/appendixes/appendix-links.md
@@ -8,12 +8,12 @@ This is a collection of all the links from this website:
- https://github.com/kubernetes/enhancements/pull/4639
- https://github.com/lampajr/oci-storage-initializer/blob/main/GET_STARTED.md
- https://github.com/opencontainers/image-spec/blob/main/manifest.md#guidelines-for-artifact-usage
-- https://github.com/tarilabs/omlmd
-- https://github.com/tarilabs/omlmd/actions/workflows/build.yaml
-- https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml
+- https://github.com/containers/omlmd
+- https://github.com/containers/omlmd/actions/workflows/build.yaml
+- https://github.com/containers/omlmd/actions/workflows/e2e.yaml
- https://jqlang.github.io/jq
- https://pypi.org/project/omlmd
-- https://tarilabs.github.io/omlmd
+- https://containers.github.io/omlmd
- https://www.cncf.io/projects/confidential-containers
- https://www.kubeflow.org/docs/components/model-registry
- https://www.openpolicyagent.org/
diff --git a/docs/index.md b/docs/index.md
index d0cf370..a3d77f1 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2,18 +2,18 @@
NOTE: headers should align to /README.md
-->
-![](https://github.com/tarilabs/omlmd/raw/main/docs/imgs/banner.png)
+![](https://github.com/containers/omlmd/raw/main/docs/imgs/banner.png)
# OCI Artifact for ML model & metadata
-[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/tarilabs/omlmd)
+[![Python](https://img.shields.io/badge/python%20-3.9%7C3.10%7C3.11%7C3.12-blue)](https://github.com/containers/omlmd)
[![License](https://img.shields.io/badge/License-Apache_2.0-blue.svg)](LICENSE)
-[![Build](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/build.yaml)
-[![E2E testing](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/tarilabs/omlmd/actions/workflows/e2e.yaml)
+[![Build](https://github.com/containers/omlmd/actions/workflows/build.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/build.yaml)
+[![E2E testing](https://github.com/containers/omlmd/actions/workflows/e2e.yaml/badge.svg)](https://github.com/containers/omlmd/actions/workflows/e2e.yaml)
[![PyPI - Version](https://img.shields.io/pypi/v/omlmd)](https://pypi.org/project/omlmd)
-[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://tarilabs.github.io/omlmd)
-[![GitHub Repo stars](https://img.shields.io/github/stars/tarilabs/omlmd?label=GitHub%20Repository)](https://github.com/tarilabs/omlmd)
+[![Static Badge](https://img.shields.io/badge/Website-green?style=plastic&label=Documentation&labelColor=blue)](https://containers.github.io/omlmd)
+[![GitHub Repo stars](https://img.shields.io/github/stars/containers/omlmd?label=GitHub%20Repository)](https://github.com/containers/omlmd)
[![YouTube Channel Subscribers](https://img.shields.io/youtube/channel/subscribers/UCmvDe7dCEmiT4J0XoM6TREQ?label=YouTube%20Playlist)](https://www.youtube.com/watch?v=W4GwIRPXE8E&list=PLdbdefeRIj9SRbg6Hkr15GeyPH0qpk_ww)
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.
diff --git a/mkdocs.yml b/mkdocs.yml
index d010f9b..1f47d9d 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -1,7 +1,7 @@
site_name: OCI Artifact for ML model & metadata
-site_url: https://tarilabs.github.io/omlmd/
-repo_url: https://github.com/tarilabs/omlmd
-repo_name: tarilabs/omlmd
+site_url: https://containers.github.io/omlmd/
+repo_url: https://github.com/containers/omlmd
+repo_name: containers/omlmd
theme:
name: material
palette:
@@ -25,7 +25,7 @@ nav:
extra:
social:
- icon: fontawesome/brands/github
- link: https://github.com/tarilabs/omlmd
+ link: https://github.com/containers/omlmd
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
diff --git a/pyproject.toml b/pyproject.toml
index 200214d..3f4d2bb 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -6,11 +6,11 @@ authors = ["Matteo Mortari "]
readme = "README.md"
[project.urls]
-Homepage = "https://tarilabs.github.io/omlmd"
-Documentation = "https://tarilabs.github.io/omlmd"
-Repository = "https://github.com/tarilabs/omlmd.git"
-Issues = "https://github.com/tarilabs/omlmd/issues"
-Changelog = "https://github.com/tarilabs/omlmd/releases"
+Homepage = "https://containers.github.io/omlmd"
+Documentation = "https://containers.github.io/omlmd"
+Repository = "https://github.com/containers/omlmd.git"
+Issues = "https://github.com/containers/omlmd/issues"
+Changelog = "https://github.com/containers/omlmd/releases"
[tool.poetry.dependencies]
python = "^3.9"