In the README file, the inline documentation and some PHP code there are link to http://drupal.org/.
drupal.org has adopted HTTPS as the default protocol for all its services. When a client request an URI using HTTP protocol, the response redirect the client to the corresponding HTTPS URI.
As a result of this, all the links should point to https://www.drupal.org/.
This issue is related to #2907870.