fix: numerous broken documentation links (#2070)

seems linkchecker isn't catching them because it runs on generated html.
at that point the links are already missing.
the generation process seems to strip invalid references when they can't
be re-written from md to html.

I used https://github.com/tcort/markdown-link-check to check the doc
source directly.

There are a few false positives on localhost for development.
This commit is contained in:
Ace Eldeib
2023-03-28 02:07:03 -04:00
committed by GitHub
parent f74a1bebf5
commit 4be2f9d75a
8 changed files with 12 additions and 14 deletions

View File

@@ -238,4 +238,4 @@ print(dynamic_prompt.format(input=long_string))
<!-- TODO(shreya): Add correct link here. -->
LangChain comes with a few example selectors that you can use. For more details on how to use them, see [Example Selectors](../example_selectors.rst).
You can create custom example selectors that select examples based on any criteria you want. For more details on how to do this, see [Creating a custom example selector](prompt_templates/examples/custom_example_selector.ipynb).
You can create custom example selectors that select examples based on any criteria you want. For more details on how to do this, see [Creating a custom example selector](../example_selectors/examples/custom_example_selector.md).