Skip to content

Commit

Permalink
Update links to behavior quirks guide (#1178)
Browse files Browse the repository at this point in the history
Closes #1176.
  • Loading branch information
charliermarsh committed Jun 28, 2024
1 parent 288bf4e commit 98d7abb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/guide/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ due to limitations in `libedit`. In some cases though you might also discover t
the backspace key does not work or arrow keys don't work as expected. This can be
because the _terminfo_ database cannot be found.

For solutions to this issue, read the [behavior quirks guide](https://python-build-standalone.readthedocs.io/en/latest/quirks.html) in the
For solutions to this issue, read the [behavior quirks guide](https://gregoryszorc.com/docs/python-build-standalone/main/quirks.html) in the
Standalone Python Builds documentation for solutions.

## Can I use Rye Alongside Other Python Installations?
Expand Down
4 changes: 2 additions & 2 deletions docs/guide/toolchains/cpython.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ The following changes to a regular Python versions you should be aware of:

Additionally due to how these builds are created, there are some other quirks
you might run into related to terminal support or TKinter. Some of these
issues are collected in the [FAQ](../faq.md). Additionally the Python
Standalone Builds have a [Behavior Quirks](https://python-build-standalone.readthedocs.io/en/latest/quirks.html)
issues are collected in the [FAQ](../faq.md). Additionally, the Python
Standalone Builds have a [Behavior Quirks](https://gregoryszorc.com/docs/python-build-standalone/main/quirks.html)
page.

## Sources
Expand Down

0 comments on commit 98d7abb

Please sign in to comment.