Skip to content

Commit 5c791fd

Browse files
authored
docs: fix dead links (#345)
1 parent b1d13bd commit 5c791fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -535,7 +535,7 @@ <h3 id="chroma-brewer">chroma.brewer</h3>
535535
</code></pre>
536536
<h3 id="chroma-bezier">chroma.bezier</h3>
537537
<h4 id="-colors-">(colors)</h4>
538-
<p><code>chroma.bezier</code> returns a function that <a href="https://www.vis4.net/blog/posts/mastering-multi-hued-color-scales/">bezier-interpolates between colors</a> in <code>Lab</code> space. The input range of the function is <code>[0..1]</code>.</p>
538+
<p><code>chroma.bezier</code> returns a function that <a href="https://www.vis4.net/blog/mastering-multi-hued-color-scales/">bezier-interpolates between colors</a> in <code>Lab</code> space. The input range of the function is <code>[0..1]</code>.</p>
539539
<pre><code class="lang-js">// linear interpolation
540540
chroma.scale([&#39;yellow&#39;, &#39;red&#39;, &#39;black&#39;]);
541541
// bezier interpolation

docs/src/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -876,7 +876,7 @@ chroma.brewer.OrRd
876876
### chroma.bezier
877877
#### (colors)
878878

879-
`chroma.bezier` returns a function that [bezier-interpolates between colors](https://www.vis4.net/blog/posts/mastering-multi-hued-color-scales/) in `Lab` space. The input range of the function is `[0..1]`.
879+
`chroma.bezier` returns a function that [bezier-interpolates between colors](https://www.vis4.net/blog/mastering-multi-hued-color-scales/) in `Lab` space. The input range of the function is `[0..1]`.
880880

881881
```js
882882
// linear interpolation

0 commit comments

Comments
 (0)