Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ make install # environment + pre-commit hooks
4. Commit, push and open a pull request

`make help` lists all targets; the
[development guide](https://opensemanticlab.github.io/osw-python/dev/)
[development guide](https://opensemanticlab.github.io/osw-python/latest/dev/)
covers details such as running the integration tests and serving the docs
locally.

Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ pip install osw

Optional extras (`osw[wikitext]`, `osw[DB]`, `osw[S3]`, `osw[dataimport]`,
`osw[UI]`, `osw[mcp]`, `osw[all]`) are described in the
[Get Started guide](https://opensemanticlab.github.io/osw-python/get-started/).
[Get Started guide](https://opensemanticlab.github.io/osw-python/latest/get-started/).

## Quickstart

Expand All @@ -50,14 +50,14 @@ osw search ask '[[Category:Item]]' --limit 5
```

Commands, tools and their configuration are described in the
[Tools guide](https://opensemanticlab.github.io/osw-python/tools/).
[Tools guide](https://opensemanticlab.github.io/osw-python/latest/tools/).

## Logging

osw reports what it is doing on the `osw` logger at INFO by default. Levels,
the `OSW_LOG_LEVEL` environment variable and how to collect the records in your
own logging setup are described in the
[Get Started guide](https://opensemanticlab.github.io/osw-python/get-started/#logging).
[Get Started guide](https://opensemanticlab.github.io/osw-python/latest/get-started/#logging).

## Contributing

Expand Down
Loading