summary refs log tree commit diff
path: root/nixos/modules/services/cluster/kubernetes
diff options
context:
space:
mode:
authorJaka Hudoklin <jakahudoklin@gmail.com>2017-09-01 12:16:53 +0200
committerRobin Gloster <mail@glob.in>2017-09-24 11:44:25 +0200
commit7c893623d4f8f540c88a089e5579a813280ff511 (patch)
treee518c2084214d278c9200676aaa02bd7e6e40bdc /nixos/modules/services/cluster/kubernetes
parent74f99525e08dcd2d6678bace5c24f7d9aa49daf6 (diff)
downloadnixlib-7c893623d4f8f540c88a089e5579a813280ff511.tar
nixlib-7c893623d4f8f540c88a089e5579a813280ff511.tar.gz
nixlib-7c893623d4f8f540c88a089e5579a813280ff511.tar.bz2
nixlib-7c893623d4f8f540c88a089e5579a813280ff511.tar.lz
nixlib-7c893623d4f8f540c88a089e5579a813280ff511.tar.xz
nixlib-7c893623d4f8f540c88a089e5579a813280ff511.tar.zst
nixlib-7c893623d4f8f540c88a089e5579a813280ff511.zip
kubernetes module: fix documentation links
Diffstat (limited to 'nixos/modules/services/cluster/kubernetes')
-rw-r--r--nixos/modules/services/cluster/kubernetes/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/nixos/modules/services/cluster/kubernetes/default.nix b/nixos/modules/services/cluster/kubernetes/default.nix
index b08e25235a5c..4ab458b78f46 100644
--- a/nixos/modules/services/cluster/kubernetes/default.nix
+++ b/nixos/modules/services/cluster/kubernetes/default.nix
@@ -308,7 +308,7 @@ in {
       authorizationPolicy = mkOption {
         description = ''
           Kubernetes apiserver authorization policy file. See
-          <link xlink:href="http://kubernetes.io/v1.0/docs/admin/authorization.html"/>
+          <link xlink:href="http://kubernetes.io/docs/admin/authorization.html"/>
         '';
         default = [];
         type = types.listOf types.attrs;
@@ -332,7 +332,7 @@ in {
       runtimeConfig = mkOption {
         description = ''
           Api runtime configuration. See
-          <link xlink:href="http://kubernetes.io/v1.0/docs/admin/cluster-management.html"/>
+          <link xlink:href="http://kubernetes.io/docs/admin/cluster-management.html"/>
         '';
         default = "";
         example = "api/all=false,api/v1=true";