Skip to content

Commit

Permalink
display static images (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
blankdots committed Nov 29, 2022
2 parents 418b79b + 060747b commit 8b76928
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/connection.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ files.verified | For files ready to request accessionID
Note that we do not need at the moment a queue to store the completed
message, nor the errors, as we forward them to Central EGA.

![RabbitMQ setup](/static/CEGA-LEGA.png)
![RabbitMQ setup](./static/CEGA-LEGA.png)

Connecting SDA to Central EGA
-----------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/encryption.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ can be a data encryption packet or an edit list packet.
All header packets are encrypted using an elliptic curve based key
algorithm (X25519 chacha20 ietf poly1305).

[![Crypt4GH Encryption](/static/crypt4gh_structure.png)](http://samtools.github.io/hts-specs/crypt4gh.pdf)
[![Crypt4GH Encryption](./static/crypt4gh_structure.png)](http://samtools.github.io/hts-specs/crypt4gh.pdf)

The advantages of the format are, among others:

Expand Down
2 changes: 1 addition & 1 deletion docs/submission.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Structure of the message and its contents are described in
### Ingestion Workflow

![Ingestion sequence diagram](/static/ingestion-sequence.svg)
![Ingestion sequence diagram](./static/ingestion-sequence.svg)

> NOTE:
> Ingestion Workflow Legend
Expand Down

0 comments on commit 8b76928

Please sign in to comment.