Skip to content

Commit 656263f

Browse files
committed
add some clarity... some commands access registry indirectly
1 parent 12b68be commit 656263f

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/doc/src/reference/source-replacement.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,13 @@ dependencies], and private registry support is described in [the Registries
2727
chapter][registries].
2828

2929
When using source replacement, running commands that need to
30-
contact the registry requires passing the `--registry` option. This helps avoid
30+
contact the registry directly[^1] requires passing the `--registry` option. This helps avoid
3131
any ambiguity about which registry to contact, and will use the authentication
3232
token for the specified registry.
3333

34+
[^1]: Examples of such commands are in [Publishing Commands].
35+
36+
[Publishing Commands]: ../commands/publishing-commands.md
3437
[overriding dependencies]: overriding-dependencies.md
3538
[registries]: registries.md
3639

0 commit comments

Comments
 (0)