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

sebawagner pushed a commit to branch feature/OPENMEETINGS-2661-fix-typo-and-link
in repository https://gitbox.apache.org/repos/asf/openmeetings.git

commit 97d173040fa11791faf10b4d129dd075cd77729a
Author: Sebastian Wagner <seba.wag...@gmail.com>
AuthorDate: Sun Sep 12 11:37:41 2021 +1200

    OPENMEETINGS-2661 Fix link and typo.
---
 openmeetings-server/src/site/xdoc/RestAPISample.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/openmeetings-server/src/site/xdoc/RestAPISample.xml 
b/openmeetings-server/src/site/xdoc/RestAPISample.xml
index 4148841..2c735d3 100644
--- a/openmeetings-server/src/site/xdoc/RestAPISample.xml
+++ b/openmeetings-server/src/site/xdoc/RestAPISample.xml
@@ -87,8 +87,11 @@ const loginUrl = 
`${BASE_URL}/hash?secure=${hashResult.message}`
                        </ol>
                </p>
                <p>More in depth examples and use cases can be found at the 
module page <a href="https://www.npmjs.com/package/openmeetings-node-client"; 
target="_blank">https://www.npmjs.com/package/openmeetings-node-client</a></p>
+               <div class="bd-callout bd-callout-info">
+                       A sample Node.js sample use case for a website using 
Express.js can be found here: <a 
href="https://om-hosting.com/openmeetings-integration-nodejs/"; 
target="_BLANK">https://om-hosting.com/openmeetings-integration-nodejs/</a>
+               </div>
                </section>
-               <section name="How to get room hash via REST vis jQuery">
+               <section name="How to get room hash via REST via jQuery">
                        <ul>
                                <li>
                                        First of all you need to perform login 
and get authorized SID to perform authorized operations

Reply via email to