mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-02-01 04:32:16 +08:00
Update URLs to sciNote support pages
Closes SCI-978.
This commit is contained in:
parent
2c3be391a8
commit
db75231617
2 changed files with 5 additions and 5 deletions
|
@ -200,8 +200,8 @@
|
|||
<li><%= link_to t('nav.help.support'),
|
||||
Constants::SUPPORT_URL,
|
||||
target: "_blank" %></li>
|
||||
<li><%= link_to t('nav.help.plans'),
|
||||
Constants::PLANS_URL,
|
||||
<li><%= link_to t('nav.help.premium'),
|
||||
Constants::PREMIUM_URL,
|
||||
target: "_blank" %></li>
|
||||
<li><%= link_to t('nav.help.contact'),
|
||||
Constants::CONTACT_URL,
|
||||
|
|
|
@ -178,9 +178,9 @@ class Constants
|
|||
HTTP = 'http://'.freeze
|
||||
TUTORIALS_URL = (HTTP + 'scinote.net/product/tutorials/').freeze
|
||||
FAQ_URL = (HTTP + 'scinote.net/product/faq/').freeze
|
||||
SUPPORT_URL = (HTTP + 'scinote.net/plans/#prof-support').freeze
|
||||
PLANS_URL = (HTTP + 'scinote.net/plans/').freeze
|
||||
CONTACT_URL = (HTTP + 'scinote.net/about-us/').freeze
|
||||
SUPPORT_URL = (HTTP + 'scinote.net/support').freeze
|
||||
PREMIUM_URL = (HTTP + 'scinote.net/premium/').freeze
|
||||
CONTACT_URL = (HTTP + 'scinote.net/story-of-scinote/#contact-scinote').freeze
|
||||
RELEASE_NOTES_URL = (HTTP + 'scinote.net/docs/release-notes/').freeze
|
||||
# Default user picture avatar
|
||||
DEFAULT_AVATAR_URL = '/images/:style/missing.png'.freeze
|
||||
|
|
Loading…
Reference in a new issue