Skip to content

Commit

Permalink
Update links to documentation site, closes #22
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Jun 17, 2023
1 parent f9ed733 commit fe041c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit fe041c7

Please sign in to comment.