diff --git a/app/public/edgerc.json b/app/public/edgerc.json index 09d5773a..576bcf43 100644 --- a/app/public/edgerc.json +++ b/app/public/edgerc.json @@ -24,6 +24,10 @@ "pattern": "^/quickstart$", "destination": "/web/quickstart" }, + { + "pattern": "^/resolvers?$", + "destination": "/resolvers/quickstart" + }, { "pattern": "^/(ccip|learn/ccip)$", "destination": "/learn/ccip-read" diff --git a/docs/web/resolution.mdx b/docs/web/resolution.mdx index f42580ad..c2892aba 100644 --- a/docs/web/resolution.mdx +++ b/docs/web/resolution.mdx @@ -194,7 +194,7 @@ Most libraries provide address decoding, however if you are reading these record ## Advanced