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 %}