From 7c51afae2452e91991fe00fec7edbcc02f1411a2 Mon Sep 17 00:00:00 2001 From: Tony Meyer Date: Mon, 9 Sep 2024 12:25:00 +1200 Subject: [PATCH] docs: update the links to the Pebble docs (#1362) Change the links to the Pebble README to the Pebble docs site where the content now lives. --- ops/pebble.py | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/ops/pebble.py b/ops/pebble.py index 701b60db5..785941566 100644 --- a/ops/pebble.py +++ b/ops/pebble.py @@ -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): @@ -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. @@ -1567,7 +1568,7 @@ class Notice: last_repeated: datetime.datetime """The time this notice was last repeated. - See Pebble's `Notices documentation `_ + See Pebble's `Notices documentation `_ for an explanation of what "repeated" means. """