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 a76076b  OPENMEETINGS-2661 Fix link and typo
a76076b is described below

commit a76076b9a1428a719b9a35d68004e3d2cad45fb1
Author: Sebastian Wagner <sebawag...@apache.org>
AuthorDate: Sun Sep 12 11:38:16 2021 +1200

    OPENMEETINGS-2661 Fix link and typo
---
 RestAPISample.html | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/RestAPISample.html b/RestAPISample.html
index 3f472e8..b5bebf3 100644
--- a/RestAPISample.html
+++ b/RestAPISample.html
@@ -291,9 +291,13 @@ const loginUrl = 
`${BASE_URL}/hash?secure=${hashResult.message}`
   <li>TypeScript example using simplistic Express website <a 
class="externalLink" 
href="https://github.com/om-hosting/openmeetings-node-sample-project"; 
target="_BLANK">Github openmeetings-node-sample-project</a></li> 
  </ol> 
  <p>More in depth examples and use cases can be found at the module page <a 
class="externalLink" 
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 class="externalLink" 
href="https://om-hosting.com/openmeetings-integration-nodejs/"; 
target="_BLANK">https://om-hosting.com/openmeetings-integration-nodejs/</a> 
+ </div> 
 </section> 
 <section> 
- <h2 id="how-to-get-room-hash-via-rest-vis-jquery">How to get room hash via 
REST vis jQuery</h2> 
+ <h2 id="how-to-get-room-hash-via-rest-via-jquery">How to get room hash via 
REST via jQuery</h2> 
  <ul> 
   <li> First of all you need to perform login and get authorized SID to 
perform authorized operations 
    <table border="0" class="bodyTable table table-striped table-hover"> 
@@ -399,7 +403,7 @@ const loginUrl = 
`${BASE_URL}/hash?secure=${hashResult.message}`
         <a class="nav-link" href="#how-to-integrate-using-nodejs" title="How 
to integrate using Node.js">How to integrate using Node.js</a>
     </li>
         <li class="h2">
-        <a class="nav-link" href="#how-to-get-room-hash-via-rest-vis-jquery" 
title="How to get room hash via REST vis jQuery">How to get room hash via REST 
vis jQuery</a>
+        <a class="nav-link" href="#how-to-get-room-hash-via-rest-via-jquery" 
title="How to get room hash via REST via jQuery">How to get room hash via REST 
via jQuery</a>
     </li>
                     </ul>
                 </nav>

Reply via email to