concept-collection / ephys_compression_tests
Update links to concept-collection location
magland <jmagland@flatironinstitute.org> committed commit 321b66a33fce parent 3d1996b Browse files
3 changed files+4−4
python/ephys_compression_tests/run_benchmarks/collect_info.pymodified+2−2View file
@@ -2,8 +2,8 @@ from typing import List, Dict, Any
22 from ._memobin import construct_dataset_url, construct_reconstructed_url
33 from ..types import Algorithm
44
5-GITHUB_ALGORITHMS_PREFIX = "https://github.com/magland/ephys_compression_tests/blob/main/python/ephys_compression_tests/algorithms/"
6-GITHUB_DATASETS_PREFIX = "https://github.com/magland/ephys_compression_tests/blob/main/python/ephys_compression_tests/datasets/"
5+GITHUB_ALGORITHMS_PREFIX = "https://github.com/concept-collection/ephys_compression_tests/blob/main/python/ephys_compression_tests/algorithms/"
6+GITHUB_DATASETS_PREFIX = "https://github.com/concept-collection/ephys_compression_tests/blob/main/python/ephys_compression_tests/datasets/"
77
88
99 def collect_algorithm_info(algorithms: List[Dict[str, Algorithm]]) -> List[Dict[str, Any]]:
web-ui/src/content/home-content.ymlmodified+1−1View file
@@ -34,7 +34,7 @@ sections:
3434 description:
3535 Explore the GitHub repository to view the source code, contribute to the
3636 project, or run your own benchmarks locally.
37- link: https://github.com/magland/ephys_compression_tests
37+ link: https://github.com/concept-collection/ephys_compression_tests
3838 linkText: View on GitHub
3939 external: true
4040
web-ui/src/pages/Home.tsxmodified+1−1View file
@@ -178,7 +178,7 @@ export default function Home() {
178178 )}
179179 Released under{" "}
180180 <a
181- href="https://github.com/magland/ephys_compression_tests/blob/main/LICENSE"
181+ href="https://github.com/concept-collection/ephys_compression_tests/blob/main/LICENSE"
182182 target="_blank"
183183 rel="noopener noreferrer"
184184 style={{ color: "#666", textDecoration: "underline" }}