diff Sphinx/source/users/advanced-rest.rst @ 253:a64197133114

Orthanc 1.5.7
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 26 Jun 2019 08:11:01 +0200
parents 972900443cf8
children f9e7036d81d0
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst	Mon Jun 24 16:13:16 2019 +0200
+++ b/Sphinx/source/users/advanced-rest.rst	Wed Jun 26 08:11:01 2019 +0200
@@ -126,7 +126,7 @@
   ``ErrorCode`` and ``ErrorDescription`` fields for more information.
 * ``Paused``: The job has been paused.
 * ``Retry``: The job has failed internally, and has been scheduled for
-  re-submission after a delay. As of Orthanc 1.5.6, this feature is not
+  re-submission after a delay. As of Orthanc 1.5.7, this feature is not
   used by any type of job.
 
 In order to wait for the end of an asynchronous call, the caller will
@@ -146,7 +146,7 @@
 * Retry a job in ``Failed`` state by POST-ing to ``/jobs/.../resubmit``.
 
 The related state machine is depicted in the `implementation notes
-<https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.5.6/Resources/ImplementationNotes/JobsEngineStates.pdf>`__.
+<https://bitbucket.org/sjodogne/orthanc/raw/Orthanc-1.5.7/Resources/ImplementationNotes/JobsEngineStates.pdf>`__.