diff Sphinx/source/users/advanced-rest.rst @ 513:f22b3743fd3f

Orthanc 1.7.4
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 18 Sep 2020 15:18:40 +0200
parents 933e28b6a64d
children 416581db306e
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst	Wed Sep 16 11:46:11 2020 +0200
+++ b/Sphinx/source/users/advanced-rest.rst	Fri Sep 18 15:18:40 2020 +0200
@@ -128,7 +128,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.7.3, this feature is not
+  re-submission after a delay. As of Orthanc 1.7.4, this feature is not
   used by any type of job.
 
 In order to wait for the end of an asynchronous call, the caller will
@@ -193,10 +193,10 @@
 Note how we retrieve the content of the archive by accessing the
 ``archive`` output of the job (check out the virtual method
 ``IJob::GetOutput()`` from the `source code
-<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.3/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp>`__
+<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.4/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp>`__
 of Orthanc).
 
-As of Orthanc 1.7.3, only the creation of a ZIP or a DICOMDIR archive
+As of Orthanc 1.7.4, only the creation of a ZIP or a DICOMDIR archive
 produces such an "output".