Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs(ADDRESSING): default DNSLink to ipfs://
DNSLink resides under `/ipns/` right now, but it is not related to IPNS in any way. We should support `ipns://{fqdn}` for completeness and backward compatibility, however it should be a redirect to `ipfs://{fqdn}`. Address bar should have `ipfs://{fqdn}`. This will solve two HUGE problems: - people being confused why its `ipns://` instead of `ipfs://` - removing the problem of cross-protocol boundary
- Loading branch information