From 937ff5a3782eddfc58582f8c342723d3e0957bd9 Mon Sep 17 00:00:00 2001 From: Simon Laux Date: Sat, 1 Jan 2022 12:25:01 +0100 Subject: [PATCH] add more links to the language bindings in readme (#2895) Co-authored-by: bjoern --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index a8684c983..ecbdb1d95 100644 --- a/README.md +++ b/README.md @@ -125,11 +125,11 @@ $ cargo test -- --ignored Language bindings are available for: -- [C](https://c.delta.chat) -- [Node.js](https://www.npmjs.com/package/deltachat-node) -- [Python](https://py.delta.chat) -- [Go](https://github.com/deltachat/go-deltachat/) -- [Free Pascal](https://github.com/deltachat/deltachat-fp/) +- **C** \[[📂 source](./deltachat-ffi) | [📚 docs](https://c.delta.chat)\] +- **Node.js** \[[📂 source](https://github.com/deltachat/deltachat-node) | [📦 npm](https://www.npmjs.com/package/deltachat-node) | [📚 docs](https://js.delta.chat)\] +- **Python** \[[📂 source](./python) | [📦 pypi](https://pypi.org/project/deltachat) | [📚 docs](https://py.delta.chat)\] +- **Go** \[[📂 source](https://github.com/deltachat/go-deltachat/)\] +- **Free Pascal** \[[📂 source](https://github.com/deltachat/deltachat-fp/)\] - **Java** and **Swift** (contained in the Android/iOS repos) The following "frontend" projects make use of the Rust-library