Skip to content

Commit 091a038

Browse files
committed
Updated links for the new repository location.
1 parent 372949c commit 091a038

1 file changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
# C++ library for IRLBA
22

3-
![Unit tests](https://github.com/LTLA/CppIrlba/actions/workflows/run-tests.yaml/badge.svg)
4-
![Documentation](https://github.com/LTLA/CppIrlba/actions/workflows/doxygenate.yaml/badge.svg)
5-
![Irlba comparison](https://github.com/LTLA/CppIrlba/actions/workflows/compare-irlba.yaml/badge.svg)
6-
[![Codecov](https://codecov.io/gh/LTLA/CppIrlba/branch/master/graph/badge.svg?token=E2AFGW2XDB)](https://codecov.io/gh/LTLA/CppIrlba)
3+
![Unit tests](https://github.com/libscran/irlba/actions/workflows/run-tests.yaml/badge.svg)
4+
![Documentation](https://github.com/libscran/irlba/actions/workflows/doxygenate.yaml/badge.svg)
5+
![Irlba comparison](https://github.com/libscran/irlba/actions/workflows/compare-irlba.yaml/badge.svg)
6+
[![Codecov](https://codecov.io/gh/libscran/irlba/branch/master/graph/badge.svg?token=vr16M4FetD)](https://codecov.io/gh/libscran/irlba)
77

88
## Overview
99

@@ -43,7 +43,7 @@ pcres.rotation;
4343
pcres.variances;
4444
```
4545

46-
See the [reference documentation](https://ltla.github.io/CppIrlba) for more details.
46+
See the [reference documentation](https://libscran.github.io/irlba) for more details.
4747

4848
## Customizing matrices
4949

@@ -88,7 +88,7 @@ include(FetchContent)
8888
8989
FetchContent_Declare(
9090
irlba
91-
GIT_REPOSITORY https://github.com/LTLA/CppIrlba
91+
GIT_REPOSITORY https://github.com/libscran/irlba
9292
GIT_TAG master # or any version of interest
9393
)
9494
@@ -134,4 +134,3 @@ Note that this requires the dependencies listed in [`extern/CMakeLists.txt`](ext
134134
Baglama, James and Reichel, Lothar (2005).
135135
Augmented implicitly restarted Lanczos bidiagonalization methods.
136136
_SIAM J. Sci. Comput._, 27(1), 19-42.
137-

0 commit comments

Comments
 (0)