Skip to content

Commit 910deff

Browse files
Trottruyadorno
authored andcommitted
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 beb75bd commit 910deff

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
@@ -3614,7 +3614,7 @@ See the [list of SSL OP Flags][] for details.
36143614
[RFC 5208]: https://www.rfc-editor.org/rfc/rfc5208.txt
36153615
[encoding]: buffer.html#buffer_buffers_and_character_encodings
36163616
[initialization vector]: https://en.wikipedia.org/wiki/Initialization_vector
3617-
[list of SSL OP Flags]: wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
3617+
[list of SSL OP Flags]: https://wiki.openssl.org/index.php/List_of_SSL_OP_Flags#Table_of_Options
36183618
[safe integers]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Number/isSafeInteger
36193619
[scrypt]: https://en.wikipedia.org/wiki/Scrypt
36203620
[stream]: stream.html

0 commit comments

Comments
 (0)