From 8958deff48109a47ae69e60448e6dab2e04daea2 Mon Sep 17 00:00:00 2001 From: kud1ing Date: Sun, 2 Nov 2014 19:36:41 +0100 Subject: [PATCH] add openssl link --- README.md | 2 +- generate_markdown_files.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b961437..bbee7fe 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Only projects that are stable and useful to users are added. Projects that do no * [dnaq/sodiumoxide](https://github.com/dnaq/sodiumoxide) — [libsodium](https://github.com/jedisct1/libsodium) bindings * [klutzy/suruga](https://github.com/klutzy/suruga) — a Rust implementation of [TLS 1.2](http://tools.ietf.org/html/rfc5246) * [seb-m/common.rs](https://github.com/klutzy/suruga) — Common Rust crypto utilities -* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — OpenSSL bindings [](https://travis-ci.org/sfackler/rust-openssl) +* [sfackler/rust-openssl](https://github.com/sfackler/rust-openssl) — [OpenSSL](https://www.openssl.org/) bindings [](https://travis-ci.org/sfackler/rust-openssl) ### Database diff --git a/generate_markdown_files.py b/generate_markdown_files.py index f43a3c6..6e00aa3 100644 --- a/generate_markdown_files.py +++ b/generate_markdown_files.py @@ -141,7 +141,7 @@ DATA = \ }, "sfackler/rust-openssl": { "url": "https://github.com/sfackler/rust-openssl", - "descr": "OpenSSL bindings", + "descr": md_link('OpenSSL', 'https://www.openssl.org/') + " bindings", "travis_url": "https://travis-ci.org/sfackler/rust-openssl", "travis_badge": "https://travis-ci.org/sfackler/rust-openssl.svg?branch=master" },