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

@@ -74,7 +74,7 @@ print(llm(text))
Feetful of Fun
```
For more details on how to use LLMs within LangChain, see the [LLM getting started guide](../modules/llms/getting_started.ipynb).
For more details on how to use LLMs within LangChain, see the [LLM getting started guide](../modules/models/llms/getting_started.ipynb).
`````
@@ -111,7 +111,7 @@ What is a good name for a company that makes colorful socks?
```
[For more details, check out the getting started guide for prompts.](../modules/prompts/getting_started.ipynb)
[For more details, check out the getting started guide for prompts.](../modules/prompts/chat_prompt_template.ipynb)
`````