Skip to content

Commit

Permalink
fix: updated docs error url (#544)
Browse files Browse the repository at this point in the history
Fixes RVT-3681
  • Loading branch information
NathanFlurry committed Feb 27, 2024
1 parent 3a574c0 commit 7099658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/formatted-error/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ fn visit_dir(ctx: &mut Ctx, path: PathBuf) -> std::io::Result<()> {
let stripped_path = stripped_path
.strip_suffix(".md")
.expect("file should end with `.md`");
let documentation = format!("https://rivet.gg/docs/errors/{}", stripped_path);
let documentation = format!("https://rivet.gg/docs/general/errors/{}", stripped_path);

ctx.hash_items.push(formatdoc!(
"
Expand Down

0 comments on commit 7099658

Please sign in to comment.