@@ -43,15 +43,16 @@ <h3 id="what-android-roms-are-supported" class="title is-3">What Android ROMs ar
4343 </ p >
4444 < h4 > A selection of different Android-based ROMs and where to find them:</ h4 >
4545 < ul >
46- < li > < a href ="https://wiki.lineageos.org/devices/ " target ="_blank "> LineageOS</ a > </ li >
47- < li > < a href ="https://doc.e.foundation/devices " target ="_blank "> /e/OS</ a > </ li >
48- < li > < a href ="https://download.lineage.microg.org/ " target ="_blank "> LineageOS for microg</ a > </ li >
49- < li > < a href ="https://blissroms.org/ " target ="_blank "> BlissRoms</ a > </ li >
50- < li > < a href ="https://download.pixelexperience.org/ " target ="_blank "> PixelExperience with built-in
46+ < li > < a href ="https://wiki.lineageos.org/devices " rel ="noopener " target ="_blank "> LineageOS</ a > </ li >
47+ < li > < a href ="https://doc.e.foundation/devices " rel ="noopener " target ="_blank "> /e/OS</ a > </ li >
48+ < li > < a href ="https://download.lineage.microg.org " rel ="noopener " target ="_blank "> LineageOS for microG</ a >
49+ </ li >
50+ < li > < a href ="https://blissroms.org " rel ="noopener " target ="_blank "> BlissRoms</ a > </ li >
51+ < li > < a href ="https://download.pixelexperience.org " rel ="noopener " target ="_blank "> PixelExperience with
52+ built-in
5153 GApps</ a > </ li >
52- < li > or you can just search the web or the < a href ="https://forum.xda-developers.com "
53- target ="_blank "> xda-developers
54- forum</ a > for an appropriate version for your device.</ li >
54+ < li > or you can just search the web or the < a href ="https://forum.xda-developers.com " rel ="noopener "
55+ target ="_blank "> xda-developers forum</ a > for an appropriate version for your device.</ li >
5556 </ ul >
5657 </ div >
5758 </ div >
@@ -63,10 +64,8 @@ <h3 id="my-device-is-not-supported" class="title is-3">My device is not supporte
6364 </ p >
6465 < h4 > Contribute support for your device:</ h4 >
6566 < p > If you have some experience with flashing Android ROMs, you can find more details on how to contribute
66- here: < a class ="is-link " href ="https://github.com/openandroidinstaller-dev/openandroidinstaller#contributing "
67- target ="_blank "> How
68- to
69- contribute?</ a > </ p >
67+ here: < a class ="is-link " href ="https://openandroidinstaller.org/#contribute " rel ="noopener "
68+ target ="_blank "> How to contribute?</ a > </ p >
7069 < h4 > Ask for support:</ h4 >
7170 < p > You can also open a github issue and ask for support for your device. There might be reasons, that your
7271 device is not supported and likely will not get support.</ p >
@@ -79,15 +78,16 @@ <h3 id="which-addons" class="title is-3">What are addons and which ones are supp
7978 < br >
8079 < p > There are different packages of *Google Apps* available.</ p >
8180 < ul >
82- < li > < a href ="https://wiki.lineageos.org/gapps#downloads " target ="_blank "> MindTheGapps</ a > </ li >
83- < li > < a href ="https://nikgapps.com/ " target ="_blank "> NikGApps</ a > </ li >
81+ < li > < a href ="https://wiki.lineageos.org/gapps#downloads " rel =" noopener " target ="_blank "> MindTheGapps</ a > </ li >
82+ < li > < a href ="https://nikgapps.com " rel =" noopener " target ="_blank "> NikGApps</ a > </ li >
8483 </ ul >
85- < p > You can find out more about MicroG here: < a href ="https://microg.org/ " target ="_blank "> MicroG</ a > .
84+ < p > You can find out more about MicroG here: < a href ="https://microg.org " rel ="noopener "
85+ target ="_blank "> MicroG</ a > .
8686 The recommended way to install MicroG is to use the zip file provided here: < a
87- href ="https://github.com/FriendlyNeighborhoodShane/MinMicroG_releases /releases "
88- target ="_blank "> FriendlyNeighborhoodShane/MinMicroG_releases </ a > .
87+ href ="https://github.com/FriendlyNeighborhoodShane/MinMicroG-abuse-CI /releases " rel =" noopener "
88+ target ="_blank "> FriendlyNeighborhoodShane/MinMicroG-abuse-CI </ a > .
8989 The best way to get an installable zip for F-Droid can be found here: < a
90- href ="https://f-droid.org/en/packages/org.fdroid.fdroid.privileged.ota/ " target ="_blank "> F-Droid
90+ href ="https://f-droid.org/en/packages/org.fdroid.fdroid.privileged.ota " rel =" noopener " target ="_blank "> F-Droid
9191 App-Store</ a > .
9292 </ p >
9393 </ div >
@@ -152,14 +152,16 @@ <h3 id="is-it-virus" class="title is-3">Virus scanners show the tool as a virus
152152 people can verify that it's not malicious software.
153153 </ p >
154154 < p > The Installer is bundled and compiled python code made into an executable file. This is done with < a
155- href ="https://pyinstaller.org/ " target ="_blank "> pyinstaller</ a > .
155+ href ="https://pyinstaller.org " rel =" noopener " target ="_blank "> pyinstaller</ a > .
156156 As it turns out, false positive issues are known and people encounter them regularly.</ p >
157157 < ul >
158158 < li > < a
159159 href ="https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg "
160+ rel ="noopener "
160161 target ="_blank "> https://stackoverflow.com/questions/43777106/program-made-with-pyinstaller-now-seen-as-a-trojan-horse-by-avg</ a >
161162 </ li >
162163 < li > < a href ="https://github.com/pyinstaller/pyinstaller/blob/develop/.github/ISSUE_TEMPLATE/antivirus.md "
164+ rel ="noopener "
163165 target ="_blank "> https://github.com/pyinstaller/pyinstaller/blob/develop/.github/ISSUE_TEMPLATE/antivirus.md</ a >
164166 </ li >
165167 </ ul >
0 commit comments