From 10a38a7f9d2a173ed6d32fe2e8223dc7b1762384 Mon Sep 17 00:00:00 2001 From: Jeremy Cook Date: Wed, 27 Aug 2014 14:29:52 -0600 Subject: [PATCH] Changed web interface path just /hangfire --- tutorials/send-email.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tutorials/send-email.rst b/tutorials/send-email.rst index 59c7c19..bc06585 100644 --- a/tutorials/send-email.rst +++ b/tutorials/send-email.rst @@ -288,7 +288,7 @@ If you made a mistake in your ``NotifyNewComment`` method, you can fix it and re // Break background job by setting null to emailService: var emailService = null; -Compile a project, add a comment and go to the web interface by typing ``http:///hangfire.axd``. Exceed all automatic attempts, then fix the job, restart the application, and click the ``Retry`` button on the *Failed jobs* page. +Compile a project, add a comment and go to the web interface by typing ``http:///hangfire``. Exceed all automatic attempts, then fix the job, restart the application, and click the ``Retry`` button on the *Failed jobs* page. Preserving current culture ---------------------------