Commit 461298b
authored
docs: use id.ai as the canonical Internet Identity URL (dfinity#3802)
## Summary
Internet Identity's canonical user-facing URL is now `https://id.ai`.
This PR updates the documentation (`README.md` and `docs/ii-spec.mdx`)
to point readers to `id.ai` instead of the legacy
`identity.internetcomputer.org` and `identity.ic0.app` URLs.
## Changes
- **README.md**: Update the header link, the prominent URL in the links
bar, and the "many more" link to point to `https://id.ai`.
- **docs/ii-spec.mdx**: Update the canonical hostname description, the
client authentication protocol URLs (`#authorize` endpoint,
`postMessage` target origin), the CORS `Access-Control-Allow-Origin`
guidance, and the HTTP gateway protocol reference to use
`https://id.ai`. Legacy URLs are preserved only where needed for
backward-compatibility context (origin validation lists, alias
descriptions).
## What is NOT changed
- Code files (`.ts`, `.rs`, config, CI) — docs-only.
- Historical references (changelogs, security advisories).
- Canister-as-a-service URLs (e.g., canister ID on `ic0.app`).
- The `HACKING.md` `dfx canister install` command, which references
`identity.ic0.app` in a `related_origins` config value.
Consistent with the framing already used in `HACKING.md` and
`frontend_proposal.md`, which reference `id.ai`.
---------
Co-authored-by: Tim Aterton <timothyaterton@users.noreply.github.com>1 parent cae018a commit 461298b
2 files changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
137 | 137 | | |
138 | 138 | | |
139 | 139 | | |
140 | | - | |
| 140 | + | |
141 | 141 | | |
142 | 142 | | |
143 | 143 | | |
| |||
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | | - | |
| 159 | + | |
160 | 160 | | |
161 | 161 | | |
162 | 162 | | |
| |||
186 | 186 | | |
187 | 187 | | |
188 | 188 | | |
189 | | - | |
| 189 | + | |
190 | 190 | | |
191 | 191 | | |
192 | 192 | | |
| |||
332 | 332 | | |
333 | 333 | | |
334 | 334 | | |
335 | | - | |
| 335 | + | |
336 | 336 | | |
337 | 337 | | |
338 | 338 | | |
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
| 350 | + | |
351 | 351 | | |
352 | 352 | | |
353 | 353 | | |
| |||
0 commit comments