diff --git a/docs/howto/get-started-with-charm-testing.md b/docs/howto/get-started-with-charm-testing.md index 3f198d88f..95988b20e 100644 --- a/docs/howto/get-started-with-charm-testing.md +++ b/docs/howto/get-started-with-charm-testing.md @@ -1,3 +1,4 @@ +(get-started-with-charm-testing)= # Get started with charm testing Testing charm code is an essential part of charming. Here we will see how to get started with it. We will look at the templates we have available and the frameworks we can use to write good unit, integration, and functional tests. diff --git a/docs/howto/manage-the-workload-version.md b/docs/howto/manage-the-workload-version.md index b7f81de8b..cd6de340d 100644 --- a/docs/howto/manage-the-workload-version.md +++ b/docs/howto/manage-the-workload-version.md @@ -53,7 +53,7 @@ def _on_start(self, event: ops.StartEvent): ## Test the feature -> See first: [](#get-started-with-charm-testing) +> See first: {ref}`get-started-with-charm-testing` You'll want to add unit and integration tests.