From 1f3d76cee470b0ef08bcd40453e2336c6221be44 Mon Sep 17 00:00:00 2001 From: eldar-jetbrains Date: Tue, 4 Feb 2025 10:56:59 +0100 Subject: [PATCH] UX-2323: Link Guideline, img tags are fixed --- topics/ui/controls/link.md | 40 +++++++++++++++++++------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/topics/ui/controls/link.md b/topics/ui/controls/link.md index 1cb038277..81c805555 100644 --- a/topics/ui/controls/link.md +++ b/topics/ui/controls/link.md @@ -22,11 +22,11 @@ Use a regular link for navigation between pages of the same window. Correct - A vertical list of three options: 'Non-Project Files', 'Problems', and 'Production', followed by a 'Manage scopes…' link below. + A vertical list of three options: 'Non-Project Files', 'Problems', and 'Production', followed by a 'Manage scopes…' link below. Incorrect - A vertical list of three options: 'Non-Project Files', 'Problems', and 'Production', followed 'Manage scopes' button below. + A vertical list of three options: 'Non-Project Files', 'Problems', and 'Production', followed 'Manage scopes' button below. @@ -74,11 +74,11 @@ Use a [button](button.topic) or a [drop down list](drop_down.md) for primary act Correct - The Commit Message input with primary and secondary actions as buttons. + The Commit Message input with primary and secondary actions as buttons. Incorrect - The Commit Message input with primary and secondary actions as links. + The Commit Message input with primary and secondary actions as links. @@ -92,13 +92,13 @@ These controls can be selected from the keyboard and are bigger and easier to cl Correct - A stack of controls with a button 'Edit' following one of the controls. + A stack of controls with a button 'Edit' following one of the controls. Incorrect - A stack of controls with a link 'Edit' following one of the controls. + A stack of controls with a link 'Edit' following one of the controls. @@ -115,11 +115,11 @@ Follow the [sentence capilaziation](capitalization.md#sentence) guideline. Correct - A 'Modify options' drod-down with the sentence style capitalization. + A 'Modify options' drod-down with the sentence style capitalization. Incorrect - A 'Modify Options' drod-down with the title style capitalization. + A 'Modify Options' drod-down with the title style capitalization. @@ -132,11 +132,11 @@ Add an ellipsis to a button-link if it opens another UI area where input is poss Correct - A vertical list of three options: 'Non-Project Files', 'Problems', and 'Production', followed by a 'Manage scopes…' link below. The link has an ellipsis in the end. + A vertical list of three options: 'Non-Project Files', 'Problems', and 'Production', followed by a 'Manage scopes…' link below. The link has an ellipsis in the end. Incorrect - Vertical list of three options: 'Non-Project Files', 'Problems', and 'Production', followed by a 'Manage scopes' link below. The link doesn't have an ellipsis in the end. + Vertical list of three options: 'Non-Project Files', 'Problems', and 'Production', followed by a 'Manage scopes' link below. The link doesn't have an ellipsis in the end. @@ -149,11 +149,11 @@ Do not use words like "navigate" or "click here". A link already implies navigat Correct - Link 'Proxy settings…'. + Link 'Proxy settings…'. Incorrect - Link 'Navigate to general proxy settings'. + Link 'Navigate to general proxy settings'. @@ -162,11 +162,11 @@ Do not use words like "navigate" or "click here". A link already implies navigat Correct - Link 'Download drivers…'. + Link 'Download drivers…'. Incorrect - Text reading 'Click here to download drivers' where 'here' is a link. + Text reading 'Click here to download drivers' where 'here' is a link. @@ -179,11 +179,11 @@ When possible, replace "Learn more" and other generic phrases with more informat Correct - Link 'How to use Closure Linter'. + Link 'How to use Closure Linter'. Incorrect - Link 'Learn more'. + Link 'Learn more'. @@ -200,11 +200,11 @@ Make a link the minimum phrase that is enough to understand what will happen wit Correct - Text reading 'Learn more about what is logged' where 'what is logged' is a link. + Text reading 'Learn more about what is logged' where 'what is logged' is a link. Incorrect - Link 'Learn more about what is logged'. + Link 'Learn more about what is logged'. @@ -246,11 +246,11 @@ Use the help icon in links in [empty states](empty_state.md) to indicate that th Correct - Empty state in the Database tool window with an explanation text and a help source link 'Defining a database' with the help icon. + Empty state in the Database tool window with an explanation text and a help source link 'Defining a database' with the help icon. Incorrect - Empty state in the Database tool window with an explanation text and an external link 'Defining a database' with the external link icon. + Empty state in the Database tool window with an explanation text and an external link 'Defining a database' with the external link icon.