Browse Source
WSRF-1003 - Replace go.tiny.cloud with the actual website url (#2535)
pull/2538/head
ollyak
3 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
4 additions and
4 deletions
-
_includes/js/notifications.js
-
_includes/template/notification.html
|
|
@ -7,10 +7,10 @@ |
|
|
|
function getPrefixURL(type) { |
|
|
|
switch(type) { |
|
|
|
case "blog": |
|
|
|
return "https://go.tiny.cloud/blog/"; |
|
|
|
return "https://www.tiny.cloud/blog/"; |
|
|
|
break; |
|
|
|
default: |
|
|
|
return "https://go.tiny.cloud/blog/"; |
|
|
|
return "https://www.tiny.cloud/blog/"; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
@ -1,12 +1,12 @@ |
|
|
|
<div class="tiny-news-docs"> |
|
|
|
<div> |
|
|
|
<a href="https://go.tiny.cloud/blog/" |
|
|
|
<a href="https://www.tiny.cloud/blog/" |
|
|
|
data-marketing="tiny-news-blog-link" |
|
|
|
class="tiny-news-prefix"> |
|
|
|
</a> |
|
|
|
<span class="tiny-news-text">Important changes to Tiny Cloud pricing</span> |
|
|
|
> |
|
|
|
<a href="https://go.tiny.cloud/blog/important-changes-to-tiny-cloud-pricing-metric/" |
|
|
|
<a href="https://www.tiny.cloud/pricing/" |
|
|
|
data-marketing="tiny-news-pricing-blog-link" class="tiny-news-link"> |
|
|
|
Find out more |
|
|
|
</a> |
|
|
|