Skip to content

Commit 73c31b6

Browse files
committed
update doc links
1 parent dad8fd1 commit 73c31b6

File tree

3 files changed

+37
-37
lines changed

3 files changed

+37
-37
lines changed

CHANGELOG-2021.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Update D3 to 7.2.1.
2626

2727
Plot can now produce [legends for *color* and *opacity* scales](https://observablehq.com/plot/features/legends)!
2828

29-
[<img src="./img/legend.png" width="660" alt="a scatterplot with a color legend">](https://observablehq.com/@observablehq/plot-legends)
29+
[<img src="./img/legend.png" width="660" alt="a scatterplot with a color legend">](https://observablehq.com/plot/features/legends)
3030

3131
```js
3232
Plot.plot({
@@ -43,7 +43,7 @@ The top-level plot *scale*.**legend** option generates an inline legend for the
4343

4444
The new [Plot.image](https://observablehq.com/plot/marks/image) mark centers an image on the given *xy* position.
4545

46-
[<img src="./img/image.png" width="640" alt="a scatterplot of U.S. presidents">](https://observablehq.com/@observablehq/plot-image)
46+
[<img src="./img/image.png" width="640" alt="a scatterplot of U.S. presidents">](https://observablehq.com/plot/marks/image)
4747

4848
```js
4949
Plot.plot({

0 commit comments

Comments
 (0)