forked from lthn/blockchain
Create wallet link - fix
This commit is contained in:
parent
7edda6cc8d
commit
e0a923aa6e
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue