Skip to content

Commit

Permalink
Merge pull request #1703 from ehuss/update-wiki-links
Browse files Browse the repository at this point in the history
Update wiki links now that documentation is on the forge.
  • Loading branch information
Mark-Simulacrum committed Jun 21, 2023
2 parents 6c7fdf9 + 29156bd commit 5a887e1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

This is the triage and team assistance bot for the rust-lang organization.

Please see the [wiki] for our documentation, and feel free to contribute edits
Please see the [forge] for our documentation, and feel free to contribute edits
if you find something helpful!

[wiki]: https://github.com/rust-lang/triagebot/wiki
[forge]: https://forge.rust-lang.org/triagebot/index.html

## How triagebot works

Expand Down
4 changes: 2 additions & 2 deletions src/handlers/note.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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 -->
//! ```
//!
Expand Down Expand Up @@ -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
}
}
Expand Down

0 comments on commit 5a887e1

Please sign in to comment.