diff --git a/web/app/views/clients/_scheduledSession.html.erb b/web/app/views/clients/_scheduledSession.html.erb
index 664049f98..1115992bf 100644
--- a/web/app/views/clients/_scheduledSession.html.erb
+++ b/web/app/views/clients/_scheduledSession.html.erb
@@ -26,7 +26,7 @@
QUICK START SOLOUse this button to quick start a private session just for yourself. Good for solo practice and gear testing.
QUICK START OPENUse this button to quick start an open session that anyone can join to play with you, and that fans can listen to.
-
START OR SCHEDULEUse 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...
learn more
+
START OR SCHEDULEUse 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...
learn more
featured sessions
@@ -46,7 +46,7 @@
Use the Find Sessions feature to browse through current and future/scheduled sessions you can join to play with other musicians.
- learn more
+ learn more
@@ -54,7 +54,7 @@
Use the Feed to check out current and past sessions and session recordings, and to listen to current sessions.
-
learn more
+
learn more
diff --git a/web/app/views/users/_user_dropdown.html.erb b/web/app/views/users/_user_dropdown.html.erb
index b59bfbe4e..168c80121 100644
--- a/web/app/views/users/_user_dropdown.html.erb
+++ b/web/app/views/users/_user_dropdown.html.erb
@@ -64,11 +64,11 @@
<% if @nativeClient %>
<%= link_to "Test Network", '#' %>
<% end %>
- <%= link_to "Get Help", 'https://jamkazam.desk.com/', :rel => "external" %>
+ <%= link_to "Get Help", 'https://forum.jamkazam.com/', :rel => "external" %>
<%= link_to "Sign Out", signout_path, method: "delete" %>
<% else %>
<%= link_to "Download App", downloads_path, :rel => "external" %>
- <%= link_to "Get Help", 'https://www.facebook.com/Jamkazam', :rel => "external" %>
+ <%= link_to "Get Help", 'https://forum.jamkazam.com/', :rel => "external" %>
<% end %>