Skip to content

Commit 5654961

Browse files
authored
Update about.html to link to each test's GitHub directories instead of directly linking to README.md files. (#384)
1 parent 377c6c7 commit 5654961

File tree

1 file changed

+24
-15
lines changed

1 file changed

+24
-15
lines changed

about.html

Lines changed: 24 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -32,36 +32,45 @@ <h1 class="section-header">About Speedometer 3</h1>
3232
<li>Measures the time to add, complete, and remove 100 todo items in a basic list.</li>
3333
<li>Each example implements the same todo application (TodoMVC) using different techniques and frameworks.</li>
3434
<li>
35-
Workloads: <a href="resources/todomvc/vanilla-examples/javascript-es5/README.md" target="_blank">TodoMVC-JavaScript-ES5</a>,
36-
<a href="resources/todomvc/vanilla-examples/javascript-es6-webpack-complex/README.md" target="_blank">TodoMVC-JavaScript-ES6-Webpack-Complex-DOM</a>,
37-
<a href="resources/todomvc/vanilla-examples/javascript-web-components/README.md" target="_blank">TodoMVC-WebComponents</a>,
38-
<a href="resources/todomvc/architecture-examples/react-complex/README.md" target="_blank">TodoMVC-React-Complex-DOM</a>,
39-
<a href="resources/todomvc/architecture-examples/react-redux/README.md" target="_blank">TodoMVC-React-Redux</a>,
40-
<a href="resources/todomvc/architecture-examples/backbone/README.md" target="_blank">TodoMVC-Backbone</a>,
41-
<a href="resources/todomvc/architecture-examples/angular-complex/README.md" target="_blank">TodoMVC-Angular-Complex-DOM</a>,
42-
<a href="resources/todomvc/architecture-examples/vue/README.md" target="_blank">TodoMVC-Vue</a>, <a href="resources/todomvc/architecture-examples/jquery/README.md" target="_blank">TodoMVC-jQuery</a>,
43-
<a href="resources/todomvc/architecture-examples/preact-complex/README.md" target="_blank">TodoMVC-Preact-Complex-DOM</a>,
44-
<a href="resources/todomvc/architecture-examples/svelte-complex/README.md" target="_blank">TodoMVC-Svelte-Complex-DOM</a>,
45-
<a href="resources/todomvc/architecture-examples/lit-complex/README.md" target="_blank">TodoMVC-Lit-Complex-DOM</a>
35+
Workloads: <a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/vanilla-examples/javascript-es5" target="_blank">TodoMVC-JavaScript-ES5</a>,
36+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/vanilla-examples/javascript-es6-webpack-complex" target="_blank">TodoMVC-JavaScript-ES6-Webpack-Complex-DOM</a>,
37+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/vanilla-examples/javascript-web-components" target="_blank">TodoMVC-WebComponents</a>,
38+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/react-complex" target="_blank">TodoMVC-React-Complex-DOM</a>,
39+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/react-redux" target="_blank">TodoMVC-React-Redux</a>,
40+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/backbone" target="_blank">TodoMVC-Backbone</a>,
41+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/angular-complex" target="_blank">TodoMVC-Angular-Complex-DOM</a>,
42+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/vue" target="_blank">TodoMVC-Vue</a>,
43+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/jquery" target="_blank">TodoMVC-jQuery</a>,
44+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/preact-complex" target="_blank">TodoMVC-Preact-Complex-DOM</a>,
45+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/svelte-complex" target="_blank">TodoMVC-Svelte-Complex-DOM</a>,
46+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/todomvc/architecture-examples/lit-complex" target="_blank">TodoMVC-Lit-Complex-DOM</a>
4647
</li>
4748
</ul>
4849
<li>Editing rich text</li>
4950
<ul>
5051
<li>Loading and styling text inside WYSIWYG and code editors.</li>
51-
<li>Workloads: <a href="resources/editors/README.md" target="_blank">Editor-CodeMirror</a>, <a href="resources/editors/README.md" target="_blank">Editor-TipTap</a></li>
52+
<li>
53+
Workloads: <a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/editors" target="_blank">Editor-CodeMirror</a>,
54+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/editors" target="_blank">Editor-TipTap</a>
55+
</li>
5256
</ul>
5357
<li>Rendering charts</li>
5458
<ul>
5559
<li>Loading and interacting with SVG and canvas charts.</li>
5660
<li>
57-
Workloads: <a href="resources/charts/README.md" target="_blank">Charts-observable-plot</a>, <a href="resources/charts/README.md" target="_blank">Charts-chartjs</a>,
58-
<a href="resources/react-stockcharts/README.md" target="_blank">React-Stockcharts-SVG</a>, <a href="resources/perf.webkit.org/README.md" target="_blank">Perf-Dashboard</a>
61+
Workloads: <a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/charts" target="_blank">Charts-observable-plot</a>,
62+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/charts" target="_blank">Charts-chartjs</a>,
63+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/react-stockcharts" target="_blank">React-Stockcharts-SVG</a>,
64+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/perf.webkit.org" target="_blank">Perf-Dashboard</a>
5965
</li>
6066
</ul>
6167
<li>Reading a news site</li>
6268
<ul>
6369
<li>Navigating across pages and interacting with a typical looking news site.</li>
64-
<li>Workloads: <a href="resources/newssite/news-next/README.md" target="_blank">NewsSite-Next</a>, <a href="resources/newssite/news-nuxt/README.md" target="_blank">NewsSite-Nuxt</a></li>
70+
<li>
71+
Workloads: <a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/newssite/news-next" target="_blank">NewsSite-Next</a>,
72+
<a href="https://github.com/WebKit/Speedometer/tree/release/3.0/resources/newssite/news-nuxt" target="_blank">NewsSite-Nuxt</a>
73+
</li>
6574
</ul>
6675
</ul>
6776

0 commit comments

Comments
 (0)