Skip to content

Commit cd7198b

Browse files
authored
Update to new CI pkg domain
1 parent ee6f4ba commit cd7198b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ dotnet tool update -g dotnet-file
1717
To get the CI version:
1818

1919
```
20-
dotnet tool update -g dotnet-file --no-cache --add-source https://pkg.kzu.io/index.json
20+
dotnet tool update -g dotnet-file --no-cache --add-source https://pkg.kzu.app/index.json
2121
```
2222

2323
Usage:
@@ -179,11 +179,11 @@ Concrete examples:
179179
# Dogfooding
180180

181181
[![CI Status](https://github.com/devlooped/dotnet-file/workflows/build/badge.svg?branch=main)](https://github.com/devlooped/dotnet-file/actions?query=branch%3Amain+workflow%3Abuild+)
182-
[![CI Version](https://img.shields.io/endpoint?url=https://shields.kzu.io/vpre/dotnet-file/main&label=nuget.ci&color=brightgreen)](https://pkg.kzu.io/index.json)
182+
[![CI Version](https://img.shields.io/endpoint?url=https://shields.kzu.app/vpre/dotnet-file/main&label=nuget.ci&color=brightgreen)](https://pkg.kzu.app/index.json)
183183

184184
We also produce CI packages from branches and pull requests so you can dogfood builds as quickly as they are produced.
185185

186-
The CI feed is `https://pkg.kzu.io/index.json`.
186+
The CI feed is `https://pkg.kzu.app/index.json`.
187187

188188
The versioning scheme for packages is:
189189

0 commit comments

Comments
 (0)