Fix more links

This commit is contained in:
Seth Call 2020-03-27 23:03:54 -05:00
parent 70485aaaa3
commit 1aba7ff35a
2 changed files with 5 additions and 5 deletions

View File

@ -26,7 +26,7 @@
<div class="quick-options">
<div class="quick-option"><a class="button-orange quick-start-solo" href="#" >QUICK START SOLO</a><p>Use this button to quick start a private session just for yourself. Good for solo practice and gear testing.</p></div>
<div class="quick-option"><a class="button-orange quick-start-open" href="#" >QUICK START OPEN</a><p>Use this button to quick start an open session that anyone can join to play with you, and that fans can listen to.</p></div>
<div class="quick-option"><a class="button-orange start-or-schedule" href="#" >START OR SCHEDULE</a><p>Use this button start a wizard that will let you have more control over your session. Schedule future sessions. Start private sessions. Invite other musicians. And lots more...</p><a class="schedule-learn-more" href="https://jamkazam.desk.com/customer/portal/articles/1599977-creating-a-session-to-play-alone-or-with-others" rel="external">learn more</a></div>
<div class="quick-option"><a class="button-orange start-or-schedule" href="#" >START OR SCHEDULE</a><p>Use this button start a wizard that will let you have more control over your session. Schedule future sessions. Start private sessions. Invite other musicians. And lots more...</p><a class="schedule-learn-more" href="https://forum.jamkazam.com/showthread.php?tid=4" rel="external">learn more</a></div>
</div>
<h2>featured sessions</h2>
<table class="jamtable featured-sessions">
@ -46,7 +46,7 @@
<p>
Use the Find Sessions feature to browse through current and future/scheduled sessions you can join to play with other musicians.
</p>
<a class="find-session-learn-more" href="https://jamkazam.desk.com/customer/en/portal/articles/1599978-finding-a-session-to-play-with-others" rel="external">learn more</a>
<a class="find-session-learn-more" href="https://forum.jamkazam.com/showthread.php?tid=3" rel="external">learn more</a>
</div>
<div class="view-the-feed">
@ -54,7 +54,7 @@
<p>
Use the Feed to check out current and past sessions and session recordings, and to listen to current sessions.
</p>
<a class="view-the-feed-learn-more" href="https://jamkazam.desk.com/customer/portal/articles/2404708-checking-out-current-past-sessions" rel="external">learn more</a>
<a class="view-the-feed-learn-more" href="https://forum.jamkazam.com/showthread.php?tid=5" rel="external">learn more</a>
</div>
<h2 class="learn-more-sessions-header">learn more about online sessions</h2>

View File

@ -64,11 +64,11 @@
<% if @nativeClient %>
<li class="test-network"><%= link_to "Test Network", '#' %></li>
<% end %>
<li class="get-help"><%= link_to "Get Help", 'https://jamkazam.desk.com/', :rel => "external" %></li>
<li class="get-help"><%= link_to "Get Help", 'https://forum.jamkazam.com/', :rel => "external" %></li>
<li class="sign-out"><%= link_to "Sign Out", signout_path, method: "delete" %></li>
<% else %>
<li class="download-app"><%= link_to "Download App", downloads_path, :rel => "external" %></li>
<li class="get-help"><%= link_to "Get Help", 'https://www.facebook.com/Jamkazam', :rel => "external" %></li>
<li class="get-help"><%= link_to "Get Help", 'https://forum.jamkazam.com/', :rel => "external" %></li>
<% end %>