File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22
33This is the triage and team assistance bot for the rust-lang organization.
44
5- Please see the [ wiki ] for our documentation, and feel free to contribute edits
5+ Please see the [ forge ] for our documentation, and feel free to contribute edits
66if you find something helpful!
77
8- [ wiki ] : https://github.com/ rust-lang/triagebot/wiki
8+ [ forge ] : https://forge. rust-lang.org /triagebot/index.html
99
1010## How triagebot works
1111
Original file line number Diff line number Diff line change 1515//!
1616//! - ["summary-title" by @username](link-to-comment)
1717//!
18- //! Generated by triagebot, see [help](https://github.com/ rust-lang/triagebot/wiki/Note ) for how to add more
18+ //! Generated by triagebot, see [help](https://forge. rust-lang.org /triagebot/note.html ) for how to add more
1919//! <!-- TRIAGEBOT_SUMMARY_END -->
2020//! ```
2121//!
@@ -109,7 +109,7 @@ impl NoteData {
109109 for ( _, entry) in self . entries_by_url . iter ( ) . sorted ( ) {
110110 text. push_str ( & entry. to_markdown ( ) ) ;
111111 }
112- text. push_str ( "\n \n Generated by triagebot, see [help](https://github.com/ rust-lang/triagebot/wiki/Note ) for how to add more" ) ;
112+ text. push_str ( "\n \n Generated by triagebot, see [help](https://forge. rust-lang.org /triagebot/note.html ) for how to add more" ) ;
113113 text
114114 }
115115}
You can’t perform that action at this time.
0 commit comments