You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_NOTE: For NIO 1 use `from: "0.4.0-alpha"` instead._
@@ -27,7 +27,7 @@ let myProm = PrometheusClient()
27
27
## Usage with SwiftMetrics
28
28
_For more details about swift-metrics, please view [the GitHub repo](https://github.com/apple/swift-metrics)._
29
29
30
-
Starting with SwiftPrometheus [1.0.0-alpha.10](https://github.com/MrLotU/SwiftPrometheus/releases/tag/1.0.0-alpha.10)`MetricsSystem` is no longer directly configured with a `PrometheusClient`.
30
+
Starting with SwiftPrometheus [1.0.0-alpha.10](https://github.com/swift-server-community/SwiftPrometheus/releases/tag/1.0.0-alpha.10)`MetricsSystem` is no longer directly configured with a `PrometheusClient`.
31
31
32
32
Instead, create a `PrometheusMetricsFactory` instance wrapping a `PrometheusClient`.
33
33
@@ -146,6 +146,6 @@ Please see [SECURITY.md](SECURITY.md) for details on the security process.
146
146
147
147
All contributions are most welcome!
148
148
149
-
If you think of some cool new feature that should be included, please [create an issue](https://github.com/MrLotU/SwiftPrometheus/issues/new/choose). Or, if you want to implement it yourself, [fork this repo](https://github.com/MrLotU/SwiftPrometheus/fork) and submit a PR!
149
+
If you think of some cool new feature that should be included, please [create an issue](https://github.com/swift-server-community/SwiftPrometheus/issues/new/choose). Or, if you want to implement it yourself, [fork this repo](https://github.com/swift-server-community/SwiftPrometheus/fork) and submit a PR!
150
150
151
-
If you find a bug or have issues, please [create an issue](https://github.com/MrLotU/SwiftPrometheus/issues/new/choose) explaining your problems. Please include as much information as possible, so it's easier for me to reproduce (Framework, OS, Swift version, terminal output, etc.)
151
+
If you find a bug or have issues, please [create an issue](https://github.com/swift-server-community/SwiftPrometheus/issues/new/choose) explaining your problems. Please include as much information as possible, so it's easier for me to reproduce (Framework, OS, Swift version, terminal output, etc.)
0 commit comments