Skip to content

Commit

Permalink
Chore: Adjust a few more links to use better targets
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Oct 20, 2023
1 parent dd2e172 commit cc5c5ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/plugins/tutorial/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ <h3 class="help__item__content_title">{{ 'HELP.DOCUMENTATION_TITLE' | translate}
</div>
</a>

<a class="help__item" href="https://cratedb.com/enterprise/">
<a class="help__item" href="https://cratedb.com/product/pricing/support-plans">
<div class="help__item__icon"><img src="static/plugins/tutorial/static/icons/icon-enterprise.svg"/></div>
<div class="help__item__content">
<h3 class="help__item__content_title">{{ 'HELP.ENTERPRISE_TITLE' | translate}}</h3>
Expand Down
4 changes: 2 additions & 2 deletions app/scripts/controllers/feed.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ const feed = angular.module('feed', ['stats', 'utils'])
// Set default menu data
$scope.menu = [
{
'url': 'https://cratedb.com/demo?utm_source=adminui&utm_medium=browser&utm_term=&utm_content=demolink&utm_campaign=newsfeed&ajs_event=clicked_demo_link',
'url': 'https://cratedb.com/contact',
'title': 'Schedule a 1-ON-1 demo with a CrateDB engineer'
},
{
'url': 'https://cratedb.com/blog/',
'url': 'https://cratedb.com/blog',
'title': 'CrateDB blog'
}
];
Expand Down

0 comments on commit cc5c5ef

Please sign in to comment.