Commit 6f250aa

Anton Medvedev <anton@medv.io>
2022-06-14 17:52:57
Update docs
1 parent fd22b53
Changed files (1)
docs/process-promise.md
@@ -3,7 +3,7 @@
 ## `stdin`
 
 Returns a writable stream of stdin of a child process. Accessing
-this getter will trigger execution of a subprocess with `stdio('pipe')`[#stdio].
+this getter will trigger execution of a subprocess with [`stdio('pipe')`](#stdio).
 
 Do not forget to end the stream.