Skip to content

Commit 063baf9

Browse files
committed
Fix protocols of gh-pages page
1 parent 3e1cd19 commit 063baf9

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/Exporter/Docs.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public static function isForPublicUse()
2121
*/
2222
public static function getDescription()
2323
{
24-
return 'Build the page http://mlocati.github.io/cldr-to-gettext-plural-rules';
24+
return 'Build the page https://php-gettext.github.io/Languages/';
2525
}
2626

2727
/**
@@ -41,19 +41,19 @@ protected static function toStringDo($languages)
4141
<meta name="author" content="Michele Locati">
4242
<title>gettext plural rules - built from CLDR</title>
4343
<meta name="description" content="List of all language rules for gettext .po files automatically generated from the Unicode CLDR data" />
44-
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
44+
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/bootstrap/3.3.2/css/bootstrap.min.css">
4545
<link rel="stylesheet" href="style.css">
4646
</head>
4747
<body>
48-
<a href="https://github.com/mlocati/cldr-to-gettext-plural-rules" class="hidden-xs"><img style="position: fixed; top: 0; right: 0; border: 0; z-index: 2000" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
48+
<a href="https://github.com/php-gettext/Languages" class="hidden-xs"><img style="position: fixed; top: 0; right: 0; border: 0; z-index: 2000" src="https://s3.amazonaws.com/github/ribbons/forkme_right_red_aa0000.png" alt="Fork me on GitHub"></a>
4949
<div class="container-fluid">
5050
5151
EOT;
5252
$result .= static::buildTable($languages, true);
5353
$result .= <<<EOT
5454
5555
</div>
56-
<script src="http://code.jquery.com/jquery-1.11.2.min.js"></script>
56+
<script src="//code.jquery.com/jquery-1.11.2.min.js"></script>
5757
<script src="script.js"></script>
5858
</body>
5959
</html>

0 commit comments

Comments
 (0)