1
0
Fork 0
forked from lthn/blockchain

Create wallet link - fix

This commit is contained in:
wildkif 2019-05-06 20:42:15 +03:00
parent 7edda6cc8d
commit e0a923aa6e
3 changed files with 3 additions and 3 deletions

View file

@ -4512,7 +4512,7 @@ var MainComponent = /** @class */ (function () {
});
};
MainComponent.prototype.openInBrowser = function () {
this.backend.openUrlInBrowser('docs.zano.org/v1.0/docs/how-to-create-wallet');
this.backend.openUrlInBrowser('docs.zano.org/docs/getting-started-1#section-create-new-wallet');
};
MainComponent.prototype.back = function () {
this.location.back();

File diff suppressed because one or more lines are too long

View file

@ -37,7 +37,7 @@ export class MainComponent implements OnInit {
}
openInBrowser() {
this.backend.openUrlInBrowser('docs.zano.org/v1.0/docs/how-to-create-wallet');
this.backend.openUrlInBrowser('docs.zano.org/docs/getting-started-1#section-create-new-wallet');
}
back() {