Commit e2571ab 1 parent 2d830a3 commit e2571ab Copy full SHA for e2571ab
File tree 1 file changed +2
-2
lines changed
presto-docs/src/main/sphinx/develop
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -38,8 +38,8 @@ Please follow these rules for composing UI components:
38
38
- Define components as JavaScript functions instead of classes: Some old components are written in classes and
39
39
must be refactored into functions. For new components, please use function components. Check
40
40
`Defining a component <https://react.dev/learn/your-first-component#defining-a-component >`_ for detailed information.
41
- - Bootstrap: the current code base is using Bootstrap v3 .3.5 . You can find the CSS and components it provides
42
- in the `Bootstrap Getting Started <https://bootstrapdocs .com/v3.3.5/docs /getting-started/ >`_.
41
+ - Bootstrap: the current code base is using Bootstrap v5 .3.3 . You can find the CSS and components it provides
42
+ in the `Bootstrap Getting Started <https://getbootstrap .com/docs/5.3 /getting-started/ >`_.
43
43
- Use `flow <https://flow.org/ >`_ as the static type checker: Add ``//@flow `` at the beginning of the ``.jsx `` file
44
44
to enable the type checker and use ``yarn run flow `` to run the flow checker.
45
45
You can’t perform that action at this time.
0 commit comments