Commit bebfcdc
Fix outdated logging documentation link in README (#444)
The logging section in the README linked to the old C++ driver
documentation instead of the cpp-rs-driver docs.
## Changes
- Updated logging docs URL from
`https://cpp-driver.docs.scylladb.com/master/topics/logging/index.html`
to
`https://cpp-rs-driver.docs.scylladb.com/stable/topics/observability/logging.html`
## Pre-review checklist
- [ ] I have split my patch into logically separate commits.
- [x] All commit messages clearly explain what they change and why.
- [x] PR description sums up the changes and reasons why they should be
introduced.
- [ ] I have implemented Rust unit tests for the features/changes
introduced.
- [ ] I have enabled appropriate tests in `Makefile` in
`{SCYLLA,CASSANDRA}_(NO_VALGRIND_)TEST_FILTER`.
- [ ] I added appropriate `Fixes:` annotations to PR description.
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: wprzytula <59482568+wprzytula@users.noreply.github.com>1 parent 80fcdc4 commit bebfcdc
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
114 | | - | |
| 114 | + | |
115 | 115 | | |
116 | 116 | | |
117 | 117 | | |
| |||
0 commit comments