From 8ee308df8f7229b6fa6135da906110ce3183b7f9 Mon Sep 17 00:00:00 2001 From: Dan Heath <76443935+Dan-Heath@users.noreply.github.com> Date: Tue, 30 Apr 2024 14:47:55 +0000 Subject: [PATCH] backport of commit 807eb5884945ad28eb35c650c9c4f8cb97de920d --- website/content/docs/release-notes/v0_16_0.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/content/docs/release-notes/v0_16_0.mdx b/website/content/docs/release-notes/v0_16_0.mdx index 8f97993af1..7d33dbed55 100644 --- a/website/content/docs/release-notes/v0_16_0.mdx +++ b/website/content/docs/release-notes/v0_16_0.mdx @@ -31,7 +31,7 @@ description: |- GA - A new resource was introduced in this release. Aliases let you associate a string with a Boundary target. Instead of entering the target's ID when you operate on it, you can enter the alias and Boundary automatically substitutes the target for the alias reference. + A new resource was introduced in this release. Aliases let you associate a string with a Boundary target. You can then establish a session to a target by referencing its alias, instead of having to provide a target ID or target name and scope ID.

Learn more: Aliases.