fix case sensitive #section anchors (#391)

Looks like anchors are case-sensitive. GitHub Markdown rendering creates
lower-case-section-anchors.

How many more of these there are, I'm not sure. But when I searched like

    ag --md '#[A-Z]'

This is the only such markdown page with such uppercase anchor references,
so I'm just fixing this page. Sorry for long commit message.

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-09-12 12:21:16 -07:00 committed by Knative Prow Robot
parent 0304e7a85c
commit f3c3580410
1 changed files with 4 additions and 4 deletions

View File

@ -1,18 +1,18 @@
# Monitoring, Logging and Tracing Installation
Knative Serving offers two different monitoring setups:
[Elasticsearch, Kibana, Prometheus and Grafana](#Elasticsearch,-Kibana,-Prometheus-&-Grafana-Setup)
[Elasticsearch, Kibana, Prometheus and Grafana](#elasticsearch-kibana-prometheus--grafana-setup)
or
[Stackdriver, Prometheus and Grafana](#Stackdriver,-Prometheus-&-Grafana-Setup).
[Stackdriver, Prometheus and Grafana](#stackdriver-prometheus--grafana-setup)
You can install only one of these two setups and side-by-side installation of
these two are not supported.
## Elasticsearch, Kibana, Prometheus & Grafana Setup
If you installed the
[full Knative release](../install/README.md#Installing-Knative),
[full Knative release](../install/README.md#installing-knative),
skip this step and continue to
[Create Elasticsearch Indices](#Create-Elasticsearch-Indices)
[Create Elasticsearch Indices](#create-elasticsearch-indices)
- Install Knative monitoring components from the root of the [Serving repository](https://github.com/knative/serving):