Skip to content

Commit 63e1289

Browse files
committed
fix replaced URLs
1 parent 0ac8fca commit 63e1289

24 files changed

Lines changed: 26 additions & 26 deletions

File tree

examples/httpbin-demo/tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# The integration tests use the Jubilant library and the pytest-jubilant plugin.
16-
# See https:///latest/howto/write-integration-tests-for-a-charm/
16+
# See https://canonical.com/juju/docs/ops/latest/howto/write-integration-tests-for-a-charm/
1717

1818
import os
1919
import pathlib

examples/httpbin-demo/tests/integration/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# The integration tests use the Jubilant library and the pytest-jubilant plugin.
16-
# See https:///latest/howto/write-integration-tests-for-a-charm/
16+
# See https://canonical.com/juju/docs/ops/latest/howto/write-integration-tests-for-a-charm/
1717
#
1818
# pytest-jubilant provides a module-scoped `juju` fixture that creates a temporary Juju model.
1919
# The `charm` fixture is defined in conftest.py.

examples/k8s-1-minimal/tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# The integration tests use the Jubilant library and the pytest-jubilant plugin.
16-
# See https:///latest/howto/write-integration-tests-for-a-charm/
16+
# See https://canonical.com/juju/docs/ops/latest/howto/write-integration-tests-for-a-charm/
1717

1818
import os
1919
import pathlib

examples/k8s-1-minimal/tests/integration/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# The integration tests use the Jubilant library and the pytest-jubilant plugin.
16-
# See https:///latest/howto/write-integration-tests-for-a-charm/
16+
# See https://canonical.com/juju/docs/ops/latest/howto/write-integration-tests-for-a-charm/
1717
#
1818
# pytest-jubilant provides a module-scoped `juju` fixture that creates a temporary Juju model.
1919
# The `charm` fixture is defined in conftest.py.

examples/k8s-1-minimal/tests/unit/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
# To learn more about testing, see https:///latest/explanation/testing/
15+
# To learn more about testing, see https://canonical.com/juju/docs/ops/latest/explanation/testing/
1616

1717
import ops
1818
from ops import testing

examples/k8s-2-configurable/src/charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ def _replan_workload(self) -> None:
6262
configuration for your specific workload. Tip: you can see the
6363
standard entrypoint of an existing container using docker inspect
6464
Learn more about interacting with Pebble at
65-
https:///latest/reference/pebble/
65+
https://canonical.com/juju/docs/ops/latest/reference/pebble/
6666
Learn more about Pebble layers at
6767
https://ubuntu.com/docs/pebble/how-to/use-layers/
6868
"""

examples/k8s-2-configurable/tests/integration/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# The integration tests use the Jubilant library and the pytest-jubilant plugin.
16-
# See https:///latest/howto/write-integration-tests-for-a-charm/
16+
# See https://canonical.com/juju/docs/ops/latest/howto/write-integration-tests-for-a-charm/
1717

1818
import os
1919
import pathlib

examples/k8s-2-configurable/tests/integration/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
# limitations under the License.
1414
#
1515
# The integration tests use the Jubilant library and the pytest-jubilant plugin.
16-
# See https:///latest/howto/write-integration-tests-for-a-charm/
16+
# See https://canonical.com/juju/docs/ops/latest/howto/write-integration-tests-for-a-charm/
1717
#
1818
# pytest-jubilant provides a module-scoped `juju` fixture that creates a temporary Juju model.
1919
# The `charm` fixture is defined in conftest.py.

examples/k8s-2-configurable/tests/unit/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# See the License for the specific language governing permissions and
1313
# limitations under the License.
1414
#
15-
# To learn more about testing, see https:///latest/explanation/testing/
15+
# To learn more about testing, see https://canonical.com/juju/docs/ops/latest/explanation/testing/
1616

1717
import ops
1818
from ops import testing

examples/k8s-3-postgresql/src/charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ def _replan_workload(self) -> None:
106106
configuration for your specific workload. Tip: you can see the
107107
standard entrypoint of an existing container using docker inspect
108108
Learn more about interacting with Pebble at
109-
https:///latest/reference/pebble/
109+
https://canonical.com/juju/docs/ops/latest/reference/pebble/
110110
Learn more about Pebble layers at
111111
https://ubuntu.com/docs/pebble/how-to/use-layers/
112112
"""

0 commit comments

Comments
 (0)