I've developed a Firefox addon. Let's say addon.xpi. I hosted it on my site, but now it also available in the Mozilla repo.
So, I want to move all existing users (who installed addon.xpi from my site) to Mozilla repo. As I understand, since the both addons (on my site and in the repo) have the same ID, I need just put some "Mozilla repo" link to UpdateURL for selfhosted version, and then next time all users will install updates from the repo.
Am I right? Does somebody know general update URL for addons in Mozilla repository?