@@ -15,22 +15,22 @@ Knative Serving defines a set of objects as Kubernetes Custom Resource
1515Definitions (CRDs). These objects are used to define and control how your
1616serverless workload behaves on the cluster:
1717
18- - [ Service] ( https://github.com/knative/serving /blob/master/docs/spec /spec.md#service ) :
18+ - [ Service] ( https://github.com/knative/docs /blob/master/docs/serving /spec/knative-api-specification-1.0 .md#service ) :
1919 The ` service.serving.knative.dev ` resource automatically manages the whole
2020 lifecycle of your workload. It controls the creation of other objects to
2121 ensure that your app has a route, a configuration, and a new revision for each
2222 update of the service. Service can be defined to always route traffic to the
2323 latest revision or to a pinned revision.
24- - [ Route] ( https://github.com/knative/serving /blob/master/docs/spec /spec.md#route ) :
24+ - [ Route] ( https://github.com/knative/docs /blob/master/docs/serving /spec/knative-api-specification-1.0 .md#route ) :
2525 The ` route.serving.knative.dev ` resource maps a network endpoint to one or
2626 more revisions. You can manage the traffic in several ways, including
2727 fractional traffic and named routes.
28- - [ Configuration] ( https://github.com/knative/serving /blob/master/docs/spec /spec.md#configuration ) :
28+ - [ Configuration] ( https://github.com/knative/docs /blob/master/docs/serving /spec/knative-api-specification-1.0 .md#configuration ) :
2929 The ` configuration.serving.knative.dev ` resource maintains the desired state
3030 for your deployment. It provides a clean separation between code and
3131 configuration and follows the Twelve-Factor App methodology. Modifying a
3232 configuration creates a new revision.
33- - [ Revision] ( https://github.com/knative/serving /blob/master/docs/spec /spec.md#revision ) :
33+ - [ Revision] ( https://github.com/knative/docs /blob/master/docs/serving /spec/knative-api-specification-1.0 .md#revision ) :
3434 The ` revision.serving.knative.dev ` resource is a point-in-time snapshot of the
3535 code and configuration for each modification made to the workload. Revisions
3636 are immutable objects and can be retained for as long as useful. Knative
0 commit comments