@@ -306,12 +306,12 @@ struct MarkdownRenderer_PageElementsTests {
306306 <span class= " token-identifier " >doSomething</span>
307307 (<span class= " token-externalParam " >with</span>
308308 <span class= " token-internalParam " >first</span>
309- : <a class= " token-typeIdentifier " href= " ../../FirstParameterValue /index.html " >FirstParameterValue</a>
309+ : <a class= " token-typeIdentifier " href= " ../../firstparametervalue /index.html " >FirstParameterValue</a>
310310 , <span class= " token-externalParam " >and</span>
311311 <span class= " token-internalParam " >second</span>
312- : <a class= " token-typeIdentifier " href= " ../../SecondParameterValue /index.html " >SecondParameterValue</a>
312+ : <a class= " token-typeIdentifier " href= " ../../secondparametervalue /index.html " >SecondParameterValue</a>
313313 ) <span class= " token-keyword " >throws</span>
314- -> <a class= " token-typeIdentifier " href= " ../../ReturnValue /index.html " >ReturnValue</a>
314+ -> <a class= " token-typeIdentifier " href= " ../../returnvalue /index.html " >ReturnValue</a>
315315 </code>
316316 </pre>
317317 """ )
@@ -449,22 +449,22 @@ struct MarkdownRenderer_PageElementsTests {
449449 <span class= " token-identifier " >doSomething</span>
450450 (<span class= " token-externalParam " >with</span>
451451 <span class= " token-internalParam " >first</span>
452- : <a class= " token-typeIdentifier " href= " ../../FirstParameterValue /index.html " >FirstParameterValue</a>
452+ : <a class= " token-typeIdentifier " href= " ../../firstparametervalue /index.html " >FirstParameterValue</a>
453453 , <span class= " token-externalParam " >and</span>
454454 <span class= " token-internalParam " >second</span>
455- : <a class= " token-typeIdentifier " href= " ../../SecondParameterValue /index.html " >SecondParameterValue</a>
455+ : <a class= " token-typeIdentifier " href= " ../../secondparametervalue /index.html " >SecondParameterValue</a>
456456 ) <span class= " token-keyword " >throws</span>
457- -> <a class= " token-typeIdentifier " href= " ../../ReturnValue /index.html " >ReturnValue</a>
457+ -> <a class= " token-typeIdentifier " href= " ../../returnvalue /index.html " >ReturnValue</a>
458458 </code>
459- <code class= " occ-only " >- (<a class= " token-typeIdentifier " href= " ../../ReturnValue /index.html " >ReturnValue</a>
459+ <code class= " occ-only " >- (<a class= " token-typeIdentifier " href= " ../../returnvalue /index.html " >ReturnValue</a>
460460 ) <span class= " token-identifier " >doSomethingWithFirst</span>
461- : (<a class= " token-typeIdentifier " href= " ../../FirstParameterValue /index.html " >FirstParameterValue</a>
461+ : (<a class= " token-typeIdentifier " href= " ../../firstparametervalue /index.html " >FirstParameterValue</a>
462462 ) <span class= " token-internalParam " >first</span>
463463 <span class= " token-identifier " >andSecond</span>
464- : (<a class= " token-typeIdentifier " href= " ../../SecondParameterValue /index.html " >SecondParameterValue</a>
464+ : (<a class= " token-typeIdentifier " href= " ../../secondparametervalue /index.html " >SecondParameterValue</a>
465465 ) <span class= " token-internalParam " >second</span>
466466 <span class= " token-identifier " >error</span>
467- : (<a class= " token-typeIdentifier " href= " ../../../Foundation/NSError /index.html " >NSError</a>
467+ : (<a class= " token-typeIdentifier " href= " ../../../foundation/nserror /index.html " >NSError</a>
468468 **) <span class= " token-internalParam " >error</span>
469469 ;</code>
470470 </pre>
@@ -556,7 +556,7 @@ struct MarkdownRenderer_PageElementsTests {
556556 <p>Some description of this group</p>
557557 <ul>
558558 <li>
559- <a href= " ../../SomeClass /index.html " >
559+ <a href= " ../../someclass /index.html " >
560560 <code class= " swift-only " >
561561 <span class= " decorator " >class </span>
562562 <span class= " identifier " >Some<wbr/>
@@ -572,15 +572,15 @@ struct MarkdownRenderer_PageElementsTests {
572572 </a>
573573 </li>
574574 <li>
575- <a href= " ../../SomeArticle /index.html " >
575+ <a href= " ../../somearticle /index.html " >
576576 <p>Some Article</p>
577577 <p>Some <b>formatted</b>
578578 description of this <i>article</i>
579579 .</p>
580580 </a>
581581 </li>
582582 <li>
583- <a href= " ../../SomeClass/someMethod (with:and:)/index.html " >
583+ <a href= " ../../someclass/somemethod (with:and:)/index.html " >
584584 <code class= " swift-only " >
585585 <span class= " decorator " >func </span>
586586 <span class= " identifier " >some<wbr/>
@@ -614,22 +614,22 @@ struct MarkdownRenderer_PageElementsTests {
614614 <p>Some description of this group</p>
615615 <ul>
616616 <li>
617- <a href= " ../../SomeClass /index.html " >
617+ <a href= " ../../someclass /index.html " >
618618 <code>class SomeClass</code>
619619 <p>Some <i>formatted</i>
620620 description of this class</p>
621621 </a>
622622 </li>
623623 <li>
624- <a href= " ../../SomeArticle /index.html " >
624+ <a href= " ../../somearticle /index.html " >
625625 <p>Some Article</p>
626626 <p>Some <b>formatted</b>
627627 description of this <i>article</i>
628628 .</p>
629629 </a>
630630 </li>
631631 <li>
632- <a href= " ../../SomeClass/someMethod (with:and:)/index.html " >
632+ <a href= " ../../someclass/somemethod (with:and:)/index.html " >
633633 <code>func someMethod(with: Int, and: String)</code>
634634 </a>
635635 </li>
0 commit comments