From 6e8e352e81195edbc6466c20b929be629c7d2f6f Mon Sep 17 00:00:00 2001 From: wn96 Date: Sun, 11 Nov 2018 01:21:23 +0800 Subject: [PATCH] Hot fix for image name --- docs/DeveloperGuide.adoc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/DeveloperGuide.adoc b/docs/DeveloperGuide.adoc index 3ef4d1b5d921..92d6cd0506eb 100644 --- a/docs/DeveloperGuide.adoc +++ b/docs/DeveloperGuide.adoc @@ -440,11 +440,11 @@ Step 5. Password in `UserPref` is saved to the encrypted value of the new passwo The following sequence diagram shows how the `setpass` operation works: -image::setPasswordLogic.png[width="800"] +image::SetPasswordLogic.png[width="800"] The following activity diagram summarizes what happens when a user executes `setpass`: -image::setpassActivityDiagram.png[width="650"] +image::SetPassActivityDiagram.png[width="650"] Step 6. The user executes a critical command `delete i/1 x/a12345`. @@ -457,11 +457,11 @@ If current password input is wrong, or if the index provided is invalid, deletio The following sequence diagram shows how the new `delete` operation works: -image::deleteLoanWithPass.png[width="800"] +image::DeleteLoanWithPass.png[width="800"] The following activity diagram summarizes what happens when a user executes `delete`: -image::deleteActivityDiagram.png[width="650"] +image::DeleteActivityDiagram.png[width="650"] ==== Design Considerations