This is an automated email from the ASF dual-hosted git repository.
nicholasjiang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/celeborn.git
The following commit(s) were added to refs/heads/main by this push:
new 521ea8fa5 [CELEBORN-1551] Fix wrong link in quota_management.md
521ea8fa5 is described below
commit 521ea8fa5703cb8a861be81153bec2f62784fbb2
Author: Xianming Lei <[email protected]>
AuthorDate: Thu Aug 8 14:25:49 2024 +0800
[CELEBORN-1551] Fix wrong link in quota_management.md
### What changes were proposed in this pull request?
Fix wrong link in quota_management.md.
### Why are the changes needed?
click `dynamic config service` in QuotaManager tab will jump to the wrong
link
https://celeborn.apache.org/docs/latest/quota_management/developers/configuration#dynamic-configuration


### Does this PR introduce _any_ user-facing change?
No.
### How was this patch tested?
Closes #2671 from leixm/main.
Authored-by: Xianming Lei <[email protected]>
Signed-off-by: SteNicholas <[email protected]>
---
docs/quota_management.md | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/docs/quota_management.md b/docs/quota_management.md
index b4a36c97a..edd7f9f17 100644
--- a/docs/quota_management.md
+++ b/docs/quota_management.md
@@ -52,7 +52,7 @@ Users can also implement their own identity provider by
inheriting the `org.apac
## QuotaManager
`QuotaManager` supports to check whether quota is available and manage quota
configurations for `Master`.
-`QuotaManager` uses the [dynamic config
service](developers/configuration#dynamic-configuration) to store quota
settings.
+`QuotaManager` uses the [dynamic config
service](../developers/configuration#dynamic-configuration) to store quota
settings.
For example, there are some quota configurations as follows:
The quota for user `tenant_01.Jerry` is
@@ -79,7 +79,7 @@ The quota for `system default` is
### FileSystem Store Backend
This backend reads [quota](#quota-indicators) settings from a user-specified
dynamic config file.
-For more information on using the database store backend, refer to [filesystem
config service](developers/configuration#filesystem-config-service).
+For more information on using the database store backend, refer to [filesystem
config service](../developers/configuration#filesystem-config-service).
Here's an example quota setting YAML file of above quota examples:
```yaml
@@ -105,7 +105,7 @@ Here's an example quota setting YAML file of above quota
examples:
### Database Store Backend
This backend reads [quota](#quota-indicators) settings from a user-specified
database.
-For more information on using the database store backend, refer to [database
config service](developers/configuration#database-config-service).
+For more information on using the database store backend, refer to [database
config service](../developers/configuration#database-config-service).
Here's an example quota setting sql of above quota examples:
```sql
# SYSTEM level configuration