|
@@ -15,7 +15,7 @@
|
|
|
//!
|
|
|
//! - ["summary-title" by @username](link-to-comment)
|
|
|
//!
|
|
|
-//! Generated by triagebot, see [help](https://github.com/rust-lang/triagebot/wiki/Note) for how to add more
|
|
|
+//! Generated by triagebot, see [help](https://forge.rust-lang.org/triagebot/note.html) for how to add more
|
|
|
//! <!-- TRIAGEBOT_SUMMARY_END -->
|
|
|
//! ```
|
|
|
//!
|
|
@@ -109,7 +109,7 @@ impl NoteData {
|
|
|
for (_, entry) in self.entries_by_url.iter().sorted() {
|
|
|
text.push_str(&entry.to_markdown());
|
|
|
}
|
|
|
- text.push_str("\n\nGenerated by triagebot, see [help](https://github.com/rust-lang/triagebot/wiki/Note) for how to add more");
|
|
|
+ text.push_str("\n\nGenerated by triagebot, see [help](https://forge.rust-lang.org/triagebot/note.html) for how to add more");
|
|
|
text
|
|
|
}
|
|
|
}
|