Commit 0e574d5e by Sef Kloninger Committed by Joe Blaylock

Redirect studio help links to openedx-studio Google Group

parent a3822c75
......@@ -46,7 +46,7 @@
<div class="bit">
<h3 class="title-3">Need Help?</h3>
<p>Having trouble with your account? Use <a href="https://groups.google.com/d/forum/studio-users" rel="external">our Google Group</a> to look over self help steps, find solutions others have found to the same problem, or let us know of your issue.</p>
<p>Having trouble with your account? Use <a href="https://groups.google.com/d/forum/openedx-studio" rel="external">our Google Group</a> to look over self help steps, find solutions others have found to the same problem, or let us know of your issue.</p>
</div>
</aside>
</section>
......
......@@ -17,7 +17,7 @@
</li> -->
% if user.is_authenticated():
<li class="nav-item nav-peripheral-feedback">
<a href="mailto:studio-users@googlegroups.com" rel="external" title="${_('Use our Google Group to share your feedback')}">${_("Contact Us")}</a>
<a href="mailto:openedx-studio@googlegroups.com" rel="external" title="${_('Use our Google Group to share your feedback')}">${_("Contact Us")}</a>
</li>
% endif
</ol>
......
......@@ -86,7 +86,7 @@
<div class="nav-sub">
<ul>
<li class="nav-item nav-account-dashboard"><a href="/">My Courses</a></li>
<li class="nav-item nav-account-help"><a href="https://groups.google.com/d/forum/studio-users" rel="external">studio-users group</a></li>
<li class="nav-item nav-account-help"><a href="https://groups.google.com/d/forum/openedx-studio" rel="external">studio-users group</a></li>
<li class="nav-item nav-account-signout"><a class="action action-signout" href="${reverse('logout')}">Sign Out</a></li>
</ul>
</div>
......@@ -102,7 +102,7 @@
<a href="/">How Studio Works</a>
</li>
<li class="nav-item nav-not-signedin-help">
<a href="https://groups.google.com/d/forum/studio-users" rel="external">studio-users group</a>
<a href="https://groups.google.com/d/forum/openedx-studio" rel="external">studio-users group</a>
</li>
<li class="nav-item nav-not-signedin-signup">
<a class="action action-signup" href="${reverse('signup')}">Sign Up</a>
......
......@@ -25,7 +25,7 @@
<span class="tip">How to use Studio to build your course</span>
</li>
<li class="action-item">
<a href="https://groups.google.com/d/forum/studio-users" rel="external" class="action action-primary">studio-users group</a>
<a href="https://groups.google.com/d/forum/openedx-studio" rel="external" class="action action-primary">studio-users group</a>
<span class="tip"><i class="ss-icon ss-symbolicons-block icon-help">&#xEE11;</i> studio-users group</span>
</li>
<li class="action-item">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment