Skip to content

Commit

Permalink
Fix RDSDiskSpaceLimit link
Browse files Browse the repository at this point in the history
In [`RDSLowDiskSpaceCount`][1], we have a link to `RDSDiskSpaceLimit`,
but it is broken. This is due how [hugo][2] (which we use to render the
documentation) deals with links.

To fix this, we need to use [`ref`][3].

[1]: https://qonto.github.io/database-monitoring-framework/0.2.2/runbooks/rds/RDSLowDiskSpaceCount/
[2]: https://gohugo.io/
[3]: https://gohugo.io/content-management/cross-references/
  • Loading branch information
MaximeD committed Jan 24, 2025
1 parent 03272c2 commit 3784a48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/runbooks/rds/RDSLowDiskSpaceCount.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,4 +20,4 @@ The PostgreSQL instance(s) might stop to prevent data corruption if no more disk
max by (aws_account_id, aws_region, dbidentifier) (rds_free_storage_bytes{} * 100 / rds_allocated_storage_bytes{}) < 20
```

1. Refer to [RDSDiskSpaceLimit](RDSDiskSpaceLimit.md) for each of them as it's the same alert just ringing a bit earlier.
1. Refer to [RDSDiskSpaceLimit]({{< ref "RDSDiskSpaceLimit" >}}) for each of them as it's the same alert just ringing a bit earlier.

0 comments on commit 3784a48

Please sign in to comment.