From d81f5ef0270e66e54ddda53d8834ae685fd6400a Mon Sep 17 00:00:00 2001
From: ovari123 <ovari123@zoho.com>
Date: Mon, 27 Jan 2025 18:58:54 -0400
Subject: [PATCH] jams/index.md: table
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

Update pure HTML tables to show links
[text](url) → <a href="url">text</a>

Change-Id: I2dd28f268d98c7cdccffa01ab7665f26def4b35c
---
 jams/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/jams/index.md b/jams/index.md
index 6ab824b..6435ab7 100644
--- a/jams/index.md
+++ b/jams/index.md
@@ -65,7 +65,7 @@ The source code is available at <https://git.jami.net/savoirfairelinux/jami-jams
 </tr>
 <tr>
 <td><strong>Database</strong></td>
-<td>LDAP-compatible directory (such as [OpenLDAP](https://www.openldap.org/)), Microsoft Active Directory (AD), or a local embedded database.</td>
+<td>LDAP-compatible directory (such as <a href="https://www.openldap.org/">OpenLDAP</a>), Microsoft Active Directory (AD), or a local embedded database.</td>
 </tr>
 </tbody>
 </table>
-- 
GitLab