Skip to content

Commit 05f7b81

Browse files
committed
chore: Update GH urls to new org
1 parent 0353a78 commit 05f7b81

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.jazzy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
author: 'MrLotU'
22
author_url: 'https://github.com/MrLotU'
3-
github_url: 'https://github.com/MrLotU/SwiftPrometheus'
4-
github_file_prefix: 'https://github.com/MrLotU/SwiftPrometheus/tree/master/'
3+
github_url: 'https://github.com/swift-server-community/SwiftPrometheus'
4+
github_file_prefix: 'https://github.com/swift-server-community/SwiftPrometheus/tree/master/'
55
theme: 'fullwidth'
66
undocumented_text: ''
7-
root_url: 'https://mrlotu.github.io/SwiftPrometheus/'
7+
root_url: 'https://swift-server-community.github.io/SwiftPrometheus/'

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![CircleCI](https://circleci.com/gh/MrLotU/SwiftPrometheus.svg?style=svg)](https://circleci.com/gh/MrLotU/SwiftPrometheus)[![Swift 5.2](https://img.shields.io/badge/swift-5.2-orange.svg?style=flat)](http://swift.org)
1+
[![Swift 5.2](https://img.shields.io/badge/swift-5.2-orange.svg?style=flat)](http://swift.org)
22

33
# SwiftPrometheus, Prometheus client for Swift
44

@@ -8,7 +8,7 @@ A prometheus client for Swift supporting counters, gauges, histograms, summaries
88

99
SwiftPrometheus is available through SPM. To include it in your project add the following dependency to your `Package.swift`:
1010
```swift
11-
.package(url: "https://github.com/MrLotU/SwiftPrometheus.git", from: "1.0.0-alpha")
11+
.package(url: "https://github.com/swift-server-community/SwiftPrometheus.git", from: "1.0.0-alpha")
1212
```
1313

1414
_NOTE: For NIO 1 use `from: "0.4.0-alpha"` instead._
@@ -27,7 +27,7 @@ let myProm = PrometheusClient()
2727
## Usage with SwiftMetrics
2828
_For more details about swift-metrics, please view [the GitHub repo](https://github.com/apple/swift-metrics)._
2929

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`.
3131

3232
Instead, create a `PrometheusMetricsFactory` instance wrapping a `PrometheusClient`.
3333

@@ -146,6 +146,6 @@ Please see [SECURITY.md](SECURITY.md) for details on the security process.
146146

147147
All contributions are most welcome!
148148

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!
150150

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

Comments
 (0)