Skip to content

Commit

Permalink
fix(docs): fix invalid links on docker memory
Browse files Browse the repository at this point in the history
  • Loading branch information
tchiotludo committed Apr 13, 2023
1 parent a79c270 commit 38dba95
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -530,7 +530,7 @@ public static class Memory {
description = "The minimum allowed value is 4m. Because kernel memory cannot be swapped out, a " +
"container which is starved of kernel memory may block host machine resources, which can have " +
"side effects on the host machine and on other containers. " +
"See [https://docs.docker.com/config/containers/resource_constraints/#--kernel-memory-details](--kernel-memory) details."
"See [--kernel-memory](https://docs.docker.com/config/containers/resource_constraints/#--kernel-memory-details) details."
)
@PluginProperty(dynamic = true)
private String kernelMemory;
Expand Down

0 comments on commit 38dba95

Please sign in to comment.