Skip to content

Commit 9fb1432

Browse files
committed
Update links
1 parent 2688bdb commit 9fb1432

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

docs/source/cpp/models/anomaly_model.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Anomaly Model
22

3-
The `AnomalyModel` is a generic OpenVINO model that aims to provide a single interface for all the exported models based on [Anomalib](https://github.com/openvinotoolkit/anomalib).
3+
The `AnomalyModel` is a generic OpenVINO model that aims to provide a single interface for all the exported models based on [Anomalib](https://github.com/open-edge-platform/anomalib).
44

55
Currently, the `AnomalyModel` supports the following models:
66

docs/source/python/models/anomaly.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Anomaly
22

3-
The `AnomalyModel` is a generic OpenVINO model that aims to provide a single interface for all the exported models based on [Anomalib](https://github.com/openvinotoolkit/anomalib).
3+
The `AnomalyModel` is a generic OpenVINO model that aims to provide a single interface for all the exported models based on [Anomalib](https://github.com/open-edge-platform/anomalib).
44

55
Currently, the `AnomalyModel` supports the following models:
66

src/python/docs/visual_prompting.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,5 +58,5 @@ Decoder OV model should have the following named inputs:
5858

5959
## How to use
6060

61-
See demos: [VPT](https://github.com/openvinotoolkit/model_api/tree/master/examples/python/visual_prompting)
62-
and [ZSL-VPT](https://github.com/openvinotoolkit/model_api/tree/master/examples/python/zsl_visual_prompting)
61+
See demos: [VPT](https://github.com/open-edge-platform/model_api/tree/master/examples/python/visual_prompting)
62+
and [ZSL-VPT](https://github.com/open-edge-platform/model_api/tree/master/examples/python/zsl_visual_prompting)

src/python/pyproject.toml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,9 @@ build = [
6363
full = ["openvino_model_api[dependencies, ovms, tests, docs, build]"]
6464

6565
[project.urls]
66-
Homepage = "https://github.com/openvinotoolkit/model_api"
67-
Documentation = "https://github.com/openvinotoolkit/model_api/blob/master/README.md"
68-
Repository = "https://github.com/openvinotoolkit/model_api.git"
66+
Homepage = "https://github.com/open-edge-platform/model_api"
67+
Documentation = "https://github.com/open-edge-platform/model_api/blob/master/README.md"
68+
Repository = "https://github.com/open-edge-platform/model_api.git"
6969

7070
[tool.setuptools.packages.find]
7171
include = ["model_api*"]

0 commit comments

Comments
 (0)