- From: SVG Working Group repository <cam+svgwgrepo@mcc.id.au>
- Date: Tue, 04 Jun 2013 17:40:22 -0700
- To: public-svg-wg@w3.org
details: https://svgwg.org/hg/svg2/rev/3db1132608bd
branches:
changeset: 505:3db1132608bd
user: Cyril Concolato <cyril.concolato@telecom-paristech.fr>
date: Wed Jun 05 02:39:43 2013 +0200
description:
Changed reference to respec to use https
diffstat:
specs/streaming/index.html | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (21 lines):
diff --git a/specs/streaming/index.html b/specs/streaming/index.html
--- a/specs/streaming/index.html
+++ b/specs/streaming/index.html
@@ -1,16 +1,16 @@
<!DOCTYPE html>
<!-- vim: set expandtab ts=2 sw=2 tw=80: -->
<html>
<head>
<title>SVG Streaming</title>
<meta charset="utf-8">
<!--script src="respec/respec.js" class="remove"></script-->
- <script src='http://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
+ <script src='https://www.w3.org/Tools/respec/respec-w3c-common' class='remove' async></script>
<script class="remove">
var respecConfig = {
// specification status (e.g. WD, LCWD, NOTE, etc.). If in doubt use
specStatus: "ED",
// the specification's short name, as in
// http://www.w3.org/TR/short-name/
shortName: "svg-streaming",
Received on Wednesday, 5 June 2013 00:40:50 UTC