Parcourir la source

Update wiki links now that documentation is on the forge.

Eric Huss il y a 1 an
Parent
commit
29156bdf89
2 fichiers modifiés avec 4 ajouts et 4 suppressions
  1. 2 2
      README.md
  2. 2 2
      src/handlers/note.rs

+ 2 - 2
README.md

@@ -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
 

+ 2 - 2
src/handlers/note.rs

@@ -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
     }
 }