diff --git a/docs/getting-started.md b/docs/getting-started.md index ee0000a..ca84b45 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -13,14 +13,14 @@ hide:

  Welcome to the Getting Started section! This guide will help you install and configure Pyventus in your project. For more detailed instructions on how to use this package, you can refer to the Pyventus - [tutorials](/tutorials) or [API reference](/api). + [tutorials](/pyventus/tutorials) or [API reference](/pyventus/api).

## Requirements

-   Pyevents **only requires Python 3.10+** by default, which includes the [`AsyncIOEventEmitter`](/tutorials/emitters/asyncio-event-emitter) - and the [`ExecutorEventEmitter`](/tutorials/emitters/executor-event-emitter) with no additional dependencies. +   Pyevents **only requires Python 3.10+** by default, which includes the [`AsyncIOEventEmitter`](/pyventus/tutorials/emitters/asyncio-event-emitter) + and the [`ExecutorEventEmitter`](/pyventus/tutorials/emitters/executor-event-emitter) with no additional dependencies. However, your requirements may expand if you opt to use alternative built-in event emitter implementations.

@@ -45,8 +45,9 @@ pip install pyventus