diff --git a/bigbluebutton-web/grails-app/views/scheduledSession/show.gsp b/bigbluebutton-web/grails-app/views/scheduledSession/show.gsp index 33003e71404d928c1895790f2b3fa91e535282dc..48262e60a0a4be83586f08805777a54f31c8cfca 100644 --- a/bigbluebutton-web/grails-app/views/scheduledSession/show.gsp +++ b/bigbluebutton-web/grails-app/views/scheduledSession/show.gsp @@ -38,7 +38,7 @@ <tr class="prop"> <td valign="top" class="name">Link:</td> <td valign="top" class="value"> - ${hostUrl}/bigbluebutton/conference-session/joinIn/${scheduledSessionInstance.tokenId} + ${hostUrl}/bigbluebutton/conference-session </td> </tr>