From 7cbbb72157b25f6cfbebd31f30d790ac645fc8cd Mon Sep 17 00:00:00 2001 From: soj0018 <radim.sojka@vsb.cz> Date: Mon, 11 Sep 2017 10:21:24 +0200 Subject: [PATCH] Fix URL issue --- docs.it4i/salomon/software/numerical-libraries/Clp.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs.it4i/salomon/software/numerical-libraries/Clp.md b/docs.it4i/salomon/software/numerical-libraries/Clp.md index d99a250fd..b69fe4ffc 100644 --- a/docs.it4i/salomon/software/numerical-libraries/Clp.md +++ b/docs.it4i/salomon/software/numerical-libraries/Clp.md @@ -5,7 +5,7 @@ Clp (Coin-or linear programming) is an open-source linear programming solver written in C++. It is primarily meant to be used as a callable library, but a basic, stand-alone executable version is also available. -Clp (https://projects.coin-or.org/Clp) is a part of the COIN-OR (The Computational Infrastracture for Operations Research) project (https://www.coin-or.org/). +Clp ([projects.coin-or.org/Clp](https://projects.coin-or.org/Clp)) is a part of the COIN-OR (The Computational Infrastracture for Operations Research) project ([projects.coin-or.org/](https://projects.coin-or.org/)). ## Modules -- GitLab