diff --git a/charmcraft.yaml b/charmcraft.yaml index ab4112e..c885020 100644 --- a/charmcraft.yaml +++ b/charmcraft.yaml @@ -5,7 +5,7 @@ name: opencti title: OpenCTI Charm summary: OpenCTI charm. links: - documentation: https://discourse.charmhub.io + documentation: https://github.com/canonical/opencti-operator/blob/main/README.md issues: https://github.com/canonical/opencti-operator/issues source: https://github.com/canonical/opencti-operator contact: https://launchpad.net/~canonical-is-devops diff --git a/src/charm.py b/src/charm.py index f4d0ef0..4a3b6fd 100755 --- a/src/charm.py +++ b/src/charm.py @@ -3,7 +3,7 @@ # Copyright 2024 Canonical Ltd. # See LICENSE file for licensing details. -"""OpenCTI charm the service.""" +"""OpenCTI charm.""" import json import logging