diff --git a/docs/src/pages/docs/overview.md b/docs/src/pages/docs/overview.md index b3409da2..4b24316a 100644 --- a/docs/src/pages/docs/overview.md +++ b/docs/src/pages/docs/overview.md @@ -13,6 +13,6 @@ You will, however, need general knowledge of: It's optional for basic charting, but if you really want to be productive, you'll want to understand: -- High-level Scale Architypes, the differences in what they do, and why you would use one over the other. Again, you do not need to know how to build your own scales or use `d3-scale`, but knowing the concepts and ideas behind scale types like `time`, `linear/continuous`, and `ordinal/band` will go a long way. [Learn more at Observerble](https://observablehq.com/@d3/learn-d3-scales). +- High-level Scale Architypes, the differences in what they do, and why you would use one over the other. Again, you do not need to know how to build your own scales or use `d3-scale`, but knowing the concepts and ideas behind scale types like `time`, `linear/continuous`, and `ordinal/band` will go a long way. [Learn more at Observable](https://observablehq.com/@d3/learn-d3-scales). I think that's it TBH! But this list might grow/shrink in the future. If you think something should be added to this list or changed in anyway, hit the **Edit this page on Github** link at the bottom!