From 16c47eed2f4ccfe3d8b97e0cfa4ae9534e4eca85 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 6 Aug 2025 18:54:34 +0300 Subject: [PATCH] style-guide: adjust mandatory slash style (#17499) --- contributing-guides/style-guide.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contributing-guides/style-guide.md b/contributing-guides/style-guide.md index 39835d9b60..7112ab9df3 100644 --- a/contributing-guides/style-guide.md +++ b/contributing-guides/style-guide.md @@ -468,8 +468,8 @@ Keep the following guidelines in mind when choosing placeholders: except when the location is implicit. - When the path cannot be relative and has to start at the root of the filesystem, - prefix it with a slash, - such as `get {{/path/to/remote_file}}`. + prefix it with a slash outside the placeholder, + such as `get /{{path/to/remote_file}}`. - In case of a possible reference both to a file or a directory, use `{{path/to/file_or_directory}}`.