From 5b5f9526b194d4ff427b3838d8f8d3676468af9e Mon Sep 17 00:00:00 2001 From: Averi Kitsch Date: Fri, 28 Mar 2025 13:45:27 -0700 Subject: [PATCH] fix(docs): Fix link in README --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index c5da0942..a1385a99 100644 --- a/README.rst +++ b/README.rst @@ -172,7 +172,7 @@ Use ``PostgresSaver`` to save snapshots of the graph state at a given point in t See the full `Checkpoint`_ tutorial. -.. _`Checkpoint`: https://github.com/googleapis/langchain-google-cloud-sql-pg-python/tree/main/docs/langgraph_checkpointer.ipynb +.. _`Checkpoint`: https://github.com/googleapis/langchain-google-cloud-sql-pg-python/blob/main/docs/langgraph_checkpoint.ipynb Contributions ~~~~~~~~~~~~~