pages: Use example.org in all git-pages examples

This commit is contained in:
Artyom Bologov 2026-07-22 01:45:58 +04:00
parent eb35b4a18c
commit c889194235

View file

@ -41,7 +41,7 @@ Say, we add this (broken) [redirect rule](/codeberg-pages/advanced-usage/#redire
/*/ /:splat.html 301
```
After committing it and opening a page like `https://website.tld/hello`, we are redirected to a 404 page.
After committing it and opening a page like `https://example.org/hello`, we are redirected to a 404 page.
Something must be brokein in redirects.
However, we dont know that for sure.
Need to check.
@ -50,9 +50,9 @@ There are two ways to find out whats broken in the website:
```
# Plain web request
curl https://website.tld/.git-pages/manifest.json
curl https://example.org/.git-pages/manifest.json
# Or a dedicated tool from git-pages
git-pages-cli --debug-manifest https://website.tld
git-pages-cli --debug-manifest https://example.org
```
In either case, you get huge JSONs with meta-information about the website.