From 8472ed6d0439c2905dc82464a50b583dc187020c Mon Sep 17 00:00:00 2001 From: "Masson, Lola" Date: Tue, 18 Jul 2023 15:01:44 -0400 Subject: [PATCH] Fix broken links --- doc/services.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/services.md b/doc/services.md index bf10048..9cfb955 100644 --- a/doc/services.md +++ b/doc/services.md @@ -2,10 +2,10 @@ # Advertised Services | Name | Service Definition | Description | | ------- | ------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------- | -| Dump | ifm3d/Dump | Dumps the state of the camera parameters to JSON | -| Config | ifm3d/Config | Provides a means to configure the camera and imager settings, declaratively from a JSON encoding of the desired settings. | -| Softon | ifm3d/Softon | Provides a means to quickly change the camera state from IDLE to RUN. | -| Softoff | ifm3d/Softoff | Provides a means to quickly change the camera state from RUN to IDLE. | +| Dump | [ifm3d/Dump](../srv/Dump.srv) | Dumps the state of the camera parameters to JSON | +| Config | [ifm3d/Config](../srv/Config.srv) | Provides a means to configure the camera and imager settings, declaratively from a JSON encoding of the desired settings. | +| Softon | [ifm3d/Softon](../srv/Softon.srv) | Provides a means to quickly change the camera state from IDLE to RUN. | +| Softoff | [ifm3d/Softoff](../srv/Softoff.srv) | Provides a means to quickly change the camera state from RUN to IDLE. | ## Dump and Config