From e208c5f6709858c2cd8e8ebe123e07dc706e3fdf Mon Sep 17 00:00:00 2001 From: Daniel Rossier Date: Sat, 26 Sep 2026 10:00:05 +0200 Subject: [PATCH] README: point the documentation links at smartobjectoriented.github.io The repository moved from the edgemtech organisation to smartobjectoriented, and GitHub Pages does not follow a transfer: the site is now published at smartobjectoriented.github.io/infrabase, and every edgemtech.github.io/infrabase link in the README answered 404. The four links (index, user guide, development flow, coding conventions) now point at the published site; each one answers 200. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4b1593209..fee6ca9c5 100644 --- a/README.md +++ b/README.md @@ -16,8 +16,8 @@ from upstream and patched from tracked patchsets, the root filesystem comes from buildroot rather than a full distribution, and a handful of shell scripts in `scripts/` cover the day-to-day loop. -📖 **[Sphinx documentation](https://edgemtech.github.io/infrabase/index.html)** — -start with the [user guide](https://edgemtech.github.io/infrabase/user_guide.html); +📖 **[Sphinx documentation](https://smartobjectoriented.github.io/infrabase/index.html)** — +start with the [user guide](https://smartobjectoriented.github.io/infrabase/user_guide.html); it is also in `doc/` and builds with `make -C doc html`. ## Quick start @@ -110,7 +110,7 @@ doc/ this documentation (Sphinx) ## Contributing Work on a branch, one topic per branch, and open a pull request; see the -[development flow](https://edgemtech.github.io/infrabase/dev_flow.html) and the -[coding conventions](https://edgemtech.github.io/infrabase/coding_conventions.html). +[development flow](https://smartobjectoriented.github.io/infrabase/dev_flow.html) and the +[coding conventions](https://smartobjectoriented.github.io/infrabase/coding_conventions.html). Licensed under the GNU General Public License v2 — see [LICENSE](LICENSE).