Skip to content

Commit

Permalink
remove hardcoded github link (knative#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
RichieEscarez committed Feb 21, 2019
1 parent f61514c commit fb7fdd9
Show file tree
Hide file tree
Showing 20 changed files with 24 additions and 25 deletions.
2 changes: 1 addition & 1 deletion community/samples/serving/helloworld-clojure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion community/samples/serving/helloworld-dart/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion community/samples/serving/helloworld-haskell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion community/samples/serving/helloworld-rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion community/samples/serving/helloworld-shell/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion community/samples/serving/helloworld-swift/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion community/samples/serving/helloworld-vertx/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
6 changes: 3 additions & 3 deletions docs/build/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/eventing/samples/gcp-pubsub-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/eventing/samples/github-source/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/serving/samples/hello-world/helloworld-go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/serving/samples/hello-world/helloworld-java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
5 changes: 2 additions & 3 deletions docs/serving/samples/hello-world/helloworld-nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/serving/samples/hello-world/helloworld-php/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down
2 changes: 1 addition & 1 deletion docs/serving/samples/hello-world/helloworld-ruby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).
Expand Down

0 comments on commit fb7fdd9

Please sign in to comment.