Skip to content

Commit 3aab64c

Browse files
committed
doc: fix broken link in crypto.md
URL that lacks a scheme gets treated as a relative URL. Add missing `https://`. PR-URL: #35181 Reviewed-By: Derek Lewis <DerekNonGeneric@inf.is> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Harshitha K P <harshitha014@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 69ef4c2 commit 3aab64c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/crypto.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3622,7 +3622,7 @@ See the [list of SSL OP Flags][] for details.
36223622
[RFC 5208]: https://www.rfc-editor.org/rfc/rfc5208.txt
36233623
[encoding]: buffer.html#buffer_buffers_and_character_encodings
36243624
[initialization vector]: https://en.wikipedia.org/wiki/Initialization_vector
3625-
[list of SSL OP Flags]: wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
3625+
[list of SSL OP Flags]: https://wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
36263626
[safe integers]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger
36273627
[scrypt]: https://en.wikipedia.org/wiki/Scrypt
36283628
[stream]: stream.html

0 commit comments

Comments
 (0)