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:37 UTC

[openmeetings] 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.git


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

commit 28446cedb8cf2892b8db46720c8b441e15a5e6ce
Author: Sebastian Wagner <se...@gmail.com>
AuthorDate: Sun Sep 26 15:02:21 2021 +1300

    OPENMEETINGS-2674 Fix typo in news section.
---
 openmeetings-server/src/site/xdoc/index.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/openmeetings-server/src/site/xdoc/index.xml b/openmeetings-server/src/site/xdoc/index.xml
index 61ef6ea..74e152d 100644
--- a/openmeetings-server/src/site/xdoc/index.xml
+++ b/openmeetings-server/src/site/xdoc/index.xml
@@ -73,7 +73,7 @@
 				<div>You can now use a community contributed PHP composer module to make integration to OpenMeetings easier<br/><br/>
 					More information:
 					<ul>
-						<li>NPM module <a href="https://github.com/om-hosting/openmeetings-php-client" target="_blank">OpenMeetings PHP Client</a></li>
+						<li><a 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 href="https://openmeetings.apache.org/swagger/" target="_blank">https://openmeetings.apache.org/swagger/</a>