Skip to content

Commit cf7a099

Browse files
committed
squahsed: PatternFly missing url issue
fixed old version urls for PatternFly fixed old version urls for PatternFly
1 parent e3aa332 commit cf7a099

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web_console/dynamic-plugin/overview-dynamic-plugin.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ conster Header: React.FC = () => {
4141
* Avoid selectors that could affect markup outside of your plugins components, such as element selectors. These are not APIs and are subject to change. Using them might break your plugin. Avoid selectors like element selectors that could affect markup outside of your plugins components.
4242

4343
[discrete]
44-
== PatternFly 4 guidelines
44+
== PatternFly guidelines
4545
When creating your plugin, follow these guidelines for using PatternFly:
4646

47-
* Use link:https://www.patternfly.org/v4/[PatternFly4] components and PatternFly CSS variables. Core PatternFly components are available through the SDK. Using PatternFly components and variables help your plugin look consistent in future console versions.
48-
* Make your plugin accessible by following link:https://www.patternfly.org/v4/accessibility/accessibility-fundamentals/[PatternFly's accessibility fundamentals].
47+
* Use link:https://www.patternfly.org/components/all-components/[PatternFly] components and PatternFly CSS variables. Core PatternFly components are available through the SDK. Using PatternFly components and variables help your plugin look consistent in future console versions.
48+
* Make your plugin accessible by following link:https://www.patternfly.org/accessibility/accessibility-fundamentals/[PatternFly's accessibility fundamentals].
4949
* Avoid using other CSS libraries such as Bootstrap or Tailwind. They can conflict with PatternFly and will not match the console look and feel.

0 commit comments

Comments
 (0)