Skip to content

Commit

Permalink
Update README.md (#864)
Browse files Browse the repository at this point in the history
Fix links by removing md file extensions.
  • Loading branch information
carieshmarie authored and RichieEscarez committed Feb 21, 2019
1 parent fb7fdd9 commit 072c731
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ patterns and codify the best practices that are shared by successful,
real-world, Kubernetes-based frameworks and applications. Knative components
focus on solving mundane but difficult tasks such as:

- [Deploying a container](./install/getting-started-knative-app.md)
- [Deploying a container](./install/getting-started-knative-app)
- [Orchestrating source-to-URL workflows on Kubernetes](./serving/samples/source-to-url-go/)
- [Routing and managing traffic with blue/green deployment](./serving/samples/blue-green-deployment.md)
- [Routing and managing traffic with blue/green deployment](./serving/samples/blue-green-deployment)
- [Scaling automatically and sizing workloads based on demand](./serving/samples/autoscale-go)
- [Binding running services to eventing ecosystems](./eventing/samples/kubernetes-event-source)

Expand Down Expand Up @@ -75,17 +75,17 @@ Follow the links below to learn more about Knative.
### Getting started

- [Installing Knative](./install/)
- [Getting started with app deployment](./install/getting-started-knative-app.md)
- [Getting started with app deployment](./install/getting-started-knative-app)
- [Getting started with serving](./serving)
- [Getting started with builds](./build)
- [Getting started with eventing](./eventing)

### Configuration and networking

- [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)
- [Configuring HTTPS with a custom certificate](./serving/using-an-ssl-cert.md)
- [Configuring outbound network access](./serving/outbound-network-access)
- [Using a custom domain](./serving/using-a-custom-domain)
- [Assigning a static IP address for Knative on Google Kubernetes Engine](./serving/gke-assigning-static-ip-address)
- [Configuring HTTPS with a custom certificate](./serving/using-an-ssl-cert)

### Samples and demos

Expand All @@ -99,16 +99,16 @@ Follow the links below to learn more about Knative.

### Logging and metrics

- [Installing logging, metrics and traces](./serving/installing-logging-metrics-traces.md)
- [Accessing logs](./serving/accessing-logs.md)
- [Accessing metrics](./serving/accessing-metrics.md)
- [Accessing traces](./serving/accessing-traces.md)
- [Setting up a logging plugin](./serving/setting-up-a-logging-plugin.md)
- [Installing logging, metrics and traces](./serving/installing-logging-metrics-traces)
- [Accessing logs](./serving/accessing-logs)
- [Accessing metrics](./serving/accessing-metrics)
- [Accessing traces](./serving/accessing-traces)
- [Setting up a logging plugin](./serving/setting-up-a-logging-plugin)

### Debugging

- [Debugging application issues](./serving/debugging-application-issues.md)
- [Debugging performance issues](./serving/debugging-performance-issues.md)
- [Debugging application issues](./serving/debugging-application-issues)
- [Debugging performance issues](./serving/debugging-performance-issues)

---

Expand Down

0 comments on commit 072c731

Please sign in to comment.