diff Sphinx/source/users/advanced-rest.rst @ 490:933e28b6a64d

Orthanc 1.7.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 24 Aug 2020 08:05:10 +0200
parents 13bb9af3df26
children f22b3743fd3f
line wrap: on
line diff
--- a/Sphinx/source/users/advanced-rest.rst	Fri Aug 21 10:12:20 2020 +0200
+++ b/Sphinx/source/users/advanced-rest.rst	Mon Aug 24 08:05:10 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.2, this feature is not
+  re-submission after a delay. As of Orthanc 1.7.3, 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.2/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp>`__
+<https://hg.orthanc-server.com/orthanc/file/Orthanc-1.7.3/OrthancServer/Sources/ServerJobs/ArchiveJob.cpp>`__
 of Orthanc).
 
-As of Orthanc 1.7.2, only the creation of a ZIP or a DICOMDIR archive
+As of Orthanc 1.7.3, only the creation of a ZIP or a DICOMDIR archive
 produces such an "output".