Skip to content

Commit 967b2aa

Browse files
committed
Link to /about before asking users to open an issue
1 parent 9fcf5a9 commit 967b2aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

templates/crate/details.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,11 +150,12 @@
150150
docs.rs failed to build {{ details.name }}-{{ details.version }}
151151
<br>
152152
Please check the
153-
<a href="/crate/{{ details.name }}/{{ details.version }}/builds">build logs</a> and, if you believe this is
154-
docs.rs' fault, <a href="https://github.com/rust-lang/docs.rs/issues/new/choose">open an issue</a>.
153+
<a href="/crate/{{ details.name }}/{{ details.version }}/builds">build logs</a> for more information.
155154
<br>
156155
See <a href="/about/builds">Builds</a> for ideas on how to fix a failed build,
157156
or <a href="/about/metadata">Metadata</a> for how to configure docs.rs builds.
157+
<br>
158+
If you believe this is docs.rs' fault, <a href="https://github.com/rust-lang/docs.rs/issues/new/choose">open an issue</a>.
158159
</div>
159160

160161
{# If there is one, display the most next most recent successful build #}

0 commit comments

Comments
 (0)