Merge pull request #1291 from Infisical/daniel/fix-sdk-contribution-image

(Fix): Image in SDK contribution guide not loading
This commit is contained in:
Maidul Islam
2024-01-08 14:56:27 -05:00
committed by GitHub

View File

@@ -76,7 +76,7 @@ If the command handler fails to validate the input, an error will be returned to
<Frame caption="Execution flow diagram for the SDK from the target language to the base SDK. The execution flow is the same for all target languages.">
<img height="640" width="520" src="images/sdk-flow.png" />
<img height="640" width="520" src="/images/sdk-flow.png" />
</Frame>