fluks / redirect-link

A browser addon to redirect a link to somewhere else.
GNU General Public License v3.0
22 stars 2 forks source link

Remove the leading slash from %p format substitution? #8

Closed fluks closed 5 years ago

fluks commented 5 years ago

When the %p format is replaced by the path of the URL, the leading slash is added too. You can't remove that, but you could always add it if you need to. Should it be removed?

fluks commented 5 years ago

This is a breaking change.

fluks commented 5 years ago

Commit eb35cb3 implements this.