diff --git a/opendbm/api_lib/facial_activity/api.py b/opendbm/api_lib/facial_activity/api.py index c69d849a..83a06753 100644 --- a/opendbm/api_lib/facial_activity/api.py +++ b/opendbm/api_lib/facial_activity/api.py @@ -31,7 +31,7 @@ class FacialActivity(VideoModel): def fit(self, path): """Fit a file in filepath to OpenFace Model. Make sure to set the Docker to be active first. - For installation, see https://teebid.github.io/aicure_opendbm/docs/openface-docker-installation + For installation, see https://aicure.github.io/open_dbm/docs/openface-docker-installation Parameters ---------- diff --git a/opendbm/api_lib/movement/api.py b/opendbm/api_lib/movement/api.py index 01257d34..b1045807 100644 --- a/opendbm/api_lib/movement/api.py +++ b/opendbm/api_lib/movement/api.py @@ -35,7 +35,7 @@ class Movement(VideoModel): def fit(self, path): """Fit a file in filepath to OpenFace Model. Make sure to set the Docker to be active first. - For installation, see https://teebid.github.io/aicure_opendbm/docs/openface-docker-installation + For installation, see https://aicure.github.io/open_dbm/docs/openface-docker-installation Parameters ----------