Skip to content

Commit ff5fa5b

Browse files
committed
Use protocal-relative url
1 parent a8b8055 commit ff5fa5b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/usingelements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ An example `index.html` file:
6464
</head>
6565
<body>
6666
<!-- 3. Declare the element. Configure using its attributes. -->
67-
<core-ajax url="http://example.com/json"
67+
<core-ajax url="//example.com/json"
6868
handleAs="json"></core-ajax>
6969

7070
<script>

0 commit comments

Comments
 (0)