Skip to content

Commit 7087a1f

Browse files
committed
Use protocol-relative URLs.
1 parent 331e74b commit 7087a1f

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

LICENSE-MIT.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
Copyright (c) 2012 jQuery Foundation, http://jquery.org/
1+
Copyright (c) 2013 jQuery Foundation, https://jquery.org/
22

33
This software consists of voluntary contributions made by many
44
individuals. For exact contribution history, see the revision history
5-
and logs, available at http://github.com/jquery/api.jqueryui.com
5+
and logs, available at https://github.com/jquery/api.jqueryui.com
66

77
Permission is hereby granted, free of charge, to any person obtaining
88
a copy of this software and associated documentation files (the

categories.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<category name="Uncategorized" slug="uncategorized"/>
33
<category name="Effects" slug="effects">
44
<desc><![CDATA[
5-
<p>jQuery UI adds quite a bit of functionality on top of <a href="http://api.jquery.com/category/effects/">jQuery's built-in effects</a>. jQuery UI adds support for animating colors and class transitions, as well as providing several additional <a href="/easings/">easings</a>. In addition, a full suite of custom effects are available for use when showing and hiding elements or just to add some visual appeal.</p>
5+
<p>jQuery UI adds quite a bit of functionality on top of <a href="//api.jquery.com/category/effects/">jQuery's built-in effects</a>. jQuery UI adds support for animating colors and class transitions, as well as providing several additional <a href="/easings/">easings</a>. In addition, a full suite of custom effects are available for use when showing and hiding elements or just to add some visual appeal.</p>
66
]]></desc>
77
</category>
88
<category name="Widgets" slug="widgets">

entries2html.xsl

+4-4
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@
99
&lt;head&gt;
1010
&lt;meta charset="utf-8"&gt;
1111
&lt;title&gt;<xsl:value-of select="//entry/@name"/> demo&lt;/title&gt;
12-
&lt;link rel="stylesheet" href="http://code.jquery.com/ui/1.8.24/themes/base/jquery-ui.css"&gt;<xsl:if test="css">
12+
&lt;link rel="stylesheet" href="//code.jquery.com/ui/1.8.24/themes/base/jquery-ui.css"&gt;<xsl:if test="css">
1313
&lt;style&gt;<xsl:value-of select="css/text()"/> &lt;/style&gt;</xsl:if>
14-
&lt;script src="http://code.jquery.com/jquery-1.8.2.js"&gt;&lt;/script&gt;
15-
&lt;script src="http://code.jquery.com/ui/1.8.24/jquery-ui.js"&gt;&lt;/script&gt;
14+
&lt;script src="//code.jquery.com/jquery-1.8.2.js"&gt;&lt;/script&gt;
15+
&lt;script src="//code.jquery.com/ui/1.8.24/jquery-ui.js"&gt;&lt;/script&gt;
1616
&lt;/head&gt;
1717
&lt;body&gt;
1818
<xsl:value-of select="html/text()"/>
@@ -27,7 +27,7 @@ the method of the same name from jQuery core -->
2727
<xsl:template match="//placeholder[@name = 'core-link']">
2828
<a>
2929
<xsl:attribute name="href">
30-
<xsl:value-of select="concat('http://api.jquery.com/', ancestor::entry/@name)"/>
30+
<xsl:value-of select="concat('//api.jquery.com/', ancestor::entry/@name)"/>
3131
</xsl:attribute>
3232
<code>
3333
<xsl:text>.</xsl:text>

0 commit comments

Comments
 (0)