diff --git a/README.md b/README.md index 86f47e73..0da396c8 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Install this tool using `pip`: pip install llm -[Detailed installation instructions](https://llm.datasette.io/en/latest/installation.html). +[Detailed installation instructions](https://llm.datasette.io/en/stable/installation.html). ## Getting started @@ -42,7 +42,7 @@ llm "Five cute names for a pet penguin" 4. Flappy 5. Chilly ``` -Read the [usage instructions](https://llm.datasette.io/en/latest/usage.html) for more. +Read the [usage instructions](https://llm.datasette.io/en/stable/usage.html) for more. ## Help diff --git a/setup.py b/setup.py index f3e1a581..0508b730 100644 --- a/setup.py +++ b/setup.py @@ -20,6 +20,7 @@ def get_long_description(): author="Simon Willison", url="https://github.com/simonw/llm", project_urls={ + "Documentation": "https://llm.datasette.io/", "Issues": "https://github.com/simonw/llm/issues", "CI": "https://github.com/simonw/llm/actions", "Changelog": "https://github.com/simonw/llm/releases",