Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update index.mdx #209

Merged
merged 1 commit into from
Mar 18, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/web/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ To learn more check out the [tools & libraries section](/web/libraries).
<EmbedLink
href="/web/libraries"
title="Tools & Libraries"
description="To lorem ipsum dolor sit amet."
description="To learn about the available tools and libraries that interact with ENS"
/>

{/* ## Examples
Expand All @@ -48,21 +48,21 @@ If you're interested in interacting with the resolver contract directly, you mig
<EmbedLink
href="/web/resolution"
title="Address Resolution"
description="To lorem ipsum dolor sit amet."
description="To find guides on the address lookup features of ENS."
/>

## Subnames

<EmbedLink
href="/web/subnames"
href="/web/subdomains"
title="Issuing Subnames"
description="To lorem ipsum dolor sit amet."
description="To an overview of subdomains and the NameWrapper smart contract"
/>

## Registration

<EmbedLink
href="/registry/eth"
title="ETH Registrar"
description="To lorem ipsum dolor sit amet."
description="To an overview of the two smart contracts that make up the ETH Registrar."
/>
Loading