Skip to content

Commit 9611ddb

Browse files
GH Actions RunnerGH Actions Runner
GH Actions Runner
authored and
GH Actions Runner
committed
publish: Make links clickable.
generated from commit cf0a4f6
1 parent ad18f1c commit 9611ddb

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

about.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ <h1 id="about-this-guide"><a class="header" href="#about-this-guide">About this
154154
Contributions to this guide are very welcome.</p>
155155
<p>Other useful documentation:</p>
156156
<ul>
157-
<li>https://forge.rust-lang.org/</li>
158-
<li>https://rustc-dev-guide.rust-lang.org/</li>
157+
<li><a href="https://forge.rust-lang.org/">https://forge.rust-lang.org/</a></li>
158+
<li><a href="https://rustc-dev-guide.rust-lang.org/">https://rustc-dev-guide.rust-lang.org/</a></li>
159159
</ul>
160160

161161
</main>

index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -154,8 +154,8 @@ <h1 id="about-this-guide"><a class="header" href="#about-this-guide">About this
154154
Contributions to this guide are very welcome.</p>
155155
<p>Other useful documentation:</p>
156156
<ul>
157-
<li>https://forge.rust-lang.org/</li>
158-
<li>https://rustc-dev-guide.rust-lang.org/</li>
157+
<li><a href="https://forge.rust-lang.org/">https://forge.rust-lang.org/</a></li>
158+
<li><a href="https://rustc-dev-guide.rust-lang.org/">https://rustc-dev-guide.rust-lang.org/</a></li>
159159
</ul>
160160

161161
</main>

print.html

+3-3
Original file line numberDiff line numberDiff line change
@@ -152,8 +152,8 @@ <h1 id="about-this-guide"><a class="header" href="#about-this-guide">About this
152152
Contributions to this guide are very welcome.</p>
153153
<p>Other useful documentation:</p>
154154
<ul>
155-
<li>https://forge.rust-lang.org/</li>
156-
<li>https://rustc-dev-guide.rust-lang.org/</li>
155+
<li><a href="https://forge.rust-lang.org/">https://forge.rust-lang.org/</a></li>
156+
<li><a href="https://rustc-dev-guide.rust-lang.org/">https://rustc-dev-guide.rust-lang.org/</a></li>
157157
</ul>
158158
<div style="break-before: page; page-break-before: always;"></div><h1 id="building-and-debugging-the-library-crates"><a class="header" href="#building-and-debugging-the-library-crates">Building and Debugging the library crates</a></h1>
159159
<p>Most of the <a href="https://rustc-dev-guide.rust-lang.org/building/how-to-build-and-run.html">instructions from the rustc-dev-guide</a> also apply to the standard library since
@@ -888,7 +888,7 @@ <h2 id="the-process"><a class="header" href="#the-process">The process</a></h2>
888888
</li>
889889
<li>Always be polite when reviewing: you are a representative of the Rust project, so it is expected that you will go above and beyond when it comes to the Code of Conduct.</li>
890890
</ul>
891-
<p>See https://forge.rust-lang.org/compiler/reviews.html for more information on reviewing.</p>
891+
<p>See <a href="https://forge.rust-lang.org/compiler/reviews.html">https://forge.rust-lang.org/compiler/reviews.html</a> for more information on reviewing.</p>
892892
<h2 id="high-five-rotation-1"><a class="header" href="#high-five-rotation-1">High-five rotation</a></h2>
893893
<p>Some of the members of the team are part of the 'high-five rotation';
894894
the list from which the high-five bot picks reviewers to assign new PRs to.</p>

team/reviewing.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ <h1 id="reviewing"><a class="header" href="#reviewing">Reviewing</a></h1>
170170
</li>
171171
<li>Always be polite when reviewing: you are a representative of the Rust project, so it is expected that you will go above and beyond when it comes to the Code of Conduct.</li>
172172
</ul>
173-
<p>See https://forge.rust-lang.org/compiler/reviews.html for more information on reviewing.</p>
173+
<p>See <a href="https://forge.rust-lang.org/compiler/reviews.html">https://forge.rust-lang.org/compiler/reviews.html</a> for more information on reviewing.</p>
174174
<h2 id="high-five-rotation"><a class="header" href="#high-five-rotation">High-five rotation</a></h2>
175175
<p>Some of the members of the team are part of the 'high-five rotation';
176176
the list from which the high-five bot picks reviewers to assign new PRs to.</p>

0 commit comments

Comments
 (0)