From 98f8ee31e39b7e3b862710bc7411c95aa7d11733 Mon Sep 17 00:00:00 2001 From: Paul Oppenheim Date: Wed, 15 May 2013 03:32:17 -0700 Subject: [PATCH] doc fix: migrations - wordpressdotcom command The new paths are what just worked for me. Was frustrating figuring it out, figured I'd share. --- site/docs/migrations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/site/docs/migrations.md b/site/docs/migrations.md index b8875e42..330be602 100644 --- a/site/docs/migrations.md +++ b/site/docs/migrations.md @@ -55,8 +55,8 @@ Next, export your blog using the Wordpress export utility. Assuming that the exported file is saved as `wordpress.xml`, here is the command you need to run: {% highlight bash %} -$ ruby -rubygems -e 'require "jekyll/migrators/wordpressdotcom"; - Jekyll::WordpressDotCom.process("wordpress.xml")' +$ ruby -rubygems -e 'require "jekyll/jekyll-import/wordpressdotcom"; + JekyllImport::WordpressDotCom.process("wordpress.xml")' {% endhighlight %}