@@ -405,7 +405,7 @@ enum Main:TestMain, TestBattery
405
405
406
406
func load( _ reference: Int , into html: inout HTML . ContentEncoder )
407
407
{
408
- html [ . a, { $0. href = " swiftinit.org " } ] = String . init ( reference,
408
+ html [ . a, { $0. href = " https:// swiftinit.org" } ] = String . init ( reference,
409
409
radix: 16 )
410
410
}
411
411
}
@@ -414,7 +414,7 @@ enum Main:TestMain, TestBattery
414
414
let html : HTML = . init { $0 += renderable }
415
415
416
416
tests. expect ( html. description ==?
417
- " <p>before<a href='swiftinit.org'>aabbccdd</a>after</p> " )
417
+ " <p>before<a href='https:// swiftinit.org'>aabbccdd</a>after</p> " )
418
418
}
419
419
if let tests: TestGroup = tests / " ReferenceAttributes "
420
420
{
@@ -442,7 +442,7 @@ enum Main:TestMain, TestBattery
442
442
443
443
func load( _ reference: Int , for _: Markdown . Bytecode . Attribute ) -> String ?
444
444
{
445
- reference & 1 == 0 ? nil : " swiftinit.org "
445
+ reference & 1 == 0 ? nil : " https:// swiftinit.org"
446
446
}
447
447
}
448
448
@@ -467,7 +467,7 @@ enum Main:TestMain, TestBattery
467
467
<pre><code> \
468
468
<span class='xk'>let</span> \
469
469
<span class='xv'>x</span>: \
470
- <a class='xt' href='swiftinit.org'>Int</a> \
470
+ <a class='xt' href='https:// swiftinit.org'>Int</a> \
471
471
</code></pre>
472
472
""" )
473
473
}
0 commit comments