You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/how-to/getting_started_net_box.rst
+9-9
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ You can find the full example on GitHub: `sample_db <https://github.com/tarantoo
40
40
Making net.box requests interactively
41
41
-------------------------------------
42
42
43
-
To try out ``net.box`` requests in the interactive console, you need to start the :ref:`sample_db <getting_started_net_box_sample_db>` application using ``tt start``:
43
+
To try out ``net.box`` requests in the interactive console, start the :ref:`sample_db <getting_started_net_box_sample_db>` application using ``tt start``:
44
44
45
45
.. code-block:: console
46
46
@@ -72,15 +72,15 @@ To load the ``net.box`` module, use the ``require()`` directive:
72
72
:end-before: net_box.connect
73
73
:dedent:
74
74
75
-
To create a connection, pass a database URI to the ``connect()`` method:
75
+
To create a connection, pass a database URI to the :ref:`connect()<net_box-connect>` method:
0 commit comments