Skip to content

Commit 8bdccbf

Browse files
committed
Add anchor ID to "File Transfer Errors" section in error-handling documentation
1 parent c27dd4f commit 8bdccbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/Writerside/topics/error-handling.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ catch (SshException ex) when (ex.Error == SshError.ChannelRequestDenied)
266266
}
267267
```
268268

269-
### File Transfer Errors
269+
### File Transfer Errors {id="handling-file-transfer-errors"}
270270

271271
```c#
272272
try

0 commit comments

Comments
 (0)