Skip to content

Commit 96e594b

Browse files
authored
fix: internal reference typo (#1006)
1 parent 3e9b4d0 commit 96e594b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/explanation/legacy-charm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ There are [two types of charms](https://documentation.ubuntu.com/juju/3.6/refere
55
1. [Reactive](https://documentation.ubuntu.com/juju/3.6/reference/charm/#reactive) charm in the channel `latest/stable` (called `legacy`)
66
2. [Ops-based](https://documentation.ubuntu.com/juju/3.6/reference/charm/#ops) charm in the channel `14/stable` (called `modern`)
77

8-
The legacy charm provided endpoints `db` and `db-admin` (for the interface `pgsql`). The modern charm provides old endpoints as well + new endpoint `database` (for the interface `postgresql_client`). Read more details about the available [endpoints/interfaces](/explanation/interfaces-endpoints).
8+
The legacy charm provided endpoints `db` and `db-admin` (for the interface `pgsql`). The modern charm provides old endpoints as well + new endpoint `database` (for the interface `postgresql_client`). Read more details about the available [endpoints/interfaces](/explanation/interfaces-and-endpoints).
99

1010
```{note}
1111
Choose one endpoint to use, rather than relating both simultaneously.

0 commit comments

Comments
 (0)