From 469e70fbf9108a801ac41011c5c44ba5db7a469d Mon Sep 17 00:00:00 2001 From: tor-por Date: Tue, 30 Apr 2024 16:12:07 +0300 Subject: [PATCH] SEO client error links fixes --- .../beginner/1INCH-Token.mdx 12-48-18-162.mdx | 2 +- .../beginner/what-is-swap-surplus.mdx | 4 ++-- .../fusion-sdk/for-resolvers/auction-calculator.md | 2 +- docs/limit-order-protocol/smart-contract/SUMMARY.md | 6 +++--- .../smart-contract/helpers/ERC1155Proxy.md | 2 +- .../smart-contract/helpers/ERC721Proxy.md | 2 +- .../smart-contract/helpers/ERC721ProxySafe.md | 2 +- .../homepage-developer-links/HomepageDeveloperLinks.js | 2 +- src/components/homepage-footer/HomepageFooter.js | 8 ++------ 9 files changed, 13 insertions(+), 17 deletions(-) diff --git a/docs/educational-resources/beginner/1INCH-Token.mdx 12-48-18-162.mdx b/docs/educational-resources/beginner/1INCH-Token.mdx 12-48-18-162.mdx index 34da5e4ee..94dd6c702 100644 --- a/docs/educational-resources/beginner/1INCH-Token.mdx 12-48-18-162.mdx +++ b/docs/educational-resources/beginner/1INCH-Token.mdx 12-48-18-162.mdx @@ -20,7 +20,7 @@ The token was [officially launched](https://blog.1inch.io/1inch-token-is-release ### Token Unlock Schedule -On the release day, 6% of the 1INCH token's total issuance of 1.5 billion was unlocked. The remaining tokens will be gradually unlocked over a [four-year period](https://1inch.io/token/) by the end of 2024. +On the release day, 6% of the 1INCH token's total issuance of 1.5 billion was unlocked. The remaining tokens will be gradually unlocked over a [four-year period](https://1inch.io/dao/) by the end of 2024. ![](./assets/chart2.png) diff --git a/docs/educational-resources/beginner/what-is-swap-surplus.mdx b/docs/educational-resources/beginner/what-is-swap-surplus.mdx index 640f3274e..7558aa2a3 100644 --- a/docs/educational-resources/beginner/what-is-swap-surplus.mdx +++ b/docs/educational-resources/beginner/what-is-swap-surplus.mdx @@ -8,7 +8,7 @@ A swap surplus is the result of a unique market dynamic known as "positive slipp - A swap surplus is not a trading fee, and does not occur with every swap. -- With the 1inch router v4 and v5 update, [optimized routers](https://docs.1inch.io/docs/aggregation-protocol/smart-contract/AggregationRouterV5) such as unoswap, uniswapV3Swap and clipperSwap along with any `fillOrder` function will never take a surplus, only the swap function. If you have more questions on this topic please reach out to our live chat!* +- With the 1inch router v4 and v5 update, [optimized routers](https://docs.1inch.io/docs/aggregation-protocol/smart-contract/AggregationRouterV6) such as unoswap, uniswapV3Swap and clipperSwap along with any `fillOrder` function will never take a surplus, only the swap function. If you have more questions on this topic please reach out to our live chat!* ### Where does a surplus amount of tokens end up after a swap is complete? -With [1IP-28] Discontinue Swap Surplus Collection, the community has decided to disconnect the collection of the swap surplus by the 1inch DAO. The primary purpose was to ensure the stable and consistent growth of the 1inch Network. 1inch Network Interface is dependent on the third-party API providers, which manage the infrastructure behind the swap functionality. Following the decision of the DAO to discontinue swap surplus collection, the operational set up of such third-party API providers imposed the collection of slippage as a fee for swap services provision and maintenance. Currently, the surplus amount is retained by these providers as a service fee. \ No newline at end of file +With [1IP-28] Discontinue Swap Surplus Collection, the community has decided to disconnect the collection of the swap surplus by the 1inch DAO. The primary purpose was to ensure the stable and consistent growth of the 1inch Network. 1inch Network Interface is dependent on the third-party API providers, which manage the infrastructure behind the swap functionality. Following the decision of the DAO to discontinue swap surplus collection, the operational set up of such third-party API providers imposed the collection of slippage as a fee for swap services provision and maintenance. Currently, the surplus amount is retained by these providers as a service fee. diff --git a/docs/fusion-swap/fusion-sdk/for-resolvers/auction-calculator.md b/docs/fusion-swap/fusion-sdk/for-resolvers/auction-calculator.md index 03feb14d1..9582aa338 100644 --- a/docs/fusion-swap/fusion-sdk/for-resolvers/auction-calculator.md +++ b/docs/fusion-swap/fusion-sdk/for-resolvers/auction-calculator.md @@ -127,4 +127,4 @@ const salt = AuctionSalt.decode( ) AuctionCalculator.fromAuctionData(suffix, salt) // #=> AuctionCalculator instance -``` \ No newline at end of file +``` diff --git a/docs/limit-order-protocol/smart-contract/SUMMARY.md b/docs/limit-order-protocol/smart-contract/SUMMARY.md index 55bee6aa4..68be7f8ed 100644 --- a/docs/limit-order-protocol/smart-contract/SUMMARY.md +++ b/docs/limit-order-protocol/smart-contract/SUMMARY.md @@ -15,9 +15,9 @@ * [interfaces](interfaces/README.md) * [IDaiLikePermit](interfaces/IDaiLikePermit.md) * [IWithdrawable](interfaces/IWithdrawable.md) - * [Interaction](interfaces/Interaction.md) - * [PostInteraction](interfaces/PostInteraction.md) - * [PreInteraction](interfaces/PreInteraction.md) + * [Interaction](interfaces/InteractionNotificationReceiver.md) + * [PostInteraction](interfaces/PostInteractionNotificationReceiver.md) + * [PreInteraction](interfaces/PreInteractionNotificationReceiver.md) * [libraries](libraries/README.md) * [ArgumentsDecoder](libraries/ArgumentsDecoder.md) * [Permitable](libraries/Permitable.md) diff --git a/docs/limit-order-protocol/smart-contract/helpers/ERC1155Proxy.md b/docs/limit-order-protocol/smart-contract/helpers/ERC1155Proxy.md index dfd900326..db01c14d0 100644 --- a/docs/limit-order-protocol/smart-contract/helpers/ERC1155Proxy.md +++ b/docs/limit-order-protocol/smart-contract/helpers/ERC1155Proxy.md @@ -6,7 +6,7 @@ ## Derives -- [ImmutableOwner](helpers/ImmutableOwner.md) +- [ImmutableOwner](ImmutableOwner.md) ## Functions ### constructor diff --git a/docs/limit-order-protocol/smart-contract/helpers/ERC721Proxy.md b/docs/limit-order-protocol/smart-contract/helpers/ERC721Proxy.md index 515f8de26..27e8fdcf9 100644 --- a/docs/limit-order-protocol/smart-contract/helpers/ERC721Proxy.md +++ b/docs/limit-order-protocol/smart-contract/helpers/ERC721Proxy.md @@ -6,7 +6,7 @@ ## Derives -- [ImmutableOwner](helpers/ImmutableOwner.md) +- [ImmutableOwner](ImmutableOwner.md) ## Functions ### constructor diff --git a/docs/limit-order-protocol/smart-contract/helpers/ERC721ProxySafe.md b/docs/limit-order-protocol/smart-contract/helpers/ERC721ProxySafe.md index a5695414c..31b5da855 100644 --- a/docs/limit-order-protocol/smart-contract/helpers/ERC721ProxySafe.md +++ b/docs/limit-order-protocol/smart-contract/helpers/ERC721ProxySafe.md @@ -6,7 +6,7 @@ ## Derives -- [ImmutableOwner](helpers/ImmutableOwner.md) +- [ImmutableOwner](ImmutableOwner.md) ## Functions ### constructor diff --git a/src/components/homepage-developer-links/HomepageDeveloperLinks.js b/src/components/homepage-developer-links/HomepageDeveloperLinks.js index 2471833b7..3041ed0bd 100644 --- a/src/components/homepage-developer-links/HomepageDeveloperLinks.js +++ b/src/components/homepage-developer-links/HomepageDeveloperLinks.js @@ -40,7 +40,7 @@ const DeveloperList = [ { button:{ title: 'View Articles', - href: './docs/educational-resources/introduction' + href: './docs/educational-resources/Introduction' }, image: (
diff --git a/src/components/homepage-footer/HomepageFooter.js b/src/components/homepage-footer/HomepageFooter.js index 8e9036c80..7787a2f93 100644 --- a/src/components/homepage-footer/HomepageFooter.js +++ b/src/components/homepage-footer/HomepageFooter.js @@ -39,10 +39,6 @@ const FooterLinks = { title: '1inch DAO', link: 'https://1inch.io/dao/' }, - { - title: '1INCH token', - link: 'https://1inch.io/token/' - }, { title: 'Forum', link: 'https://gov.1inch.io/' @@ -58,7 +54,7 @@ const FooterLinks = { }, { title: 'API', - link: 'https://1inch.io/api/' + link: 'https://1inch.io/page-api/' }, { title: 'Press room', @@ -147,7 +143,7 @@ export default function HomepageFooter() {

Subscribe to 1inch newsletter

Get the latest news and updates

- Subscribe