From 82bcddb9426f47e47884faa84523600910dd77c5 Mon Sep 17 00:00:00 2001 From: Ivan Nikittin Date: Thu, 19 Jul 2018 10:52:36 -0700 Subject: [PATCH] Broken links fixing --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 8d01964cd..d7656671f 100644 --- a/README.md +++ b/README.md @@ -75,12 +75,12 @@ Follow the links in this section to learn more about Knative. ### Getting started with Knative -* [Installing Knative](/install/README.md) -* [Getting Started with Knative App Deployment](install/getting-started-knative-app.md) -* [Knative Sample Applications](serving/samples/) -* [Getting started with Knative Serving](https://github.com/knative/docs/serving) -* [Getting started with Knative Builds](https://github.com/knative/docs/builds) -* [Getting started with Knative Eventing](https://github.com/knative/docs/eventing) +* [Installing Knative](./install/README.md) +* [Getting Started with Knative App Deployment](./install/getting-started-knative-app.md) +* [Knative Sample Applications](./serving/samples/) +* [Getting started with Knative Serving](./serving) +* [Getting started with Knative Builds](./builds) +* [Getting started with Knative Eventing](./eventing) ### More samples and demos @@ -104,6 +104,6 @@ Follow the links in this section to learn more about Knative. ### Configuration and Networking -* [Setting up a docker registry](./serving/setting-up-a-docker-registry.md) +* [Configuring outbound network access](./serving/outbound-network-access.md) * [Using a custom domain](./serving/using-a-custom-domain.md) * [Assigning a static IP address for Knative on Google Kubernetes Engine](./serving/gke-assigning-static-ip-address.md)