Skip to content

Commit

Permalink
fix: ens links
Browse files Browse the repository at this point in the history
  • Loading branch information
banasa44 committed May 29, 2024
1 parent 92da4b1 commit 323d8de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/advanced/ens.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ sidebar_position: 5

## Unique DAO and Plugin Repo Names

To make DAOs and plugin repositories easily identifiable in the Aragon OSx ecosystem, we assign unique ENS names to them upon registration during the [DAO creation](./01-dao-creation/index.md) and [plugin publishing](./02-plugin-management/01-plugin-repo/01-plugin-repo-creation.md) processes.
To make DAOs and plugin repositories easily identifiable in the Aragon OSx ecosystem, we assign unique ENS names to them upon registration during the [DAO creation](./dao/01-creation/index.md) and [plugin publishing](./plugin/repositories/factory-and-registry.md) processes.

:::info
You can skip registering an ENS name for your DAO under the `dao.eth` by leaving the [`DAOSettings.subdomain` field](../../03-reference-guide/framework/dao/DAOFactory.md#public-struct-daosettings) empty when calling the [`createDao`](../../03-reference-guide/framework/dao/DAOFactory.md#external-function-createdao) function.
You can skip registering an ENS name for your DAO under the `dao.eth` by leaving the [`DAOSettings.subdomain` field](./technical-reference/framework/dao/DAOFactory.md#public-struct-daosettings) empty when calling the [`createDao`](./technical-reference/framework/dao/DAOFactory.md#external-function-createdao) function.
:::

### Allowed Character Set
Expand Down

0 comments on commit 323d8de

Please sign in to comment.