From 8effab1f31fb954289eb02547389f30ac328ea15 Mon Sep 17 00:00:00 2001 From: annielz Date: Tue, 9 Jul 2024 11:38:07 +0800 Subject: [PATCH] fix: broken links reroute from local repo to bnbchain docs --- docs/modules/billing-and-payment.md | 4 ++-- docs/modules/virtual-group.md | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modules/billing-and-payment.md b/docs/modules/billing-and-payment.md index f46b00799..f8927088e 100644 --- a/docs/modules/billing-and-payment.md +++ b/docs/modules/billing-and-payment.md @@ -88,7 +88,7 @@ deposit, several fields will be recorded for this stream account: *Buffer Balance = - Netflow Rate \* pre-configured ReserveTime if Netflow Rate is negative* -![funds-flow](../../../../static/asset/04-Funds-Flow.jpg) +![funds-flow](https://docs.bnbchain.org/bnb-greenfield/static/asset/04-Funds-Flow.jpg)
How a User Receives Inflow and Outflow of Funds
@@ -677,4 +677,4 @@ When deleting an object, the following outflows will be updated. Be noted, when deleting an object, if it is stored less than `ReserveTime`, it still needs to pay for storing `ReserveTime` -and the unpaid fee will be transferred to Global Virtual Group Family, Global Virtual Group, and validator tax pool. \ No newline at end of file +and the unpaid fee will be transferred to Global Virtual Group Family, Global Virtual Group, and validator tax pool. diff --git a/docs/modules/virtual-group.md b/docs/modules/virtual-group.md index 60752ad52..e43c31d5f 100644 --- a/docs/modules/virtual-group.md +++ b/docs/modules/virtual-group.md @@ -16,11 +16,11 @@ Local Virtual Group(LVG): Each bucket maintains a mapping from the local group I Local virtual groups are linked to their corresponding buckets, and each object needs to store the ID information of the local virtual group. Each local virtual group must correspond to one and only one global virtual group. -![VirtualGroup Overview](../../../../static/asset/12-Greenfield-VirtualGroup.png) +![VirtualGroup Overview](https://docs.bnbchain.org/bnb-greenfield/static/asset/12-Greenfield-VirtualGroup.png) In order to avoid all the data of a primary SP being transferred to one SP within a short period of time, we introduce the concept of "family". -![VirtualGroup Family](../../../../static/asset/13-Greenfield-VirtualGroupFamily.png) +![VirtualGroup Family](https://docs.bnbchain.org/bnb-greenfield/static/asset/13-Greenfield-VirtualGroupFamily.png) A family can contain multiple GVG that the same SP creates. A bucket can only be served by the GVGs that are in the same family, cross family GVG is not allowed within one bucket. Once the total storage size of a family exceeds 64TB(TBD), the GVG inside the family can not server new buckets, the SP has to create a new family. By introducing family , the primary SP can exit at family level without breaking the one bucket, one primary SP rule. @@ -61,7 +61,7 @@ This orderly exit process ensures a smooth transition of responsibilities and re ### Bucket Migration Workflow -![Bucket Miragtion](../../../../static/asset/14-Greenfield-Bucket-Migration.png) +![Bucket Miragtion](https://docs.bnbchain.org/bnb-greenfield/static/asset/14-Greenfield-Bucket-Migration.png) Below are the key workflow of Bucket Migration: