Skip to content

Commit 28606ba

Browse files
authored
Merge pull request #671 from Kaliumhexacyanoferrat/update-timeline-domain
Adjust timeline domain to timeline.http-arena.com
2 parents 23c3c9a + 5a0a1b3 commit 28606ba

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

site/content/leaderboard/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ html.dark .http-ver[data-ver="ws"].active { color: #22d3ee; background: rgba(8,1
126126
<span aria-hidden="true">📈</span>
127127
<span id="timeline-link-prefix">Browse historical benchmark results on</span>
128128
<a id="timeline-link"
129-
href="https://kaliumhexacyanoferrat.github.io/HttpArena-Timeline/"
129+
href="https://timeline.http-arena.com"
130130
target="_blank" rel="noopener"
131131
style="color:#7c3aed; text-decoration:none; font-weight:600;">HttpArena Timeline →</a>
132132
</div>
@@ -137,7 +137,7 @@ html.dark #timeline-link { color:#a78bfa; }
137137
</style>
138138
<script>
139139
(function() {
140-
var TIMELINE_BASE = 'https://kaliumhexacyanoferrat.github.io/HttpArena-Timeline/';
140+
var TIMELINE_BASE = 'https://timeline.http-arena.com/';
141141
/* Per-version: wrapper id and panel class. Composite has no entry here. */
142142
var VERSION_CFG = {
143143
h1iso: { wrapper: 'lb-h1iso-wrapper', panel: 'lb-panel' },

site/hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ menu:
1717
pageRef: /leaderboard
1818
weight: 1
1919
- name: Timeline
20-
url: https://kaliumhexacyanoferrat.github.io/HttpArena-Timeline/
20+
url: https://timeline.http-arena.com
2121
weight: 1.5
2222
- name: Knowledge Base
2323
pageRef: /docs

0 commit comments

Comments
 (0)