Update links to concept-collection location
2 changed files+2−2
README.mdmodified+1−1View file
@@ -2,6 +2,6 @@
22
33 Illustration of the Asymmetric Numeral Systems algorithm. [Duda et al., 2015](https://ieeexplore.ieee.org/abstract/document/7170048).
44
5-[View the live visualizer](https://visposts.github.io/ans-visualizer/)
5+[View the live visualizer](https://concept-collection.github.io/ans-visualizer/)
66
77 [simple_ans: A simple and efficient Python implementation of ANS](https://github.com/flatironinstitute/simple_ans)
src/App.tsxmodified+1−1View file
@@ -45,7 +45,7 @@ function App() {
4545 <Tooltip title="View source on GitHub">
4646 <IconButton
4747 component="a"
48- href="https://github.com/visposts/ans-visualizer"
48+ href="https://github.com/concept-collection/ans-visualizer"
4949 target="_blank"
5050 rel="noopener noreferrer"
5151 sx={{