Skip to content

Commit 8b0b126

Browse files
Merge pull request #429 from pietroalbini/update-issue-links
Update new issue links to point to the template chooser
2 parents 8a6fcb5 + 0cd7936 commit 8b0b126

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

templates/about.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353

5454
<p>
5555
If a build fails because it hit one of those limits please
56-
<a href="https://github.com/rust-lang/docs.rs/issues/new">open an issue</a>
56+
<a href="https://github.com/rust-lang/docs.rs/issues/new/choose">open an issue</a>
5757
to get them increased for your crate.
5858
</p>
5959

templates/builds.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ $ cratesfyi ...
5555
</table>
5656
<p>
5757
If a build fails because it hit one of those limits please
58-
<a href="https://github.com/rust-lang/docs.rs/issues/new">open an issue</a>
58+
<a href="https://github.com/rust-lang/docs.rs/issues/new/choose">open an issue</a>
5959
to get them increased.
6060
</p>
6161
</div>

templates/crate_details.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@
6262
<div class="warning">{{name}}-{{version}} is not a library.</div>
6363
{{else}}
6464
{{#unless build_status}}
65-
<div class="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check <a href="/crate/{{name}}/{{version}}/builds">build logs</a> and if you believe this is docs.rs' fault, report into <a href="https://github.com/rust-lang/docs.rs/issues/23">this issue report</a>.</div>
65+
<div class="warning">docs.rs failed to build {{name}}-{{version}}<br>Please check the <a href="/crate/{{name}}/{{version}}/builds">build logs</a> and, if you believe this is docs.rs' fault, <a href="https://github.com/rust-lang/docs.rs/issues/new/choose">open an issue</a>.</div>
6666
{{else}}
6767
{{#unless rustdoc_status}}
6868
<div class="warning">{{name}}-{{version}} doesn't have any documentation.</div>

0 commit comments

Comments
 (0)