diff options
author | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-25 19:11:20 +0200 |
---|---|---|
committer | Quentin Dufour <quentin@deuxfleurs.fr> | 2023-07-25 19:11:20 +0200 |
commit | 2273585a82db0e5adf5975959ebf1c3888aa94fd (patch) | |
tree | a1c1d1ba33844c68da3852730ed80329675a5896 | |
parent | ec061022e0b4bce8d5993d35a9c4ed494c44ecdd (diff) | |
download | aerogramme-2273585a82db0e5adf5975959ebf1c3888aa94fd.tar.gz aerogramme-2273585a82db0e5adf5975959ebf1c3888aa94fd.zip |
fix readme
-rw-r--r-- | README.md | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -8,9 +8,13 @@ A resilient & standards-compliant open-source IMAP server with built-in encrypti ## Quickly jump to our website! -[![Download](https://aerogramme.deuxfleurs.fr/images/download.png)](https://aerogramme.deuxfleurs.fr/download/) [![Getting Started](https://aerogramme.deuxfleurs.fr/images/getting-started.png)}(https://aerogramme.deuxfleurs.fr/documentation/quick-start/) +<a href="https://aerogramme.deuxfleurs.fr/download/"><img height="100" src="https://aerogramme.deuxfleurs.fr/images/download.png" alt="Download"/></a> +<a href="https://aerogramme.deuxfleurs.fr/documentation/quick-start/"><img height="100" src="https://aerogramme.deuxfleurs.fr/images/getting-started.png" alt="Getting Start"/></a> -[RFC Coverage](https://aerogramme.deuxfleurs.fr/documentation/reference/rfc/) - [Design overview](https://aerogramme.deuxfleurs.fr/documentation/design/overview/) - [Mailbox Datastructure](https://aerogramme.deuxfleurs.fr/documentation/design/mailbox/) - [Mailbox Mutation Log](https://aerogramme.deuxfleurs.fr/documentation/design/log/). +[RFC Coverage](https://aerogramme.deuxfleurs.fr/documentation/reference/rfc/) - +[Design overview](https://aerogramme.deuxfleurs.fr/documentation/design/overview/) - +[Mailbox Datastructure](https://aerogramme.deuxfleurs.fr/documentation/design/mailbox/) - +[Mailbox Mutation Log](https://aerogramme.deuxfleurs.fr/documentation/design/log/). ## Roadmap |