diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-29 01:48:46 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-29 01:48:46 +0200 |
commit | 5755f7a81433dea3754f9f86d90884cf23b7ad64 (patch) | |
tree | fb1943180cf6cbf7de6cb36a327232b2b3999b13 /src/webex/pages/add-auditor.tsx | |
parent | f5a20cc822139190c32e54f395fe857a8ea240ac (diff) |
fix paths previously missed during restructuring
Diffstat (limited to 'src/webex/pages/add-auditor.tsx')
-rw-r--r-- | src/webex/pages/add-auditor.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/webex/pages/add-auditor.tsx b/src/webex/pages/add-auditor.tsx index c1a9f997f..e4d84798b 100644 --- a/src/webex/pages/add-auditor.tsx +++ b/src/webex/pages/add-auditor.tsx @@ -100,7 +100,7 @@ class ConfirmAuditor extends ImplicitStateComponent<ConfirmAuditorProps> { <div id="main"> <p>Do you want to let <strong>{this.props.auditorPub}</strong> audit the currency "{this.props.currency}"?</p> {this.addDone() ? - (<div>Auditor was added! You can also <a href={chrome.extension.getURL("/src/pages/auditors.html")}>view and edit</a> auditors.</div>) + (<div>Auditor was added! You can also <a href={chrome.extension.getURL("/src/webex/pages/auditors.html")}>view and edit</a> auditors.</div>) : (<div> <button onClick={() => this.add()} className="pure-button pure-button-primary">Yes</button> |