Skip to content

Commit 717937d

Browse files
Merge pull request #1176 from erikdesjardins/header
Replace "fork me on github" banner with link
2 parents 0fd4b10 + 4b5b257 commit 717937d

File tree

5 files changed

+9
-16
lines changed

5 files changed

+9
-16
lines changed

site/static/bootstrap.html

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -75,13 +75,9 @@ <h3>This may take a while!</h3>
7575
<div id="byCrateChart"></div>
7676
<div id="totalChart"></div>
7777
<div id="as-of"></div>
78-
<a href="https://github.com/rust-lang-nursery/rustc-perf">
79-
<img style="position: absolute; top: 0; right: 0; border: 0; clip-path: polygon(8% 0%, 100% 92%, 100% 0%);"
80-
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
81-
alt="Fork me on GitHub"
82-
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
83-
</a>
84-
78+
<div style="text-align: center;">
79+
<a href="https://github.com/rust-lang/rustc-perf">Contribute on GitHub</a>
80+
</div>
8581
<script>
8682
function tooltipPlugin({ onclick, commits, shiftX = 10, shiftY = 10 }) {
8783
let tooltipLeftOffset = 0;

site/static/compare.html

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -528,12 +528,9 @@ <h2>Comparing <span id="stat-header">{{stat}}</span> between <span id="before">{
528528
</div>
529529
<br>
530530
<div id="as-of"></div>
531-
<a href="https://github.com/rust-lang-nursery/rustc-perf">
532-
<img style="position: absolute; top: 0; right: 0; border: 0; clip-path: polygon(8% 0%, 100% 92%, 100% 0%);"
533-
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
534-
alt="Fork me on GitHub"
535-
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png">
536-
</a>
531+
<div style="text-align: center;">
532+
<a href="https://github.com/rust-lang/rustc-perf">Contribute on GitHub</a>
533+
</div>
537534
<script src="https://cdnjs.cloudflare.com/ajax/libs/msgpack-lite/0.1.26/msgpack.min.js"></script>
538535
<script src="shared.js"></script>
539536
<script>

site/static/dashboard.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<div id="opt-average-times"></div>
2121
<div id="as-of"></div>
2222
<div style="text-align: center;">
23-
<a href="https://github.com/rust-lang-nursery/rustc-perf">Contribute on GitHub</a>
23+
<a href="https://github.com/rust-lang/rustc-perf">Contribute on GitHub</a>
2424
</div>
2525
<script src="shared.js"></script>
2626
<script>

site/static/help.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<a href="status.html">status</a>, <a href="help.html">help</a>.
3030
</div>
3131
<div style="text-align: center;">
32-
<a href="https://github.com/rust-lang-nursery/rustc-perf">Contribute on GitHub</a>
32+
<a href="https://github.com/rust-lang/rustc-perf">Contribute on GitHub</a>
3333
</div>
3434
<div class="help-content">
3535
<h3><b><code>@rust-timer</code> commands</b></h3>

site/static/status.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
</div>
3333
<div id="as-of"></div>
3434
<div style="text-align: center;">
35-
<a href="https://github.com/rust-lang-nursery/rustc-perf">Contribute on GitHub</a>
35+
<a href="https://github.com/rust-lang/rustc-perf">Contribute on GitHub</a>
3636
</div>
3737
<script src="shared.js"></script>
3838
<script>

0 commit comments

Comments
 (0)