diff options
-rw-r--r-- | python/servo/post_build_commands.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/servo/post_build_commands.py b/python/servo/post_build_commands.py index 8fdc33eb116..ee9987358ba 100644 --- a/python/servo/post_build_commands.py +++ b/python/servo/post_build_commands.py @@ -110,4 +110,4 @@ class MachCommands(CommandBase): self.doc([]) import webbrowser webbrowser.open("file://" + path.abspath(path.join( - "target", "doc", "servo", "index.html"))) + self.servo_crate(), "target", "doc", "servo", "index.html"))) |