Skip to content

Commit

Permalink
Amend readme
Browse files Browse the repository at this point in the history
  • Loading branch information
frankdarnese committed Aug 16, 2017
2 parents 5119df6 + 1d56dd0 commit b605d7e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ UPDATE wp_posts SET post_content = replace(post_content, 'http://www.localhost:8
UPDATE wp_postmeta SET meta_value = replace(meta_value,'http://www.localhost:8888/testing','http://www.live-website.com');
```

Alternatively use this nice and easy script <a href="https://codepen.io/FDarnese/pen/OjJLya">link here</a> that takes the old and new URLs and hands you the sql code for the WordPress swap.
Alternatively use this nice and easy script <a href="https://codepen.io/FDarnese/full/OjJLya">link here</a> that takes the old and new URLs and hands you the sql code for the WordPress swap.

### <a name="3">3. Installing WP-CLI

Expand Down

0 comments on commit b605d7e

Please sign in to comment.