Skip to content

Commit 06d03ed

Browse files
Update README.md
changed URLs after moving ownership to the project
1 parent 08c8d6b commit 06d03ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
[![Build](https://github.com/keltonhalbert/zfp/actions/workflows/ci.yaml/badge.svg)](https://github.com/keltonhalbert/zfp/actions/workflows/ci.yaml)
1+
[![Build](https://github.com/allyourcodebase/zfp/actions/workflows/ci.yaml/badge.svg)](https://github.com/allyourcodebase/zfp/actions/workflows/ci.yaml)
22
# zfp-zig: zfp packaged for the Zig programming language
33
This is the [ZFP C compression library](https://github.com/LLNL/zfp) for the [Zig](https://ziglang.org/) programming language. Currently does not wrap the C++ compressed array classes.
44

@@ -9,7 +9,7 @@ If you are starting a new package:
99
mkdir my_project; cd my_project
1010
zig init
1111
## add the package to 'build.zig.zon'
12-
zig fetch --save=zfp git+https://github.com/keltonhalbert/zfp.git
12+
zig fetch --save=zfp git+https://github.com/allyourcodebase/zfp.git
1313
```
1414
This will add the zig C library as a dependency to your project.
1515
Next, if you are linking it to a library or executable, add the following to **build.zig**:

0 commit comments

Comments
 (0)