From 428a16d584e862c4671ed94d9765f8e3ffa772b3 Mon Sep 17 00:00:00 2001 From: Joe Stringer Date: Mon, 2 Nov 2020 12:45:45 -0800 Subject: [PATCH] docs: Point to stable documentation Rather than pointing users to the latest development documentation, point them towards the current stable release so they're less likely to hit random issues due to ongoing development. Signed-off-by: Joe Stringer --- Documentation/README.md | 22 +++++++++++----------- README.md | 4 ++-- install/kubernetes/README.md | 4 ++-- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Documentation/README.md b/Documentation/README.md index 105f3aabf..17e7bdb0d 100644 --- a/Documentation/README.md +++ b/Documentation/README.md @@ -8,20 +8,20 @@ branch](https://github.com/cilium/hubble/tree/v0.5/Documentation). ## Getting Started - * [Quickstart](https://docs.cilium.io/en/latest/gettingstarted/hubble) - * [What is Hubble?](https://docs.cilium.io/en/latest/intro/#what-is-hubble) - * [Installation with Cilium](https://docs.cilium.io/en/latest/gettingstarted/#installation) - * [Running Prometheus and Grafana](https://docs.cilium.io/en/latest/gettingstarted/grafana/) + * [Quickstart](https://docs.cilium.io/en/stable/gettingstarted/hubble) + * [What is Hubble?](https://docs.cilium.io/en/stable/intro/#what-is-hubble) + * [Installation with Cilium](https://docs.cilium.io/en/stable/gettingstarted/#installation) + * [Running Prometheus and Grafana](https://docs.cilium.io/en/stable/gettingstarted/grafana/) ## Troubleshooting - * [Observing Flows with Hubble](https://docs.cilium.io/en/latest/operations/troubleshooting/#observing-flows-with-hubble) - * [Observing Flows with Hubble Relay](https://docs.cilium.io/en/latest/operations/troubleshooting/#observing-flows-with-hubble-relay) + * [Observing Flows with Hubble](https://docs.cilium.io/en/stable/operations/troubleshooting/#observing-flows-with-hubble) + * [Observing Flows with Hubble Relay](https://docs.cilium.io/en/stable/operations/troubleshooting/#observing-flows-with-hubble-relay) ## Internals - * [Contributing](https://docs.cilium.io/en/latest/contributing/development/) - * [Components](https://docs.cilium.io/en/latest/concepts/overview/#hubble) - * [Architecture](https://docs.cilium.io/en/latest/hubble/) - * [Code Overview](https://docs.cilium.io/en/latest/contributing/development/codeoverview/#hubble) - * [Metrics Reference](https://docs.cilium.io/en/latest/operations/metrics/#hubble) + * [Contributing](https://docs.cilium.io/en/stable/contributing/development/) + * [Components](https://docs.cilium.io/en/stable/concepts/overview/#hubble) + * [Architecture](https://docs.cilium.io/en/stable/hubble/) + * [Code Overview](https://docs.cilium.io/en/stable/contributing/development/codeoverview/#hubble) + * [Metrics Reference](https://docs.cilium.io/en/stable/operations/metrics/#hubble) diff --git a/README.md b/README.md index ed32b1eb9..16b987263 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,8 @@ and have to be used with caution in critical production workloads. # Getting Started -* [Introduction to Cilium & Hubble](https://docs.cilium.io/en/latest/intro/) -* [Networking and Security Observability with Hubble](https://docs.cilium.io/en/latest/gettingstarted/hubble/) +* [Introduction to Cilium & Hubble](https://docs.cilium.io/en/stable/intro/) +* [Networking and Security Observability with Hubble](https://docs.cilium.io/en/stable/gettingstarted/hubble/) # Features diff --git a/install/kubernetes/README.md b/install/kubernetes/README.md index c06c9b368..efc6670b2 100644 --- a/install/kubernetes/README.md +++ b/install/kubernetes/README.md @@ -1,9 +1,9 @@ # Deployment of Hubble alongside Cilium Starting with **Cilium >=1.8**, the Hubble Helm charts are now part of Cilium. -Please refer to the Cilium [installation instructions](https://docs.cilium.io/en/latest/gettingstarted/#installation) +Please refer to the Cilium [installation instructions](https://docs.cilium.io/en/stable/gettingstarted/#installation) for details. **Note:** If you are running Cilium 1.7, you will find the Helm charts and installation instructions on how to deploy Hubble in [the v0.5 -branch of this repository](https://github.com/cilium/hubble/tree/v0.5/install/kubernetes). \ No newline at end of file +branch of this repository](https://github.com/cilium/hubble/tree/v0.5/install/kubernetes).