Skip to content

Commit

Permalink
Merge pull request #613 from vespa-engine/kkraune/linkcheck
Browse files Browse the repository at this point in the history
Update links
  • Loading branch information
kkraune committed Nov 2, 2023
2 parents bfce417 + 0c5a4f1 commit bd51f36
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/sphinx/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@
}

# anchoring with github sites will always fail
linkcheck_ignore = [r'https://github.com/.*#.*', r'http://localhost:\d+/', r'.*/getting-started-pyvespa-cloud.*']
linkcheck_ignore = [r'https://github.com/.*#.*', r'http://localhost:\d+/']
2 changes: 1 addition & 1 deletion docs/sphinx/source/examples/multi-vector-indexing.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"metadata": {},
"source": [
"This notebook requires [pyvespa >= 0.37.1](https://pyvespa.readthedocs.io/en/latest/index.html#requirements),\n",
"ZSTD, and the [Vespa CLI](https://pyvespa.readthedocs.io/en/latest/reads-writes.html#Feed-using-Vespa-CLI)."
"ZSTD, and the [Vespa CLI](https://docs.vespa.ai/en/vespa-cli.html)."
]
},
{
Expand Down

0 comments on commit bd51f36

Please sign in to comment.