Skip to content

Commit d8d9fc3

Browse files
author
Weyoss
committed
docs: update redis-smq-common references
1 parent 79bdc4c commit d8d9fc3

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

packages/redis-smq/docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Welcome to the RedisSMQ documentation! This comprehensive guide will help you im
4343
### Operations
4444

4545
- **[Graceful Shutdown](graceful-shutdown.md)**: Safely manage system shutdown
46-
- **[Logs](https://github.com/weyoss/redis-smq-common/blob/master/docs/README.md#logs)**: Learn how to access and utilize logs for monitoring and debugging
46+
- **[Logs](https://github.com/weyoss/redis-smq/blob/master/packages/redis-smq-common/docs/README.md#logs)**: Learn how to access and utilize logs for monitoring and debugging
4747

4848
## Tools & Interfaces
4949

packages/redis-smq/docs/api/interfaces/IRedisSMQConfig.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ___
2626

2727
**`See`**
2828

29-
https://github.com/weyoss/redis-smq-common/blob/master/docs/api/interfaces/ILoggerConfig.md
29+
https://github.com/weyoss/redis-smq/blob/master/packages/redis-smq-common/docs/api/interfaces/ILoggerConfig.md
3030

3131
___
3232

packages/redis-smq/docs/api/interfaces/IRedisSMQConfigRequired.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ ___
3636

3737
**`See`**
3838

39-
https://github.com/weyoss/redis-smq-common/blob/master/docs/api/interfaces/ILoggerConfig.md
39+
https://github.com/weyoss/redis-smq/blob/master/packages/redis-smq-common/docs/api/interfaces/ILoggerConfig.md
4040

4141
#### Inherited from
4242

packages/redis-smq/src/config/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export interface IRedisSMQConfig {
2222
namespace?: string;
2323

2424
/**
25-
* @see https://github.com/weyoss/redis-smq-common/blob/master/docs/api/interfaces/ILoggerConfig.md
25+
* @see https://github.com/weyoss/redis-smq/blob/master/packages/redis-smq-common/docs/api/interfaces/ILoggerConfig.md
2626
*/
2727
logger?: ILoggerConfig;
2828
messages?: IMessagesConfig;

0 commit comments

Comments
 (0)