Skip to content

Commit e04e209

Browse files
authored
Merge pull request #470 from attilaolah/patch-2
Fix a link in the documentation
2 parents 8b6468e + 7644828 commit e04e209

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2309,7 +2309,7 @@ picking the python packages you need from nixpkgs.
23092309

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

23142314
This rule is intended to mimic as closely as possible the [rules_python
23152315
API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules).

toolchains/python/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ picking the python packages you need from nixpkgs.
261261

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

266266
This rule is intended to mimic as closely as possible the [rules_python
267267
API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules).

toolchains/python/python.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ def nixpkgs_python_repository(
275275
276276
The format is generic to support the many ways to generate such packages
277277
sets with nixpkgs. See our python [`tests`](/testing/toolchains/python) and
278-
[examples](`/examples/toolchains/python`) to get started.
278+
[`examples`](/examples/toolchains/python) to get started.
279279
280280
This rule is intended to mimic as closely as possible the [rules_python
281281
API](https://github.com/bazelbuild/rules_python#using-the-package-installation-rules).

0 commit comments

Comments
 (0)