Skip to content

Commit c3c7b30

Browse files
committed
Modified the link of User Guide , Cluster Admin Guide , Authentication , Authorization Plugins
1 parent 52142f3 commit c3c7b30

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

contributors/devel/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
The developer guide is for anyone wanting to either write code which directly accesses the
44
Kubernetes API, or to contribute directly to the Kubernetes project.
5-
It assumes some familiarity with concepts in the [User Guide](http://kubernetes.io/docs/user-guide/) and the [Cluster Admin
6-
Guide](http://kubernetes.io/docs/admin/).
5+
It assumes some familiarity with concepts in the [User Guide](https://kubernetes.io/docs/concepts/) and the [Cluster Admin
6+
Guide](https://kubernetes.io/docs/concepts/cluster-administration/).
77

88

99
## The process of developing and contributing code to the Kubernetes project
@@ -51,7 +51,7 @@ Guide](http://kubernetes.io/docs/admin/).
5151

5252
## Developing against the Kubernetes API
5353

54-
* The [REST API documentation](http://kubernetes.io/docs/reference/) explains the REST
54+
* The [REST API documentation](https://kubernetes.io/docs/reference/) explains the REST
5555
API exposed by apiserver.
5656

5757
* **Annotations** ([Annotations](https://kubernetes.io/docs/concepts/overview/working-with-objects/annotations/)): are for attaching arbitrary non-identifying metadata to objects.
@@ -66,10 +66,10 @@ Guide](http://kubernetes.io/docs/admin/).
6666

6767
## Writing plugins
6868

69-
* **Authentication** ([Authentication](http://kubernetes.io/docs/admin/authentication/)):
69+
* **Authentication** ([Authentication](https://kubernetes.io/docs/reference/access-authn-authz/authentication/)):
7070
The current and planned states of authentication tokens.
7171

72-
* **Authorization Plugins** ([Authorization](http://kubernetes.io/docs/admin/authorization/)):
72+
* **Authorization Plugins** ([Authorization](https://kubernetes.io/docs/reference/access-authn-authz/authorization/)):
7373
Authorization applies to all HTTP requests on the main apiserver port.
7474
This doc explains the available authorization implementations.
7575

0 commit comments

Comments
 (0)