From 8b4862a0476e16f92bf6f256c2d1cf3ba59b82f0 Mon Sep 17 00:00:00 2001 From: Mikhail Samylov Date: Fri, 23 Jun 2023 10:04:18 +0300 Subject: [PATCH] Fix the link to ptbcontrib/ptb_jobstores. --- Extensions---JobQueue.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Extensions---JobQueue.md b/Extensions---JobQueue.md index e719645..54c8c26 100644 --- a/Extensions---JobQueue.md +++ b/Extensions---JobQueue.md @@ -118,4 +118,4 @@ All good things must come to an end, so when you stop the Application, the relat PTBs [[Persistence Setup|Making-your-bot-persistent]] currently does not support serialization of jobs. However, the current backend of the `JobQueue`, namely the `APScheduler` library has a mechanism for that, which you can leverage. -Check out e.g. [ptbcontrib/ptb_sqlalchemy_jobstore](https://github.com/python-telegram-bot/ptbcontrib/tree/main/ptbcontrib/ptb_sqlalchemy_jobstore) for an example implementation. +Check out e.g. [ptbcontrib/ptb_jobstores](https://github.com/python-telegram-bot/ptbcontrib/tree/main/ptbcontrib/ptb_jobstores) for an example implementation.