Skip to content

Commit

Permalink
Fix plantUML links (#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-goral authored Jun 1, 2021
1 parent 958fec8 commit 33d8220
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions corellium/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ The Flank test runner driven on Corellium backend.

### Modules

![flank-corellium-modules](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/1951_Improve_Flank-Corellium_documentation/docs/corellium/modules.puml)
![flank-corellium-modules](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/master/docs/corellium/modules.puml)

### Android test run

![corellium-run-test-android](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/1951_Improve_Flank-Corellium_documentation/docs/corellium/run-test-android.puml)
![corellium-run-test-android](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/master/docs/corellium/run-test-android.puml)
2 changes: 1 addition & 1 deletion corellium/client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Be aware, this library is designed for the Flank-Corellium integration, so the f

Access to the Corellium API is provided through the connection contexts, that are represented by structures. Connection contexts along with API functions are creating hierarchical relations visible on following diagram:

![corellium-client](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/1951_Improve_Flank-Corellium_documentation/docs/corellium/client-api-class.puml)
![corellium-client](http://www.plantuml.com/plantuml/proxy?cache=no&fmt=svg&src=https://raw.githubusercontent.com/Flank/flank/master/docs/corellium/client-api-class.puml)

### Corellium

Expand Down

0 comments on commit 33d8220

Please sign in to comment.