Skip to content

Commit 5a887e1

Browse files
Merge pull request #1703 from ehuss/update-wiki-links
Update wiki links now that documentation is on the forge.
2 parents 6c7fdf9 + 29156bd commit 5a887e1

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@
22

33
This 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
66
if 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

src/handlers/note.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
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\nGenerated by triagebot, see [help](https://github.com/rust-lang/triagebot/wiki/Note) for how to add more");
112+
text.push_str("\n\nGenerated by triagebot, see [help](https://forge.rust-lang.org/triagebot/note.html) for how to add more");
113113
text
114114
}
115115
}

0 commit comments

Comments
 (0)