Skip to content

Commit

Permalink
fix some more broken links in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Oct 6, 2024
1 parent 5eed6f8 commit f67d4ed
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
[![pycharm](https://img.shields.io/jetbrains/plugin/v/24145?logo=pycharm)](https://plugins.jetbrains.com/plugin/24145)
[![homebrew](https://img.shields.io/homebrew/installs/dm/basedpyright?logo=homebrew&color=fbb040)](https://formulae.brew.sh/formula/basedpyright)
[![Discord](https://img.shields.io/discord/948915247073349673?logo=discord&color=5865F2)](https://discord.gg/7y9upqPrk2)
[![basedpyright - checked](https://img.shields.io/badge/basedpyright-checked-42b983)](https://detachhead.github.io/basedpyright)
[![basedpyright - checked](https://img.shields.io/badge/basedpyright-checked-42b983)](https://docs.basedpyright.com)

Basedpyright is a fork of [pyright](https://github.com/microsoft/pyright) with various type checking improvements, improved vscode support and pylance features built into the language server.

Expand Down
2 changes: 1 addition & 1 deletion docs/benefits-over-pyright/pylance-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

basedpyright re-implements some of the features that microsoft made exclusive to pylance, which is microsoft's closed-source vscode extension built on top of the pyright language server with some additional exclusive functionality ([see the pylance FAQ for more information](https://github.com/microsoft/pylance-release/blob/main/FAQ.md#what-features-are-in-pylance-but-not-in-pyright-what-is-the-difference-exactly)).

the following features have been re-implemented in basedpyright's language server, meaning they are no longer exclusive to vscode. you can use any editor that supports the [language server protocol](https://microsoft.github.io/language-server-protocol/). for more information on installing pyright in your editor of choice, see [the installation instructions](https://detachhead.github.io/basedpyright/#/installation).
the following features have been re-implemented in basedpyright's language server, meaning they are no longer exclusive to vscode. you can use any editor that supports the [language server protocol](https://microsoft.github.io/language-server-protocol/). for more information on installing pyright in your editor of choice, see [the installation instructions](../installation/ides.md).

## import suggestion code actions

Expand Down
4 changes: 2 additions & 2 deletions packages/pyright/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

basedpyright is a pyright fork with various type checking improvements, improved vscode support and pylance features built into the language server.

**[full documentation](https://detachhead.github.io/basedpyright/)**
**[full documentation](https://docs.basedpyright.com)**

## ⚠ warning

this npm package is only really intended for internal use. the recommended way to install basedpyright is [from pypi](https://pypi.org/project/basedpyright/). see [the docs for more information](https://detachhead.github.io/basedpyright/#/?id=published-as-a-pypi-package-no-nodejs-required).
this npm package is only really intended for internal use. the recommended way to install basedpyright is [from pypi](https://pypi.org/project/basedpyright/). see [the docs for more information](https://docs.basedpyright.com/latest/benefits-over-pyright/pypi-package-vscode-pinning/).

if you have a use case for the npm package, feel free to [raise an issue](https://github.com/DetachHead/basedpyright/issues).

0 comments on commit f67d4ed

Please sign in to comment.