Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: fix links to repo on proxy charms #10

Merged
merged 1 commit into from
Jan 16, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions charms/cephfs-server-proxy/charmcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Copyright 2024 Canonical Ltd.
# See LICENSE file for licensing details.

name: cephfs-server-proxy
type: charm
title: CephFS Proxy
Expand All @@ -10,9 +11,9 @@ description: |
Enable CephFS Client charms to mount non-charmed Ceph shares.
links:
source:
- https://github.com/canonical/cephfs-server-proxy-operator
- https://github.com/charmed-hpc/filesystem-charms
issues:
- https://github.com/canonical/cephfs-server-proxy-operator/issues
- https://github.com/charmed-hpc/filesystem-charms/issues

base: [email protected]
platforms:
Expand Down
4 changes: 2 additions & 2 deletions charms/nfs-server-proxy/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ description: |
Enable NFS Client charms to mount non-charmed NFS shares.
links:
source:
- https://github.com/canonical/nfs-server-proxy-operator
- https://github.com/charmed-hpc/filesystem-charms
issues:
- https://github.com/canonical/nfs-server-proxy-operator/issues
- https://github.com/charmed-hpc/filesystem-charms/issues

base: [email protected]
platforms:
Expand Down