diff --git a/Dockerfile b/Dockerfile index e99b071..0c261e8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM python:3.10.4-slim-bullseye LABEL org.opencontainers.image.title="GreatAI package wrapper container" LABEL org.opencontainers.image.vendor="ScoutinScience B.V." LABEL org.opencontainers.image.authors="andras@schmelczer.dev" -LABEL org.opencontainers.image.source="https://github.com/ScoutinScience/great-ai" +LABEL org.opencontainers.image.source="https://github.com/schmelczer/great-ai" ENV ENVIRONMENT=production EXPOSE 6060 diff --git a/README.md b/README.md index 886bfca..6cf5a75 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,10 @@ **work in progress, do not use!** -[![Test](https://github.com/ScoutinScience/great-ai/actions/workflows/test.yml/badge.svg)](https://github.com/ScoutinScience/great-ai/actions/workflows/check.yml) -[![Quality Gate Status](https://sonar.scoutinscience.com/api/project_badges/measure?project=great-ai&metric=alert_status)](https://sonar.scoutinscience.com/dashboard?id=great-ai) -[![Publish on PyPI](https://github.com/ScoutinScience/great-ai/actions/workflows/publish.yaml/badge.svg)](https://github.com/ScoutinScience/great-ai/actions/workflows/publish.yaml) -[![Publish on DockerHub](https://github.com/ScoutinScience/great-ai/actions/workflows/docker.yaml/badge.svg)](https://github.com/ScoutinScience/great-ai/actions/workflows/docker.yaml) +[![Test](https://github.com/schmelczer/great-ai/actions/workflows/test.yml/badge.svg)](https://github.com/schmelczer/great-ai/actions/workflows/check.yml) +[![Quality Gate Status](https://sonar.scoutinscience.com/api/project_badges/measure?project=great-ai&metric=alert_status)](https://sonar.schmelczer.com/dashboard?id=great-ai) +[![Publish on PyPI](https://github.com/schmelczer/great-ai/actions/workflows/publish.yaml/badge.svg)](https://github.com/schmelczer/great-ai/actions/workflows/publish.yaml) +[![Publish on DockerHub](https://github.com/schmelczer/great-ai/actions/workflows/docker.yaml/badge.svg)](https://github.com/schmelczer/great-ai/actions/workflows/docker.yaml) [![Downloads](https://pepy.tech/badge/great-ai/month)](https://pepy.tech/project/great-ai) diff --git a/great_ai/constants.py b/great_ai/constants.py index 725768d..49b2dea 100644 --- a/great_ai/constants.py +++ b/great_ai/constants.py @@ -15,7 +15,7 @@ DEFAULT_LARGE_FILE_CONFIG_PATHS = { LargeFileMongo: MONGO_CONFIG_PATHS, } -GITHUB_LINK = "https://github.com/ScoutinScience/great_ai" +GITHUB_LINK = "https://github.com/schmelczer/great_ai" TRAIN_SPLIT_TAG_NAME = "train" TEST_SPLIT_TAG_NAME = "test" diff --git a/mkdocs.yml b/mkdocs.yml index 981e168..e6fc3d9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,6 +1,6 @@ site_name: GreatAI documentation -repo_url: https://github.com/ScoutinScience/great-ai +repo_url: https://github.com/schmelczer/great-ai edit_uri: edit/main/docs/ theme: diff --git a/pyproject.toml b/pyproject.toml index ec2b7f7..66f6a41 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -64,7 +64,7 @@ dev = [ ] [project.urls] -Homepage = "https://github.com/ScoutinScience/great-ai" +Homepage = "https://github.com/schmelczer/great-ai" DockerHub = "https://hub.docker.com/repository/docker/schmelczera/great-ai" [project.scripts]