Update links

This commit is contained in:
Andras Schmelczer 2022-07-08 11:09:38 +02:00
parent c39feeee53
commit b995da5d80
No known key found for this signature in database
GPG key ID: 0EA1BC97D0AB076E
5 changed files with 8 additions and 8 deletions

View file

@ -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

View file

@ -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)

View file

@ -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"

View file

@ -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:

View file

@ -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]