Skip to content

Commit cc8de91

Browse files
committed
fix: Correct link in logging documentation to point to the master branch
1 parent e51e175 commit cc8de91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/guides/logging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 43
55

66
Sphere provides a flexible and powerful logging system built on top of `go.uber.org/zap`, a high-performance structured logger. It supports multiple outputs, including console and file, and is designed for both local development and production environments.
77

8-
The core logging functionality can be found in the [`log`](https://github.com/go-sphere/sphere/tree/main/log) directory of the Sphere framework.
8+
The core logging functionality can be found in the [`log`](https://github.com/go-sphere/sphere/tree/master/log) directory of the Sphere framework.
99

1010
## Configuration
1111

0 commit comments

Comments
 (0)