Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(serializers): fix hyperlinks to salt.serializers #56325

Merged
merged 13 commits into from
Apr 16, 2020
Prev Previous commit
Next Next commit
Update slsutil.py
  • Loading branch information
Frode Gundersen authored Apr 14, 2020
commit 7a400f3a80a80965d4aaa345f149303ac443c33c
4 changes: 2 additions & 2 deletions salt/modules/slsutil.py
Original file line number Diff line number Diff line change
@@ -203,7 +203,7 @@ def serialize(serializer, obj, **mod_kwargs):
"""
Serialize a Python object using one of the available
:ref:`all-salt.serializers`.

CLI Example:

.. code-block:: bash
@@ -225,7 +225,7 @@ def deserialize(serializer, stream_or_string, **mod_kwargs):
"""
Deserialize a Python object using one of the available
:ref:`all-salt.serializers`.

CLI Example:

.. code-block:: bash