Skip to content

Commit

Permalink
[Doc] Misc fixes in some doc pages
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Mar 22, 2024
1 parent 118d419 commit 3b9cb5f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Resources/doc/cache-resolver/aws_s3.rst
Expand Up @@ -307,7 +307,7 @@ You can also use the constructor of the resolver to directly inject multiple opt
tags:
- { name: "liip_imagine.cache.resolver", resolver: "aws_s3_resolver" }
You can find an example with private ACL and signed url on the :doc:`events chapter <../events.rst>`.
You can find an example with private ACL and signed url on the :doc:`events chapter </events>`.

.. _`aws-sdk-php`: https://github.com/amazonwebservices/aws-sdk-for-php
.. _`S3 SDK documentation`: https://docs.aws.amazon.com/aws-sdk-php/latest/class-Aws.S3.S3Client.html#_putObject
Expand Down
4 changes: 2 additions & 2 deletions Resources/doc/filters/general.rst
Expand Up @@ -197,13 +197,13 @@ Resample Options

**filter:** ``string``
Sets the optional filter to use during the resampling operation. It must be a string resolvable
as a constant from `Imagine\Image\ImageInterface`_ (you may omit the ``FILTER_`` prefix)
as a constant from ``Imagine\Image\ImageInterface`` (you may omit the ``FILTER_`` prefix)
or a valid fully qualified constant. By default it is set to ``FILTER_UNDEFINED``.

**tmp_dir:** ``string``
Sets the optional temporary work directory. This filter requires a temporary location to save
out and read back in the image binary, as these operations are requires to resample an image.
By default, it is set to the value of the `sys_get_temp_dir()`_ function.
By default, it is set to the value of the ``sys_get_temp_dir()`` function.

.. _filter-strip:

Expand Down

0 comments on commit 3b9cb5f

Please sign in to comment.