Skip to content

Commit e2571ab

Browse files
sh-shamsanyingsu00
authored andcommitted
Update presto console docs
1 parent 2d830a3 commit e2571ab

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

presto-docs/src/main/sphinx/develop/presto-console.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ Please follow these rules for composing UI components:
3838
- Define components as JavaScript functions instead of classes: Some old components are written in classes and
3939
must be refactored into functions. For new components, please use function components. Check
4040
`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/>`_.
4343
- Use `flow <https://flow.org/>`_ as the static type checker: Add ``//@flow`` at the beginning of the ``.jsx`` file
4444
to enable the type checker and use ``yarn run flow`` to run the flow checker.
4545

0 commit comments

Comments
 (0)