Github-Pages.xml 207 B

123456789101112
  1. <!--
  2. For other GitHub coverage, see Github.xml.
  3. -->
  4. <ruleset name="GitHub Pages">
  5. <target host="*.github.io" />
  6. <rule from="^http://([^/@:\.]+)\.github\.io/"
  7. to="https://$1.github.io/" />
  8. </ruleset>