Skip to content

Commit

Permalink
fix: update error-handling link to correct url (#212)
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-siek committed Sep 21, 2021
1 parent 4296492 commit 5d6d4c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/axe-core-api/lib/axe/api/run.rb
Expand Up @@ -40,7 +40,7 @@ def analyze_post_43x(page, lib)
begin
axe_finish_run page, partial_results
rescue
raise StandardError.new "axe.finishRun failed. Please check out https://github.com/dequelabs/axe-core-gems/error-handling.md`"
raise StandardError.new "axe.finishRun failed. Please check out https://github.com/dequelabs/axe-core-gems/blob/develop/error-handling.md`"
end
}
Audit.new to_js, Results.new(results)
Expand Down

0 comments on commit 5d6d4c3

Please sign in to comment.