You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openmeetings.apache.org by se...@apache.org on 2021/09/26 02:02:17 UTC

[openmeetings-site] branch master updated: OPENMEETINGS-2674 Fix typo in news section.

This is an automated email from the ASF dual-hosted git repository.

sebawagner pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openmeetings-site.git


The following commit(s) were added to refs/heads/master by this push:
     new f28a505  OPENMEETINGS-2674 Fix typo in news section.
f28a505 is described below

commit f28a5052aec713f0bc710217c1d9787dfa88a601
Author: Sebastian Wagner <se...@apache.org>
AuthorDate: Sun Sep 26 15:02:06 2021 +1300

    OPENMEETINGS-2674 Fix typo in news section.
---
 index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/index.html b/index.html
index afef67f..0805ada 100644
--- a/index.html
+++ b/index.html
@@ -309,7 +309,7 @@
    <br> 
    <br> More information: 
    <ul> 
-    <li>NPM module <a class="externalLink" href="https://github.com/om-hosting/openmeetings-php-client" target="_blank">OpenMeetings PHP Client</a></li> 
+    <li><a class="externalLink" href="https://github.com/om-hosting/openmeetings-php-client" target="_blank">OpenMeetings PHP Client</a></li> 
     <li>OpenMeetings <a href="RestAPISample.html#how-to-integrate-using-php-and-composer">PHP Rest API sample</a></li> 
    </ul> The PHP module makes use of the OpenMeetings Rest API which is now also available in OpenAPI 3.0 format: 
    <a class="externalLink" href="https://openmeetings.apache.org/swagger/" target="_blank">https://openmeetings.apache.org/swagger/</a>