Skip to content

Commit

Permalink
docs: Correct the link for changing robot gantry speed (#2711)
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle authored Nov 26, 2018
1 parent cd875e2 commit 92f7f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/docs/source/robot.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ The speed of the robot's motors can be set using ``robot.head_speed()``. The uni

The ``combined_speed`` parameter sets the speed across all axes to either the specified value or the axis max, whichever is lower. Defaults are specified by ``DEFAULT_MAX_SPEEDS`` in `robot_configs.py`__.

__ https://github.com/Opentrons/opentrons/blob/edge/api/opentrons/robot/robot_configs.py
__ https://github.com/Opentrons/opentrons/blob/edge/api/src/opentrons/config/robot_configs.py

.. code-block:: python
Expand Down

0 comments on commit 92f7f50

Please sign in to comment.