Skip to content

Commit f85966d

Browse files
authored
rpk: fix link (#1335)
1 parent 5aac622 commit f85966d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/get-started/pages/config-rpk-profile.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ An rpk profile contains a reusable configuration for a Redpanda cluster. When ru
1919

2020
You can create different profiles for different Redpanda clusters. For example, your local cluster, development cluster, and production cluster can each have their own profile, with all of their information managed locally by rpk. You set a unique name for each profile.
2121

22-
A profile saves rpk-specific command properties. For details, see xref:get-started:intro-to-rpk.adoc#specify-command-properties[Specify command properties].
22+
A profile saves rpk-specific command properties. For details, see xref:get-started:intro-to-rpk.adoc#specify-configuration-properties[Specify command properties].
2323

2424
All `rpk` commands can read configuration values from a profile. You pass a profile to an `rpk` command by setting the `--profile` flag. For example, the command `rpk topic produce dev-topic --profile dev` gets its configuration from the profile named `dev`.
2525

0 commit comments

Comments
 (0)