File tree 2 files changed +4
-4
lines changed 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2
2
3
3
This is the triage and team assistance bot for the rust-lang organization.
4
4
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
6
6
if you find something helpful!
7
7
8
- [ wiki ] : https://github.com/ rust-lang/triagebot/wiki
8
+ [ forge ] : https://forge. rust-lang.org /triagebot/index.html
9
9
10
10
## How triagebot works
11
11
Original file line number Diff line number Diff line change 15
15
//!
16
16
//! - ["summary-title" by @username](link-to-comment)
17
17
//!
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
19
19
//! <!-- TRIAGEBOT_SUMMARY_END -->
20
20
//! ```
21
21
//!
@@ -109,7 +109,7 @@ impl NoteData {
109
109
for ( _, entry) in self . entries_by_url . iter ( ) . sorted ( ) {
110
110
text. push_str ( & entry. to_markdown ( ) ) ;
111
111
}
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" ) ;
113
113
text
114
114
}
115
115
}
You can’t perform that action at this time.
0 commit comments