mirror of https://github.com/kubernetes/kops.git
Make addons directory link absolute to avoid 404
Generated documentation at https://kops.sigs.k8s.io/operations/addons/#addon-management currently gives 404 on "addons directory" link to https://kops.sigs.k8s.io/addons
This commit is contained in:
parent
b0ed737899
commit
13cdaab6fc
|
@ -164,7 +164,7 @@ the kubernetes API is functional.
|
|||
|
||||
In addition, kops offers end-user management of addons via the `channels` tool (which is still experimental,
|
||||
but we are working on making it a recommended part of kubernetes addon management). We ship some
|
||||
curated addons in the [addons directory](/addons), more information in the [addons document](addons.md).
|
||||
curated addons in the [addons directory](https://github.com/kubernetes/kops/tree/master/addons), more information in the [addons document](addons.md).
|
||||
|
||||
|
||||
kops uses the `channels` tool for system addon management also. Because kops uses the same tool
|
||||
|
|
Loading…
Reference in New Issue