From 7019b31aefea30e18b83f3a818b17574e2840aaa Mon Sep 17 00:00:00 2001 From: Kevin Van Lierde Date: Thu, 6 Jan 2022 23:09:49 +0100 Subject: [PATCH] Update metalsmith.md with migrated repo links --- src/site/generators/metalsmith.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/site/generators/metalsmith.md b/src/site/generators/metalsmith.md index c51d03fa2..167813aae 100644 --- a/src/site/generators/metalsmith.md +++ b/src/site/generators/metalsmith.md @@ -1,6 +1,6 @@ --- title: Metalsmith -repo: segmentio/metalsmith +repo: metalsmith/metalsmith homepage: http://www.metalsmith.io/ language: - JavaScript @@ -46,7 +46,7 @@ Each plugin is invoked with the contents of the source directory, and each file } ``` -...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). +...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). Of course they can get a lot more complicated too. That's what makes Metalsmith powerful; the plugins can do anything you want!