From 07283abe026b0c264429547f3018cc6bd8614991 Mon Sep 17 00:00:00 2001 From: PiotrBzdrega <45517077+PiotrBzdrega@users.noreply.github.com> Date: Tue, 14 Jan 2025 17:07:07 +0100 Subject: [PATCH] not valid link for SwitchConfiguration Signed-off-by: PiotrBzdrega <45517077+PiotrBzdrega@users.noreply.github.com> --- protocols/oslp/oslp-v0.6.1/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/protocols/oslp/oslp-v0.6.1/README.md b/protocols/oslp/oslp-v0.6.1/README.md index f631781..a5e640c 100644 --- a/protocols/oslp/oslp-v0.6.1/README.md +++ b/protocols/oslp/oslp-v0.6.1/README.md @@ -50,6 +50,6 @@ These messages below are part of OSLP v0.6.1. Note that OSLP v0.6.1 is backwards * [**SetDeviceVerificationKeyResponse**](setdeviceverificationkey.md) \(from platform to device\) is a response which returns the result of the SetDeviceVerificationKeyRequest. * [**SwitchFirmwareRequest**](switchfirmware.md) \(from platform to device\) is a request which commands the device to switch to the other firmware bank. * [**SwitchFirmwareResponse**](switchfirmware.md) \(from platform to device\) is a response which returns the result of the SwitchFirmwareRequest. -* [**SwitchConfigurationRequest**](https://github.com/OSGP/Documentation/tree/805a7da4c3cbf27ddb6aed765ebc7a7eab320933/Protocols/OSLP/v0.6.1/SwitchConfigurationRequest.md) \(from platform to device\) is a request which commands the device to switch to the other configuration bank. -* [**SwitchConfigurationResponse**](https://github.com/OSGP/Documentation/tree/805a7da4c3cbf27ddb6aed765ebc7a7eab320933/Protocols/OSLP/v0.6.1/SwitchConfigurationResponse.md) \(from platform to device\) is a response which returns the result of the SwitchConfigurationRequest. +* [**SwitchConfigurationRequest**](switchconfiguration.md) \(from platform to device\) is a request which commands the device to switch to the other configuration bank. +* [**SwitchConfigurationResponse**](switchconfiguration.md) \(from platform to device\) is a response which returns the result of the SwitchConfigurationRequest.