Merge pull request #1096 from mlorb/ml-sci-2125-v2

Change links in help [SCI-2125]
This commit is contained in:
mlorb 2018-04-17 10:46:43 +02:00 committed by GitHub
commit b13e997350
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 3 deletions

View file

@ -11,6 +11,7 @@
padding-top: 16px;
position: fixed;
width: 83px;
z-index: 1001;
ul.nav > li {
padding-right: 4px;

View file

@ -168,9 +168,9 @@ class Constants
#=============================================================================
HTTP = 'http://'.freeze
TUTORIALS_URL = (HTTP + 'scinote.net/tutorials/').freeze
SUPPORT_URL = (HTTP + 'support.scinote.net/hc/en-us').freeze
WEBINARS_URL = (HTTP + 'scinote.net/join-a-webinar/').freeze
TUTORIALS_URL = (HTTP + 'goo.gl/YH3fXA').freeze
SUPPORT_URL = (HTTP + 'goo.gl/Jb9WXx').freeze
WEBINARS_URL = (HTTP + 'goo.gl/q3GdND').freeze
# Default user picture avatar
DEFAULT_AVATAR_URL = '/images/:style/missing.png'.freeze