This is an automated email from the ASF dual-hosted git repository.
vinoyang pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new de2ea79 [MINOR] Remove link to missing monitoring section (#3424)
de2ea79 is described below
commit de2ea7970cdabf20c5a930a948a125cba261da35
Author: Damon P. Cortesi <[email protected]>
AuthorDate: Mon Aug 9 01:55:20 2021 -0700
[MINOR] Remove link to missing monitoring section (#3424)
The monitoring section doesn't exist in `deployment.md` so the link in the
TOC was not working.
Unsure if it was removed or what happened, but this PR removes the link to
the missing section.
---
website/docs/deployment.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/website/docs/deployment.md b/website/docs/deployment.md
index 3b2366a..20bf723 100644
--- a/website/docs/deployment.md
+++ b/website/docs/deployment.md
@@ -13,7 +13,6 @@ Specifically, we will cover the following aspects.
- [Upgrading Versions](#upgrading) : Picking up new releases of Hudi,
guidelines and general best-practices.
- [Migrating to Hudi](#migrating) : How to migrate your existing tables to
Apache Hudi.
- [Interacting via CLI](#cli) : Using the CLI to perform maintenance or
deeper introspection.
- - [Monitoring](#monitoring) : Tracking metrics from your hudi tables using
popular tools.
- [Troubleshooting](#troubleshooting) : Uncovering, triaging and resolving
issues in production.
## Deploying