From 64e7543eba845204c37a49b7f3075987bc971ea3 Mon Sep 17 00:00:00 2001 From: Bibo-Joshi <22366557+Bibo-Joshi@users.noreply.github.com> Date: Sat, 3 Dec 2022 15:14:19 +0100 Subject: [PATCH] Updated Architecture (markdown) --- Architecture.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Architecture.md b/Architecture.md index e956713..e0ef949 100644 --- a/Architecture.md +++ b/Architecture.md @@ -11,7 +11,7 @@ Because all of that can be a bit overwhelming, the below diagram gives you an ov `python-telegram-bot` is designed such that you can adjust it to many use cases. In particular, many components/features are optional and some can even be fully customized. -Moreover, the design allows the library to be used alongside other `asyncio` frameworks in the same Python script. We have a dedicated section on this in the [[over here|Frequently-requested-design-pattern#running-ptb-alongside-other-asyncio-frameworks]]. +Moreover, the design allows the library to be used alongside other `asyncio` frameworks in the same Python script. We have a dedicated section on this in the [over here](../Frequently-requested-design-patterns#running-ptb-alongside-other-asyncio-frameworks). ## Opt-in and Opt-out components