Skip to content

Commit

Permalink
Merge pull request #470 from attilaolah/patch-2
Browse files Browse the repository at this point in the history
Fix a link in the documentation
  • Loading branch information
mergify[bot] authored Jan 15, 2024
2 parents 8b6468e + 7644828 commit e04e209
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2309,7 +2309,7 @@ picking the python packages you need from nixpkgs.

The format is generic to support the many ways to generate such packages
sets with nixpkgs. See our python [`tests`](/testing/toolchains/python) and
[examples](`/examples/toolchains/python`) to get started.
[`examples`](/examples/toolchains/python) to get started.

This rule is intended to mimic as closely as possible the [rules_python
API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules).
Expand Down
2 changes: 1 addition & 1 deletion toolchains/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -261,7 +261,7 @@ picking the python packages you need from nixpkgs.

The format is generic to support the many ways to generate such packages
sets with nixpkgs. See our python [`tests`](/testing/toolchains/python) and
[examples](`/examples/toolchains/python`) to get started.
[`examples`](/examples/toolchains/python) to get started.

This rule is intended to mimic as closely as possible the [rules_python
API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules).
Expand Down
2 changes: 1 addition & 1 deletion toolchains/python/python.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def nixpkgs_python_repository(
The format is generic to support the many ways to generate such packages
sets with nixpkgs. See our python [`tests`](/testing/toolchains/python) and
[examples](`/examples/toolchains/python`) to get started.
[`examples`](/examples/toolchains/python) to get started.
This rule is intended to mimic as closely as possible the [rules_python
API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules).
Expand Down

0 comments on commit e04e209

Please sign in to comment.