We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c090231 commit 3df6f6aCopy full SHA for 3df6f6a
1 file changed
docs/Development/seo-audit-github-pages.md
@@ -12,7 +12,7 @@ flowchart LR
12
Docs[docs/**] --> Gen
13
Gen --> SiteSrc[github-pages/**]
14
SiteSrc --> Jekyll[Jekyll build]
15
- Jekyll --> Pages[GitHub Pages<br/>https://managedcode.github.io/Storage/]
+ Jekyll --> Pages[GitHub Pages<br/>https://storage.managed-code.com/]
16
```
17
18
## Site-wide checks (layout/config)
@@ -46,7 +46,7 @@ Source of truth:
46
47
Notes:
48
49
-- URLs below are **relative to** `https://managedcode.github.io/Storage`.
+- URLs below are **relative to** `https://storage.managed-code.com`.
50
- For doc pages (Features/API/ADR), `description` is generated from doc content by the workflow:
51
- skips headings, code fences, bullet lists
52
- skips ADR status lines (`Accepted/Proposed/...`)
0 commit comments