Skip to content

Commit bd38bc3

Browse files
authored
update links to ops tutorial and charm (#1015)
1 parent a6753b2 commit bd38bc3

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

docs/how-to/development/integrate-with-your-charm.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,10 @@ Legacy charm details are described [here](/explanation/legacy-charm).
1414

1515
**For an introduction** to the concepts of Juju integrations, see [Juju | Integration](https://documentation.ubuntu.com/juju/3.6/reference/relation/).
1616

17-
**For a detailed tutorial** about integrating your charm with the PostgreSQL charm, refer to [Juju | Integrate your charm with PostgreSQL](https://ops.readthedocs.io/en/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/integrate-your-charm-with-postgresql.html).
17+
**For a detailed tutorial** about integrating your charm with the PostgreSQL charm, refer to [Ops | Integrate your charm with PostgreSQL](https://ops.readthedocs.io/en/latest/tutorial/from-zero-to-hero-write-your-first-kubernetes-charm/integrate-your-charm-with-postgresql.html). You can also take a look at the [source code of the charm](https://github.com/canonical/operator/tree/main/examples/k8s-3-postgresql).
1818

19-
**For some practical examples**, take a look at the following:
19+
**For some other practical examples**, take a look at the following:
2020
* [postgresql-test-app](https://github.com/canonical/postgresql-test-app) GitHub repository
21-
* [juju-sdk-tutorial-k8s](https://github.com/canonical/juju-sdk-tutorial-k8s/tree/04_integrate_with_psql) - the branch `04_integrate_with_psql` describes integration with Charmed PostgreSQL K8s
2221
* [How to migrate Nextcloud to new PostgreSQL (vm-charms)](https://discourse.charmhub.io/t/nextcloud-postgresql-how-to-migrate-nextcloud-to-new-postgresql-vm-charms/10969) guide
2322

2423
## Troubleshooting & testing

0 commit comments

Comments
 (0)