Skip to content

Commit fd2db30

Browse files
committed
Change portam signup url
1 parent 4386cc4 commit fd2db30

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

stockmarket-angular/scripts/main.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
vm.headers = [];
1111

1212
this.popupPk = {
13-
content: 'A key pair is required for authentication. <a href="https://portal.motwin.net/#/register" target="_blank">Sign Up</a> to get yours.',
13+
content: 'A key pair is required for authentication. <a href="https://portal.streamdata.io/#/register"
14+
target="_blank">Sign Up</a> to get yours.',
1415
options: {
1516
title: null,
1617
placement: 'left',

stockmarket-jquery/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ <h3 class="text-muted">Stock-Market demo with
4242
required>
4343
</div>
4444
<img src="img/info.png" class="col-sm-1" style="width: inherit; margin-top: 5px; padding-left: 0px;"
45-
data-content="A key pair is required for authentication. <a href='https://portal.motwin.net/#/register' target='_blank'>Sign Up</a> to get yours."
45+
data-content="A key pair is required for authentication. <a href='https://portal.streamdata.io/#/register' target='_blank'>Sign Up</a> to get yours."
4646
data-html="true" data-toggle="popover" data-trigger="hover"
4747
data-delay='{ "show": "0", "hide": "1500" }' data-placement="left"/>
4848
</div>

0 commit comments

Comments
 (0)