From b1e526b0623b62e1c8e439111d4a10e1d0966e23 Mon Sep 17 00:00:00 2001 From: Thom Carlin Date: Thu, 1 Feb 2024 19:05:56 -0500 Subject: [PATCH] Third set of suggestions today from doc specialist --- .../source/getting_started_guide/creating_a_basic_network.rst | 4 ++-- docs/source/user_guide/interacting_with_nodes.rst | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/getting_started_guide/creating_a_basic_network.rst b/docs/source/getting_started_guide/creating_a_basic_network.rst index 691068331..6740c6db2 100644 --- a/docs/source/getting_started_guide/creating_a_basic_network.rst +++ b/docs/source/getting_started_guide/creating_a_basic_network.rst @@ -95,5 +95,5 @@ Receptor configurations .. seealso:: - :ref: `configuring_receptor_with_a_config_file` - :ref: `connecting_nodes` + :ref:`configuring_receptor_with_a_config_file` + :ref:`connecting_nodes` diff --git a/docs/source/user_guide/interacting_with_nodes.rst b/docs/source/user_guide/interacting_with_nodes.rst index f10b7e022..be3c2e238 100644 --- a/docs/source/user_guide/interacting_with_nodes.rst +++ b/docs/source/user_guide/interacting_with_nodes.rst @@ -110,7 +110,7 @@ Once connected to a control service, one can issue commands like "status" or "wo Keep in mind that a "work submit" command will require a payload. Type out the payload contents and press ctrl-D to send the EOF signal. The socket will then close and work will begin. See :ref:`workceptor` for more on submitting work via receptor. -:: _control_service_commands: +.. _control_service_commands: Control service commands --------------------------