Skip to content

Commit 0586952

Browse files
committed
Fix links to IETF Base58 draft
1 parent 78af18a commit 0586952

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/en/sql-reference/functions/string-functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1058,7 +1058,7 @@ convertCharset(s, from, to)
10581058

10591059
## base58Encode
10601060

1061-
Encodes a String using [Base58](https://tools.ietf.org/id/draft-msporny-base58-01.html) in the "Bitcoin" alphabet.
1061+
Encodes a String using [Base58](https://datatracker.ietf.org/doc/html/draft-msporny-base58) in the "Bitcoin" alphabet.
10621062

10631063
**Syntax**
10641064

@@ -1092,7 +1092,7 @@ Result:
10921092

10931093
## base58Decode
10941094

1095-
Accepts a String and decodes it using [Base58](https://tools.ietf.org/id/draft-msporny-base58-01.html) encoding scheme using "Bitcoin" alphabet.
1095+
Accepts a String and decodes it using [Base58](https://datatracker.ietf.org/doc/html/draft-msporny-base58) encoding scheme using "Bitcoin" alphabet.
10961096

10971097
**Syntax**
10981098

docs/ru/sql-reference/functions/string-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -493,7 +493,7 @@ SELECT concat(key1, key2), sum(value) FROM key_val GROUP BY (key1, key2);
493493

494494
## base58Encode(plaintext), base58Decode(encoded_text) {#base58}
495495

496-
Принимает на вход строку или колонку строк и кодирует/раскодирует их с помощью схемы кодирования [Base58](https://tools.ietf.org/id/draft-msporny-base58-01.html) с использованием стандартного алфавита Bitcoin.
496+
Принимает на вход строку или колонку строк и кодирует/раскодирует их с помощью схемы кодирования [Base58](https://datatracker.ietf.org/doc/html/draft-msporny-base58) с использованием стандартного алфавита Bitcoin.
497497

498498
**Синтаксис**
499499

0 commit comments

Comments
 (0)