diff --git a/docs/docs/how_to/example_selectors.ipynb b/docs/docs/how_to/example_selectors.ipynb index b6594fbdb0ae1..1c90627d9c858 100644 --- a/docs/docs/how_to/example_selectors.ipynb +++ b/docs/docs/how_to/example_selectors.ipynb @@ -36,7 +36,7 @@ "\n", "The only method it needs to define is a ``select_examples`` method. This takes in the input variables and then returns a list of examples. It is up to each specific implementation as to how those examples are selected.\n", "\n", - "LangChain has a few different types of example selectors. For an overview of all these types, see the below table.\n", + "LangChain has a few different types of example selectors. For an overview of all these types, see the [below table](#example-selector-types).\n", "\n", "In this guide, we will walk through creating a custom example selector." ]