diff --git a/README.md b/README.md index 9d7f8b823..5803fdf54 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -![Pyright](/docs/img/PyrightLarge.png) +![Pyright](https://github.com/microsoft/pyright/blob/main/docs/img/PyrightLarge.png) # Static Type Checker for Python Pyright is a full-featured, standards-based static type checker for Python. It is designed for high performance and can be used with large Python source bases. -Pyright includes both a [command-line tool](/docs/command-line.md) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright). +Pyright includes both a [command-line tool](https://microsoft.github.io/pyright/#/command-line) and an [extension for Visual Studio Code](https://marketplace.visualstudio.com/items?itemName=ms-pyright.pyright). ## Documentation diff --git a/docs/_sidebar.md b/docs/_sidebar.md index a8d037350..77b49176b 100644 --- a/docs/_sidebar.md +++ b/docs/_sidebar.md @@ -15,6 +15,7 @@ - [Sample pyproject.toml](configuration.md#sample-pyprojecttoml-file) - [Diagnostic Rule Defaults](configuration.md#diagnostic-rule-defaults) - [Language Server Settings](settings.md) + - [Command Line Interface](command-line.md) - [Controlling Behavior With Comments](comments.md) - [Continuous Integration](ci-integration.md)