File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ function buildDocumentationLinks(tool) {
1616 return [ ] ;
1717 }
1818 return [
19- { label : "README " , path : `${ folder } /README.md ` } ,
20- { label : "How To Use " , path : `${ folder } /how_to_use.html ` }
19+ { label : "How To Use " , path : `${ folder } /how_to_use.html ` } ,
20+ { label : "README " , path : `${ folder } /README.md ` }
2121 ] ;
2222}
2323
@@ -78,8 +78,8 @@ function renderWorkspaceManagerCard() {
7878 <p>Shared hosted launcher for opening tools inside a managed workspace container.</p>
7979 <div class="meta">
8080 <a class="tools-platform-card__action" href="/tools/Workspace%20Manager/index.html">Open Workspace Manager</a>
81- <a class="tools-platform-card__action tools-platform-card__action--secondary" href="Workspace Manager/README.md">README</a>
8281 <a class="tools-platform-card__action tools-platform-card__action--secondary" href="Workspace Manager/how_to_use.html">How To Use</a>
82+ <a class="tools-platform-card__action tools-platform-card__action--secondary" href="Workspace Manager/README.md">README</a>
8383 </div>
8484 </div>
8585 ` ;
You can’t perform that action at this time.
0 commit comments