Skip to content

Commit 1df3de5

Browse files
committed
Fix reference link typo
1 parent c48fa6a commit 1df3de5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

peps/pep-0694.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -537,7 +537,7 @@ the final chunk, which **MUST** be either:
537537
file upload.
538538
* ``202 Accepted`` if the server accepts the last chunk, but must process it asynchronously. In
539539
this case, the client should query the :ref:`session status <session-response>` periodically until
540-
the uploaded :ref:`file status <session-file>` transitions to ``complete``.
540+
the uploaded :ref:`file status <session-files>` transitions to ``complete``.
541541

542542
The final chunk of data **MUST** include the ``Upload-Complete: ?1`` header, since at that point the
543543
entire file has been uploaded.

0 commit comments

Comments
 (0)