Automattic / go-search-replace

🚀 Search & replace URLs in WordPress SQL files.
https://wpvip.com/2018/03/28/data-sync-on-vip-go/
GNU General Public License v3.0
88 stars 19 forks source link

Protocol relative URLs #3

Closed simonwheatley closed 7 years ago

simonwheatley commented 7 years ago

We should replace protocol relative URLs, e.g. with whatever the destination protocol is:

//example.com => https://example.com
…or…
//example.com => http://example.com
joshbetz commented 7 years ago

@simonwheatley Is this similar to #1?

simonwheatley commented 7 years ago

I guess it is, yes.