Skip to content

Commit

Permalink
docs: fix link to CLIP (#19896)
Browse files Browse the repository at this point in the history
* docs: fix link to CLIP

* www

* ignore
  • Loading branch information
Borda committed May 22, 2024
1 parent 341474a commit fa1126e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions docs/source-app/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -456,3 +456,9 @@ def find_source():

# ignore all links in any CHANGELOG file
linkcheck_exclude_documents = [r"^(.*\/)*CHANGELOG.*$"]


# ignore the following relative links (false positive errors during linkcheck)
linkcheck_ignore = [
"https://www.openai.com/index/clip/",
]
2 changes: 1 addition & 1 deletion docs/source-app/get_started/what_app_can_do.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Find the `ScratchPad App <https://lightning.ai/app/hvUwbEG70B-ScratchPad%2C%20No
InVideo Search (Public)
***********************

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/>`_.
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/>`_.

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.

Expand Down

0 comments on commit fa1126e

Please sign in to comment.