Skip to content

Commit f50c22c

Browse files
committed
Updated repository links
1 parent 90404e5 commit f50c22c

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
## 2.0.2
22

33
- Moved the default log level assignment to prevent weird lazy initialization bugs.
4-
Mitigates [#38](https://github.com/Bungeefan/logger/issues/38).
4+
Mitigates [#38](https://github.com/SourceHorizon/logger/issues/38).
55

66
## 2.0.1
77

@@ -11,9 +11,9 @@
1111

1212
- Fixed supported platforms list.
1313
- Removed reference to outdated `logger_flutter` project.
14-
Thanks to @yangsfang ([#32](https://github.com/Bungeefan/logger/pull/32)).
14+
Thanks to @yangsfang ([#32](https://github.com/SourceHorizon/logger/pull/32)).
1515
- Added override capability for logger defaults.
16-
Thanks to @yangsfang ([#34](https://github.com/Bungeefan/logger/pull/34)).
16+
Thanks to @yangsfang ([#34](https://github.com/SourceHorizon/logger/pull/34)).
1717
- `Level.verbose`, `Level.wtf` and `Level.nothing` have been deprecated and are replaced
1818
by `Level.trace`, `Level.fatal` and `Level.off`.
1919
Additionally `Level.all` has been added.
@@ -69,12 +69,12 @@
6969
## 1.2.2
7070
7171
- Fixed conditional LogOutput export. Credits to
72-
@ChristopheOosterlynck [#4](https://github.com/Bungeefan/logger/pull/4).
72+
@ChristopheOosterlynck [#4](https://github.com/SourceHorizon/logger/pull/4).
7373
7474
## 1.2.1
7575
7676
- Reverted `${this}` interpolation and added linter
77-
ignore. [#1](https://github.com/Bungeefan/logger/issues/1)
77+
ignore. [#1](https://github.com/SourceHorizon/logger/issues/1)
7878
7979
## 1.2.0
8080

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
# Logger
22

33
[![pub package](https://img.shields.io/pub/v/logger.svg?logo=dart&logoColor=00b9fc)](https://pub.dartlang.org/packages/logger)
4-
git[![CI](https://img.shields.io/github/actions/workflow/status/Bungeefan/logger/dart.yml?branch=main&logo=github-actions&logoColor=white)](https://github.com/Bungeefan/logger/actions)
5-
[![Last Commits](https://img.shields.io/github/last-commit/Bungeefan/logger?logo=git&logoColor=white)](https://github.com/Bungeefan/logger/commits/main)
6-
[![Pull Requests](https://img.shields.io/github/issues-pr/Bungeefan/logger?logo=github&logoColor=white)](https://github.com/Bungeefan/logger/pulls)
7-
[![Code size](https://img.shields.io/github/languages/code-size/Bungeefan/logger?logo=github&logoColor=white)](https://github.com/Bungeefan/logger)
8-
[![License](https://img.shields.io/github/license/Bungeefan/logger?logo=open-source-initiative&logoColor=green)](https://github.com/Bungeefan/logger/blob/main/LICENSE)
4+
[![CI](https://img.shields.io/github/actions/workflow/status/SourceHorizon/logger/dart.yml?branch=main&logo=github-actions&logoColor=white)](https://github.com/SourceHorizon/logger/actions)
5+
[![Last Commits](https://img.shields.io/github/last-commit/SourceHorizon/logger?logo=git&logoColor=white)](https://github.com/SourceHorizon/logger/commits/main)
6+
[![Pull Requests](https://img.shields.io/github/issues-pr/SourceHorizon/logger?logo=github&logoColor=white)](https://github.com/SourceHorizon/logger/pulls)
7+
[![Code size](https://img.shields.io/github/languages/code-size/SourceHorizon/logger?logo=github&logoColor=white)](https://github.com/SourceHorizon/logger)
8+
[![License](https://img.shields.io/github/license/SourceHorizon/logger?logo=open-source-initiative&logoColor=green)](https://github.com/SourceHorizon/logger/blob/main/LICENSE)
99

1010
Small, easy to use and extensible logger which prints beautiful logs.<br>
1111
Inspired by [logger](https://github.com/orhanobut/logger) for Android.
@@ -16,7 +16,7 @@ Inspired by [logger](https://github.com/orhanobut/logger) for Android.
1616

1717
- [Documentation](https://pub.dev/documentation/logger/latest/logger/logger-library.html)
1818
- [Pub Package](https://pub.dev/packages/logger)
19-
- [GitHub Repository](https://github.com/Bungeefan/logger)
19+
- [GitHub Repository](https://github.com/SourceHorizon/logger)
2020

2121
## Getting Started
2222

@@ -32,7 +32,7 @@ Instead of a string message, you can also pass other objects like `List`, `Map`
3232

3333
## Output
3434

35-
![](https://raw.githubusercontent.com/Bungeefan/logger/main/art/screenshot.png)
35+
![](https://raw.githubusercontent.com/SourceHorizon/logger/main/art/screenshot.png)
3636

3737
# Documentation
3838

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: logger
22
description: Small, easy to use and extensible logger which prints beautiful logs.
33
version: 2.0.2
4-
repository: https://github.com/Bungeefan/logger
4+
repository: https://github.com/SourceHorizon/logger
55

66
environment:
77
sdk: ">=2.17.0 <4.0.0"

0 commit comments

Comments
 (0)