Skip to content

Commit

Permalink
chore: fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
IronCore864 committed Jan 6, 2025
1 parent ea98b57 commit bdfe190
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 17 deletions.
2 changes: 1 addition & 1 deletion docs/how-to/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,5 @@ To integrate Pebble with your automated workflows, you can use the Pebble API.
:titlesonly:
:maxdepth: 1
Use Pebble API <use-pebble-api>
Use Pebble API <use-the-pebble-api>
```
1 change: 0 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,6 @@ Pebble is useful for developers who are building [Juju charms on Kubernetes](htt
**Technical information**
- [Layer specification](reference/layer-specification)
- [CLI commands](reference/cli-commands)
- [Pebble in containers](reference/pebble-in-containers)
```
````

Expand Down
2 changes: 1 addition & 1 deletion docs/reference/api.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

You can use different tools and clients to access the API.

For more examples, see [How to use Pebble API](../how-to/use-pebble-api).
For more examples, see [How to use Pebble API](../how-to/use-the-pebble-api).

### curl

Expand Down
12 changes: 6 additions & 6 deletions docs/reference/cli-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,7 @@ error: cannot perform the following tasks:
- exec command "sleep" (timed out after 1s: context deadline exceeded)
```

Read more: [Use Pebble in containers](pebble-in-containers.md).
Read more: [How to use Pebble to manage remote systems](/how-to/manage-remote-systems.md).


(reference_pebble_health_command)=
Expand Down Expand Up @@ -410,7 +410,7 @@ may be specified for the last path element.
```
<!-- END AUTOMATED OUTPUT FOR ls -->

Read more: [Use Pebble in containers](pebble-in-containers.md).
Read more: [How to use Pebble to manage remote systems](/how-to/manage-remote-systems.md).


(reference_pebble_mkdir_command)=
Expand All @@ -437,7 +437,7 @@ The mkdir command creates the specified directory.
```
<!-- END AUTOMATED OUTPUT FOR mkdir -->

Read more: [Use Pebble in containers](pebble-in-containers.md).
Read more: [How to use Pebble to manage remote systems](/how-to/manage-remote-systems.md).


(reference_pebble_notice_command)=
Expand Down Expand Up @@ -640,7 +640,7 @@ The pull command retrieves a file from the remote system.
```
<!-- END AUTOMATED OUTPUT FOR pull -->

Read more: [Use Pebble in containers](pebble-in-containers.md).
Read more: [How to use Pebble to manage remote systems](/how-to/manage-remote-systems.md).


(reference_pebble_push_command)=
Expand All @@ -666,7 +666,7 @@ The push command transfers a file to the remote system.
```
<!-- END AUTOMATED OUTPUT FOR push -->

Read more: [Use Pebble in containers](pebble-in-containers.md).
Read more: [How to use Pebble to manage remote systems](/how-to/manage-remote-systems.md).


(reference_pebble_remove-identities_command)=
Expand Down Expand Up @@ -810,7 +810,7 @@ The rm command removes a file or directory.
```
<!-- END AUTOMATED OUTPUT FOR rm -->

Read more: [Use Pebble in containers](pebble-in-containers.md).
Read more: [How to use Pebble to manage remote systems](/how-to/manage-remote-systems.md).


(reference_pebble_run_command)=
Expand Down
8 changes: 0 additions & 8 deletions docs/reference/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ Layers <layers>
Layer specification <layer-specification>
Log forwarding <log-forwarding>
Notices <notices>
Pebble in containers <pebble-in-containers>
Service auto-restart <service-auto-restart>
```

Expand All @@ -43,13 +42,6 @@ The `pebble` command has several subcommands.
* [CLI commands](cli-commands)


## Pebble in containers

When the Pebble daemon is running inside a remote system (for example, a separate container), you can manage the remote system using subcommands on the Pebble client.

* [Pebble in containers](pebble-in-containers)


## Service failures

Pebble provides two ways to automatically restart services when they fail. Auto-restart is based on exit codes from services. Health checks are a more sophisticated way to test and report the availability of services.
Expand Down

0 comments on commit bdfe190

Please sign in to comment.