Skip to content

Commit bb7fe18

Browse files
committed
fix couple more xrefs
1 parent e12bce3 commit bb7fe18

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ END_UNRELEASED_TEMPLATE
190190
packages through SimpleAPI unless they are pulled through direct URL
191191
references. Fixes [#2023](https://github.com/bazel-contrib/rules_python/issues/2023).
192192
In case you see issues with `rules_python` being too eager to fetch the SimpleAPI
193-
metadata, you can use the newly added {attr}`pip.parse.skip_sources`
193+
metadata, you can use the newly added {attr}`pip.parse.simpleapi_skip`
194194
to skip metadata fetching for those packages.
195195
* (uv) A {obj}`lock` rule that is the replacement for the
196196
{obj}`compile_pip_requirements`. This may still have rough corners
@@ -251,7 +251,7 @@ END_UNRELEASED_TEMPLATE
251251

252252
{#v1-3-0-added}
253253
### Added
254-
* (python) {attr}`python.defaults` has been added to allow users to
254+
* (python) {obj}`python.defaults` has been added to allow users to
255255
set the default python version in the root module by reading the
256256
default version number from a file or an environment variable.
257257
* {obj}`//python/bin:python`: convenience target for directly running an

0 commit comments

Comments
 (0)