Skip to content

Commit 2a01c96

Browse files
committed
hotfix: docs format
1 parent 8556629 commit 2a01c96

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

airbyte/callbacks.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ def config_callback(new_config: dict[str, Any]) -> None:
4444
source.read()
4545
```
4646
47-
For more information on the underlying Airbyte protocol, please see documentation on
48-
the [`CONNECTOR_CONFIG` control messages]
49-
(https://docs.airbyte.com/understanding-airbyte/airbyte-protocol#airbytecontrolconnectorconfigmessage).
47+
For more information on the underlying Airbyte protocol, please see documentation on the
48+
[`CONNECTOR_CONFIG`](https://docs.airbyte.com/understanding-airbyte/airbyte-protocol#airbytecontrolconnectorconfigmessage)
49+
control messages.
5050
"""

0 commit comments

Comments
 (0)