Skip to content

Commit 34ccc31

Browse files
committed
Fix links in documentation
1 parent 73937ae commit 34ccc31

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/changes/3.0.0-M1.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Includes all the features and bug fixes of [version 2.16.0](./2.16.0.md) and up
88

99
## Major Code Re-factoring
1010

11-
* The `AbstractSession` has been completely refactored. Most of its code has been moved out of this class into separate filters in a filter chain. For details, see the [technical documentation](./docs/technical/filters.md).
11+
* The `AbstractSession` has been completely refactored. Most of its code has been moved out of this class into separate filters in a filter chain. For details, see the [technical documentation](../technical/filters.md).
1212
* Handling of global requests has been moved from `AbstractSession` to the `ConnectionService`.
1313
* KEX temporarily closes `RemoteWindow`s, preventing data to be written in that way until KEX is over. Version 2 blocked threads in a different, more convoluted, and fragile way.
1414
* Deprecated API has been removed.
@@ -23,9 +23,9 @@ Includes all the features and bug fixes of [version 2.16.0](./2.16.0.md) and up
2323
## New Features
2424

2525
* Random padding on SSH packets as suggested by [RFC 4253, section 6](https://datatracker.ietf.org/doc/html/rfc4253#section-6).
26-
* New event callback `SessionListener.sessionStarting()`. See the [filter documentation](./docs/technical/filters.md). `SessionListener.sessionEstablished()` was removed; it was called from the constructor of `AbstractSession` at a time when the object was not yet fully initialized.
26+
* New event callback `SessionListener.sessionStarting()`. See the [filter documentation](../technical/filters.md). `SessionListener.sessionEstablished()` was removed; it was called from the constructor of `AbstractSession` at a time when the object was not yet fully initialized.
2727
* [GH-728](https://github.com/apache/mina-sshd/issues/728) New method `ClientSession.getHostConfigEntry()` to get the `HostConfigEntry` for the session.
28-
* [GH-729](https://github.com/apache/mina-sshd/issues/729) Support for client-side SOCKS5 or HTTP CONNECT proxies. See the [documentation](./docs/client-setup.md#proxies).
28+
* [GH-729](https://github.com/apache/mina-sshd/issues/729) Support for client-side SOCKS5 or HTTP CONNECT proxies. See the [documentation](../client-setup.md#proxies).
2929
* The [OpenSSH "hostkeys-00@openssh.com" host key rotation extension](https://github.com/openssh/openssh-portable/blob/b5b405fee/PROTOCOL#L367) is now implemented client-side. New host keys so received are registered on the session but we don't update the `known_hosts` file. If you want that, implement your own `NewHostKeysHandler` and set it on the `SshClient`.
3030

3131

0 commit comments

Comments
 (0)