mirror of https://github.com/knative/docs.git
remove hardcoded github link (#863)
This commit is contained in:
parent
f61514c1b4
commit
fb7fdd9383
|
@ -7,7 +7,7 @@ specified, it will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](https://github.com/knative/docs/blob/master/install/README.md)
|
||||
[installation instructions](../../../../docs/install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -8,7 +8,7 @@ that you can use for testing. It reads in the env variable `TARGET` and prints
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](https://github.com/knative/docs/blob/master/install/README.md)
|
||||
[installation instructions](../../../../docs/install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -7,7 +7,7 @@ specified, it will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](https://github.com/knative/docs/blob/master/install/README.md)
|
||||
[installation instructions](../../../../docs/install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -8,7 +8,7 @@ TARGET is not specified, it will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](https://github.com/knative/docs/blob/master/install/README.md)
|
||||
[installation instructions](../../../../docs/install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -7,7 +7,7 @@ variable is not specified, the script uses `World`.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](https://github.com/knative/docs/blob/master/install/README.md)
|
||||
[installation instructions](../../../../docs/install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -8,7 +8,7 @@ specified, the app uses "World" as the TARGET.
|
|||
|
||||
- You must have a Kubernetes cluster with Knative installed. If you need to
|
||||
create a cluster, follow the
|
||||
[installation instructions](https://github.com/knative/docs/blob/master/install/README.md).
|
||||
[installation instructions](../../../../docs/install/).
|
||||
- You must have [Docker](https://www.docker.com) installed and running on your
|
||||
local machine, and a Docker Hub account configured (used for container
|
||||
registry).
|
||||
|
|
|
@ -15,7 +15,7 @@ You must meet the following requirements to complete this sample:
|
|||
|
||||
- A version of the Knative Serving component installed and running on your
|
||||
Kubernetes cluster. Follow the
|
||||
[Knative installation instructions](https://github.com/knative/docs/blob/master/install/README.md)
|
||||
[Knative installation instructions](../../../../docs/install/)
|
||||
if you need to create a Knative cluster.
|
||||
- The following software downloaded and install on your loacal machine:
|
||||
- [Java SE 8 or later JDK](http://www.oracle.com/technetwork/java/javase/downloads/index.html).
|
||||
|
|
|
@ -60,7 +60,7 @@ separation between pluggable components, the Knative project establishes an
|
|||
efficient contributor workflow.
|
||||
|
||||
Knative is a diverse, open, and inclusive community. To get involved, see
|
||||
[CONTRIBUTING.md](./community/CONTRIBUTING.md) and join the
|
||||
[CONTRIBUTING.md](./contributing/CONTRIBUTING) and join the
|
||||
[Knative community](./community/).
|
||||
|
||||
Your own path to becoming a Knative contributor can
|
||||
|
|
|
@ -12,9 +12,9 @@ action, you can define a Knative `Build` through a single configuration file.
|
|||
|
||||
Also consider using a Knative `Build` to build the source code of your apps into
|
||||
container images, which you can then run on
|
||||
[Knative `serving`](https://github.com/knative/docs/blob/master/serving/).
|
||||
[Knative `serving`](../serving/).
|
||||
More information about this use case is demonstrated in
|
||||
[this sample](https://github.com/knative/docs/blob/master/serving/samples/source-to-url-go).
|
||||
[this sample](../serving/samples/source-to-url-go).
|
||||
|
||||
## Key features of Knative Builds
|
||||
|
||||
|
@ -103,7 +103,7 @@ builds.
|
|||
|
||||
#### Complex samples
|
||||
|
||||
- [Use Knative to build apps from source code and then run those containers](https://github.com/knative/docs/blob/master/serving/samples/source-to-url-go).
|
||||
- [Use Knative to build apps from source code and then run those containers](../serving/samples/source-to-url-go).
|
||||
|
||||
## Related info
|
||||
|
||||
|
|
|
@ -61,7 +61,7 @@ event sources. Sources manage registration and delivery of events from external
|
|||
systems using Kubernetes
|
||||
[Custom Resources](https://kubernetes.io/docs/concepts/extend-kubernetes/api-extension/custom-resources/).
|
||||
Learn more about Eventing development in the
|
||||
[Eventing work group](https://github.com/knative/docs/blob/master/community/WORKING-GROUPS.md#events).
|
||||
[Eventing work group](../../contributing/WORKING-GROUPS.md#events).
|
||||
|
||||
## Installation
|
||||
|
||||
|
|
|
@ -15,7 +15,7 @@ source is most useful as a bridge from other GCP services, such as
|
|||
project id, and also set your project ID as default using
|
||||
`gcloud config set project $PROJECT_ID`.
|
||||
|
||||
1. Setup [Knative Serving](https://github.com/knative/docs/blob/master/install)
|
||||
1. Setup [Knative Serving](../../../install)
|
||||
|
||||
1. Setup
|
||||
[Knative Eventing](https://github.com/knative/docs/tree/master/eventing). In
|
||||
|
|
|
@ -10,10 +10,10 @@ You will need:
|
|||
|
||||
1. An internet-accessible Kubernetes cluster with Knative Serving
|
||||
installed. Follow the [installation
|
||||
instructions](https://github.com/knative/docs/blob/master/install/)
|
||||
instructions](../../../install/)
|
||||
if you need to create one.
|
||||
1. Ensure Knative Serving is [configured with a domain
|
||||
name](https://github.com/knative/docs/blob/master/serving/using-a-custom-domain.md)
|
||||
name](../../../serving/using-a-custom-domain.md)
|
||||
that allows GitHub to call into the cluster.
|
||||
1. If you're using GKE, you'll also want to [assign a static IP address](../../../serving/gke-assigning-static-ip-address.).
|
||||
1. Install [Knative
|
||||
|
|
|
@ -6,7 +6,7 @@ is not specified, it will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](../../../install/)
|
||||
[installation instructions](../../../../install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -6,7 +6,7 @@ it will use `World` as the `TARGET`.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](../../../install/)
|
||||
[installation instructions](../../../../install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -6,7 +6,7 @@ TARGET is not specified, it will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](../../../install/)
|
||||
[installation instructions](../../../../install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -6,7 +6,7 @@ use for testing. It reads in an env variable `TARGET` and prints "Hello
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](../../../install/)
|
||||
[installation instructions](../../../../install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -6,7 +6,7 @@ specified, it will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](../../../install/)
|
||||
[installation instructions](../../../../install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
@ -18,8 +18,7 @@ While you can clone all of the code from this directory, hello world apps are
|
|||
generally more useful if you build them step-by-step. The following instructions
|
||||
recreate the source files from this folder.
|
||||
|
||||
|
||||
1. Create a new directory and initalize `npm`.
|
||||
1. Create a new directory and initialize `npm`.
|
||||
|
||||
```shell
|
||||
npm init
|
||||
|
|
|
@ -6,7 +6,7 @@ will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](../../../install/)
|
||||
[installation instructions](../../../../install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -6,7 +6,7 @@ specified, it will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](../../../install/)
|
||||
[installation instructions](../../../../install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
|
@ -6,7 +6,7 @@ specified, it will use "World" as the TARGET.
|
|||
## Prerequisites
|
||||
|
||||
- A Kubernetes cluster with Knative installed. Follow the
|
||||
[installation instructions](../../../install/)
|
||||
[installation instructions](../../../../install/)
|
||||
if you need to create one.
|
||||
- [Docker](https://www.docker.com) installed and running on your local machine,
|
||||
and a Docker Hub account configured (we'll use it for a container registry).
|
||||
|
|
Loading…
Reference in New Issue