Skip to content

Commit

Permalink
docs: update ref to charmcraft.yaml reference (canonical#1580)
Browse files Browse the repository at this point in the history
This accounts for an incoming change in Charmcraft:
canonical/charmcraft#2169. The build will be
breaking until that PR is merged.

@dwilding I didn't find anything in the contribution guidelines about
branching. Let me know if it's OK to PR into main.
  • Loading branch information
medubelko authored Feb 17, 2025
1 parent 204667c commit fdc1943
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/write-your-first-machine-charm.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ config:
```
> See more: {external+charmcraft:ref}`Charmcraft | File charmcraft.yaml | Key config <recipe-key-config>`
> See more: {external+charmcraft:ref}`Charmcraft | File charmcraft.yaml | Key config <charmcraft-yaml-key-config>`

Then, in the `src/charm.py` file, update the `_on_install` function to make use of the new configuration option, as below:

Expand Down

0 comments on commit fdc1943

Please sign in to comment.