Because many are missing a leading http://, many website links on the drc_company and shareholder show pages are read as relative links.
e.g.
href="www.anglogoldashanti.com" is read as a relative link.
So, we should validate for the presence of http://, and if possible add this to all existing links for both shareholders and drc_companies.
Because many are missing a leading
http://, many website links on the drc_company and shareholder show pages are read as relative links.e.g.
href="www.anglogoldashanti.com"is read as a relative link.So, we should validate for the presence of
http://, and if possible add this to all existing links for both shareholders and drc_companies.