Skip to content

Commit

Permalink
docs: update the links to the Pebble docs (#1362)
Browse files Browse the repository at this point in the history
Change the links to the Pebble README to the Pebble docs site where the
content now lives.
  • Loading branch information
tonyandrewmeyer authored Sep 9, 2024
1 parent e794460 commit 7c51afa
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions ops/pebble.py
Original file line number Diff line number Diff line change
Expand Up @@ -797,7 +797,8 @@ class Plan:
"""Represents the effective Pebble configuration.
A plan is the combined layer configuration. The layer configuration is
documented at https://github.com/canonical/pebble/#layer-specification.
documented at
https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/layer-specification/
"""

def __init__(self, raw: Optional[Union[str, PlanDict]] = None):
Expand Down Expand Up @@ -873,7 +874,7 @@ class Layer:
"""Represents a Pebble configuration layer.
The format of this is documented at
https://github.com/canonical/pebble/#layer-specification.
https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/layer-specification/
"""

#: Summary of the purpose of this layer.
Expand Down Expand Up @@ -1567,7 +1568,7 @@ class Notice:
last_repeated: datetime.datetime
"""The time this notice was last repeated.
See Pebble's `Notices documentation <https://github.com/canonical/pebble/#notices>`_
See Pebble's `Notices documentation <https://canonical-pebble.readthedocs-hosted.com/en/latest/reference/notices/>`_
for an explanation of what "repeated" means.
"""

Expand Down

0 comments on commit 7c51afa

Please # to comment.