Skip to content

Commit

Permalink
Use anonymous links.
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyandrewmeyer committed Sep 21, 2023
1 parent 8cfec20 commit 4c5ca45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ops/model.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,7 @@ def open_port(self, protocol: typing.Literal['tcp', 'udp', 'icmp'],
Some behaviour, such as whether the port is opened externally without
using "juju expose" and whether the opened ports are per-unit, differs
between Kubernetes and machine charms. See the
`Juju documentation <https://juju.is/docs/sdk/hook-tool#heading--open-port>`_
`Juju documentation <https://juju.is/docs/sdk/hook-tool#heading--open-port>`__
for more detail.
Args:
Expand All @@ -619,7 +619,7 @@ def close_port(self, protocol: typing.Literal['tcp', 'udp', 'icmp'],
Some behaviour, such as whether the port is closed externally without
using "juju unexpose", differs between Kubernetes and machine charms.
See the
`Juju documentation <https://juju.is/docs/sdk/hook-tool#heading--close-port>`_
`Juju documentation <https://juju.is/docs/sdk/hook-tool#heading--close-port>`__
for more detail.
Args:
Expand Down

0 comments on commit 4c5ca45

Please sign in to comment.