diff --git a/content/codeberg-pages/troubleshooting.md b/content/codeberg-pages/troubleshooting.md index d36c268..15da850 100644 --- a/content/codeberg-pages/troubleshooting.md +++ b/content/codeberg-pages/troubleshooting.md @@ -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 don’t know that for sure. Need to check. @@ -50,9 +50,9 @@ There are two ways to find out what’s 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.