Skip to content

Commit

Permalink
Doc: Update services.rst to reflect the name of the sample names
Browse files Browse the repository at this point in the history
  • Loading branch information
MathieuROCANCOURT authored Jun 2, 2023
1 parent 973ce3a commit 4d3559c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/rst/getting_started/services.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ Let's start a sample that creates and calls a service!

* |fa-ubuntu| On Ubuntu start:

* :file:`ecal_sample_service_server_c`
* and :file:`ecal_sample_service_client_c`
* :file:`ecal_sample_minimal_server_c`
* and :file:`ecal_sample_minimal_client_c`

.. image:: img/samples_service.png
:alt: eCAL Service communication
Expand Down Expand Up @@ -79,7 +79,7 @@ After the setup, please verify that all of your machines can ping each other.
Service Sample over network
===========================

Now start one :file:`ecal_sample_service_server_c` and one :file:`ecal_sample_service_client_c`, just as above.
Now start one :file:`ecal_sample_minimal_server_c` and one :file:`ecal_sample_minimal_client_c`, just as above.
But on different machines!
If you configured everything correctly, the client will now call the service on a different machine.

Expand Down

0 comments on commit 4d3559c

Please sign in to comment.