Skip to content

Commit fa1126e

Browse files
authored
docs: fix link to CLIP (#19896)
* docs: fix link to CLIP * www * ignore
1 parent 341474a commit fa1126e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

docs/source-app/conf.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,3 +456,9 @@ def find_source():
456456

457457
# ignore all links in any CHANGELOG file
458458
linkcheck_exclude_documents = [r"^(.*\/)*CHANGELOG.*$"]
459+
460+
461+
# ignore the following relative links (false positive errors during linkcheck)
462+
linkcheck_ignore = [
463+
"https://www.openai.com/index/clip/",
464+
]

docs/source-app/get_started/what_app_can_do.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ Find the `ScratchPad App <https://lightning.ai/app/hvUwbEG70B-ScratchPad%2C%20No
8585
InVideo Search (Public)
8686
***********************
8787

88-
This App lets you find anything you're looking for inside a video. The engine is powered by `Open AI CLIP <https://openai.com/blog/clip/>`_.
88+
This App lets you find anything you're looking for inside a video. The engine is powered by `Open AI CLIP <https://www.openai.com/index/clip/>`_.
8989

9090
Find the `InVideo Search App <https://lightning.ai/app/7pmQNIDxAE-InVideo%20Search>`_ on the App Gallery and the `InVideo Search App codebase. <https://github.com/Lightning-AI/LAI-InVideo-search-App>`_ in GitHub.
9191

0 commit comments

Comments
 (0)