Skip to content

Commit 2823ada

Browse files
authored
Merge pull request #50 from wavesplatform/fix-link
fix link to error codes
2 parents 1f70dc8 + 9c6eaf9 commit 2823ada

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
* [Constructor](#constructor)
77
* [Methods](#methods)
88
* [Provider Interface](#provider-interface)
9+
* [Error Codes](#error-codes)
910

1011
<a id="overview"></a>
1112
## Overview

src/SignerError.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const errorTemplate = (error: ErrorDetails) => {
3434
` Code: ${error.code}`,
3535
errorArgs,
3636
details,
37-
` More info: ${REPOSITORY_URL}/README.md#error-codes`,
37+
` More info: ${REPOSITORY_URL}#error-codes`,
3838
]
3939
.filter(Boolean)
4040
.join('\n');

0 commit comments

Comments
 (0)