diff --git a/README.md b/README.md index 97cc25cd..38ffa4f5 100644 --- a/README.md +++ b/README.md @@ -6,12 +6,12 @@ It is designed with HPC (High Performance Computing) usage at the forefront. It The library is still in early stages of development. As a result, the API is not stable and likely to change in the near future. -:rocket: [Installation & Basic Usage](https://su-hpc.github.io/sparsebase/pages/getting_started.html) +:rocket: [Installation & Basic Usage](https://sparcityeu.github.io/sparsebase/pages/getting_started.html) -:computer: [Source Code](https://github.com/SU-HPC/sparsebase) +:computer: [Source Code](https://github.com/sparcityeu/sparsebase) -:books: [Documentation](https://su-hpc.github.io/sparsebase/) +:books: [Documentation](https://sparcityeu.github.io/sparsebase/) -:scroll: [License](https://github.com/SU-HPC/sparsebase/blob/main/LICENSE) +:scroll: [License](https://sparcityeu.github.io/sparsebase/pages/license.html) -:heart: [Contribution Guide](https://su-hpc.github.io/sparsebase/pages/contributing/index.html) +:heart: [Contribution Guide](https://sparcityeu.github.io/sparsebase/pages/contributing/index.html) diff --git a/src/sparsebase/context/context.h b/src/sparsebase/context/context.h index c79e7047..62d7fdac 100644 --- a/src/sparsebase/context/context.h +++ b/src/sparsebase/context/context.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_CONTEXT_CONTEXT_H_ #define SPARSEBASE_SPARSEBASE_CONTEXT_CONTEXT_H_ diff --git a/src/sparsebase/context/cuda/context.cuh b/src/sparsebase/context/cuda/context.cuh index efd3e73c..6be77247 100644 --- a/src/sparsebase/context/cuda/context.cuh +++ b/src/sparsebase/context/cuda/context.cuh @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_CONTEXT_CUDA_CONTEXT_H_ #define SPARSEBASE_SPARSEBASE_CONTEXT_CUDA_CONTEXT_H_ diff --git a/src/sparsebase/feature/feature.h b/src/sparsebase/feature/feature.h index 8f832674..dd070de4 100644 --- a/src/sparsebase/feature/feature.h +++ b/src/sparsebase/feature/feature.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_FEATURE_FEATURE_H_ #define SPARSEBASE_SPARSEBASE_FEATURE_FEATURE_H_ diff --git a/src/sparsebase/format/cuda/format.cuh b/src/sparsebase/format/cuda/format.cuh index 3b64e39d..122c3315 100644 --- a/src/sparsebase/format/cuda/format.cuh +++ b/src/sparsebase/format/cuda/format.cuh @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #include "sparsebase/context/context.h" #include "sparsebase/context/cuda/context.cuh" diff --git a/src/sparsebase/format/format.h b/src/sparsebase/format/format.h index 469ca165..44733279 100644 --- a/src/sparsebase/format/format.h +++ b/src/sparsebase/format/format.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_FORMAT_FORMAT_H_ #define SPARSEBASE_SPARSEBASE_FORMAT_FORMAT_H_ diff --git a/src/sparsebase/object/object.h b/src/sparsebase/object/object.h index c06c3d53..915ce28c 100644 --- a/src/sparsebase/object/object.h +++ b/src/sparsebase/object/object.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_OBJECT_OBJECT_H_ #define SPARSEBASE_SPARSEBASE_OBJECT_OBJECT_H_ diff --git a/src/sparsebase/preprocess/cuda/preprocess.cuh b/src/sparsebase/preprocess/cuda/preprocess.cuh index 31383937..ca5d7d12 100644 --- a/src/sparsebase/preprocess/cuda/preprocess.cuh +++ b/src/sparsebase/preprocess/cuda/preprocess.cuh @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_PREPROCESS_CUDA_PREPROCESS_H_ #define SPARSEBASE_SPARSEBASE_PREPROCESS_CUDA_PREPROCESS_H_ diff --git a/src/sparsebase/preprocess/preprocess.h b/src/sparsebase/preprocess/preprocess.h index bc50324a..f086ca81 100644 --- a/src/sparsebase/preprocess/preprocess.h +++ b/src/sparsebase/preprocess/preprocess.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_PREPROCESS_PREPROCESS_H_ #define SPARSEBASE_SPARSEBASE_PREPROCESS_PREPROCESS_H_ diff --git a/src/sparsebase/sparsebase.h b/src/sparsebase/sparsebase.h index 546a7047..3c8274a0 100644 --- a/src/sparsebase/sparsebase.h +++ b/src/sparsebase/sparsebase.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_H_ #define SPARSEBASE_SPARSEBASE_H_ diff --git a/src/sparsebase/utils/converter/converter.h b/src/sparsebase/utils/converter/converter.h index d099e43b..fad1d53b 100644 --- a/src/sparsebase/utils/converter/converter.h +++ b/src/sparsebase/utils/converter/converter.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_UTILS_CONVERTER_CONVERTER_H_ #define SPARSEBASE_SPARSEBASE_UTILS_CONVERTER_CONVERTER_H_ diff --git a/src/sparsebase/utils/converter/cuda/converter.cuh b/src/sparsebase/utils/converter/cuda/converter.cuh index 49bbe9d7..cfdf56b4 100644 --- a/src/sparsebase/utils/converter/cuda/converter.cuh +++ b/src/sparsebase/utils/converter/cuda/converter.cuh @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #include "sparsebase/format/cuda/format.cuh" #include "sparsebase/format/format.h" diff --git a/src/sparsebase/utils/exception.h b/src/sparsebase/utils/exception.h index 3c6f6bee..386ccb22 100644 --- a/src/sparsebase/utils/exception.h +++ b/src/sparsebase/utils/exception.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_UTILS_EXCEPTION_H_ #define SPARSEBASE_SPARSEBASE_UTILS_EXCEPTION_H_ diff --git a/src/sparsebase/utils/io/reader.h b/src/sparsebase/utils/io/reader.h index be6c163c..889f6c85 100644 --- a/src/sparsebase/utils/io/reader.h +++ b/src/sparsebase/utils/io/reader.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_UTILS_IO_READER_H_ #define SPARSEBASE_SPARSEBASE_UTILS_IO_READER_H_ diff --git a/src/sparsebase/utils/io/sparse_file_format.h b/src/sparsebase/utils/io/sparse_file_format.h index 696cded3..d89cf4c0 100644 --- a/src/sparsebase/utils/io/sparse_file_format.h +++ b/src/sparsebase/utils/io/sparse_file_format.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_UTILS_IO_SPARSE_FILE_FORMAT_H_ #define SPARSEBASE_SPARSEBASE_UTILS_IO_SPARSE_FILE_FORMAT_H_ diff --git a/src/sparsebase/utils/io/writer.h b/src/sparsebase/utils/io/writer.h index 0cc9d81b..ecc1f037 100644 --- a/src/sparsebase/utils/io/writer.h +++ b/src/sparsebase/utils/io/writer.h @@ -4,7 +4,7 @@ * * This file is distributed under MIT license. * The complete license agreement can be obtained at: - * https://github.com/SU-HPC/sparsebase/blob/main/LICENSE + * https://sparcityeu.github.io/sparsebase/pages/license.html ********************************************************/ #ifndef SPARSEBASE_SPARSEBASE_UTILS_IO_WRITER_H_ #define SPARSEBASE_SPARSEBASE_UTILS_IO_WRITER_H_