Skip to content

Commit 7019b31

Browse files
authored
Update metalsmith.md with migrated repo links
1 parent 611e512 commit 7019b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/site/generators/metalsmith.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Metalsmith
3-
repo: segmentio/metalsmith
3+
repo: metalsmith/metalsmith
44
homepage: http://www.metalsmith.io/
55
language:
66
- JavaScript
@@ -46,7 +46,7 @@ Each plugin is invoked with the contents of the source directory, and each file
4646
}
4747
```
4848

49-
...which any of the plugins can then manipulate however they want. And writing the plugins is incredibly simple, just take a look at the [example drafts plugin](https://github.com/segmentio/metalsmith-drafts/blob/master/lib/index.js).
49+
...which any of the plugins can then manipulate however they want. And writing the plugins is incredibly simple, just take a look at the [example drafts plugin](https://github.com/metalsmith/drafts/blob/master/lib/index.js).
5050

5151
Of course they can get a lot more complicated too. That's what makes Metalsmith powerful; the plugins can do anything you want!
5252

0 commit comments

Comments
 (0)