Skip to content

Commit

Permalink
feat(dcellar-web-ui): replace the related links of bnb greenfield doc
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed May 30, 2024
1 parent 0afb27d commit ed38e74
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ If you use editor other than vscode, just make your app's directory as your work
## Documentation Links
- [Greenfield Whitepaper](https://github.com/bnb-chain/greenfield-whitepaper)
- [Guide to BNB Greenfield](https://docs.bnbchain.org/greenfield-docs/docs/guide/home)
- [Guide to BNB Greenfield](https://docs.bnbchain.org/bnb-greenfield/)
- [Guide to DCellar](https://docs.nodereal.io/docs/dcellar-get-started)
- [Guide to Rush](https://rushjs.io/pages/intro/welcome/)
- [Guide to Apollo](https://github.com/apolloconfig/apollo)
- [BNB Greenfield Release Notes](https://docs.bnbchain.org/greenfield-docs/docs/release-notes/releaseNotes/#greenfield-v023---testnet-maintenance-upgrade-reset)
- [BNB Greenfield RPC Endpoints](https://docs.bnbchain.org/greenfield-docs/docs/api/endpoints/)
- [BNB Greenfield Release Notes](https://docs.bnbchain.org/bnb-greenfield/release-notes/releaseNotes/)
- [BNB Greenfield RPC Endpoints](https://docs.bnbchain.org/bnb-greenfield/for-developers/network-endpoint/endpoints/?h=rpc)
- [@bnb-chain/greenfield-js-sdk](https://docs.bnbchain.org/greenfield-js-sdk/)
- [@node-real/uikit](https://node-real.github.io/uikit/#/guides)
- [@node-real/wallketkit](https://node-real.github.io/walletkit/)
Expand Down
4 changes: 2 additions & 2 deletions apps/dcellar-web-ui/src/components/layout/Nav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ const MENU_ITEMS = [

const ASIDE = [
{
link: 'https://docs.bnbchain.org/greenfield-docs/',
link: 'https://docs.bnbchain.org/bnb-greenfield/',
trackId: 'dc.main.nav.doc.click',
icon: 'book',
text: 'BNB Greenfield Docs',
},
{
link: 'https://docs.bnbchain.org/greenfield-docs/docs/release-notes/releaseNotes/',
link: 'https://docs.bnbchain.org/bnb-greenfield/for-developers/network-endpoint/endpoints/?h=rpc',
trackId: 'dc.main.nav.release_note.click',
icon: 'doc',
text: 'Release Notes',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ export const FAQ = ({ openKeys, toggleOpenKeys }: FAQProps) => {
more about it, please refer to{' '}
<UnderlineLink
target="_blank"
href="https://docs.bnbchain.org/greenfield-docs/docs/guide/greenfield-blockchain/modules/billing-and-payment#storage-fee-price-and-adjustment"
href="https://github.com/bnb-chain/greenfield/blob/master/docs/modules/billing-and-payment.md#storage-fee-price-and-adjustment"
>
https://docs.bnbchain.org/greenfield-docs/docs/guide/greenfield-blockchain/modules/billing-and-payment#storage-fee-price-and-adjustment
https://github.com/bnb-chain/greenfield/blob/master/docs/modules/billing-and-payment.md#storage-fee-price-and-adjustment
</UnderlineLink>
.
</Text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const PricingCard = ({ storeParams }: PricingCardProps) => {
}}
>
Global prices will update monthly based on all the SPs&apos; suggested prices.{' '}
<UnderlineLink href="https://docs.bnbchain.org/greenfield-docs/docs/guide/greenfield-blockchain/modules/billing-and-payment">
<UnderlineLink href="https://github.com/bnb-chain/greenfield/blob/master/docs/modules/billing-and-payment.md#billing-and-payment">
Learn More
</UnderlineLink>
</Text>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const datas = [
icon: <ResponsiveIcon type="filled-docs" color={'readable.white'} />,
iconBg: '#F5A861',
name: 'BNB Greenfield Docs',
link: 'https://docs.bnbchain.org/greenfield-docs/docs/guide/home',
link: 'https://docs.bnbchain.org/bnb-greenfield/',
gaClickName: 'dc_lp.homepage.tool.docs.click',
},
{
Expand Down

0 comments on commit ed38e74

Please sign in to comment.