From 8d5a837d284a4fd6541bf5052ff5265d84681874 Mon Sep 17 00:00:00 2001 From: Gaurish Sharma Date: Wed, 1 Sep 2021 19:26:03 -0500 Subject: [PATCH] Fix broken URL [ci skip] --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bdf3dd5c..257746d0 100644 --- a/README.md +++ b/README.md @@ -218,7 +218,7 @@ session_track_data = c.session_track(session_track_type) ``` The types of session track types can be found at -[https://dev.mysql.com/doc/refman/5.7/en/mysql-session-track-get-first.html](https://dev.mysql.com/doc/refman/5.7/en/mysql-session-track-get-first.html) +[https://dev.mysql.com/doc/refman/5.7/en/session-state-tracking.html](https://dev.mysql.com/doc/refman/5.7/en/session-state-tracking.html) ## Connection options