We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Because many are missing a leading http://, many website links on the drc_company and shareholder show pages are read as relative links.
http://
e.g.
href="www.anglogoldashanti.com" is read as a relative link.
href="www.anglogoldashanti.com"
So, we should validate for the presence of http://, and if possible add this to all existing links for both shareholders and drc_companies.
The text was updated successfully, but these errors were encountered:
markmcdonald51
No branches or pull requests
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.The text was updated successfully, but these errors were encountered: