]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
doc: Update documentation URL
authorSimon Glass <sjg@chromium.org>
Sun, 19 Nov 2023 15:36:00 +0000 (08:36 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 13 Dec 2023 23:39:05 +0000 (18:39 -0500)
Update to use the new docs.u-boot.org URL for documentation.

Signed-off-by: Simon Glass <sjg@chromium.org>
MAINTAINERS
README
doc/build/documentation.rst
tools/binman/pyproject.toml
tools/buildman/pyproject.toml
tools/dtoc/pyproject.toml
tools/patman/pyproject.toml
tools/u_boot_pylib/pyproject.toml

index 92814a4a82b0425e51bd050959958469f2003bf1..d77b9ffc9b667392fe911db3f9be9c99e83571ff 100644 (file)
@@ -979,7 +979,7 @@ EFI APP
 M:     Simon Glass <sjg@chromium.org>
 M:     Heinrich Schuchardt <xypron.glpk@gmx.de>
 S:     Maintained
-W:     https://u-boot.readthedocs.io/en/latest/develop/uefi/u-boot_on_efi.html
+W:     https://docs.u-boot.org/en/latest/develop/uefi/u-boot_on_efi.html
 F:     board/efi/efi-x86_app
 F:     configs/efi-x86_app*
 F:     doc/develop/uefi/u-boot_on_efi.rst
diff --git a/README b/README
index ab4cda54d2bd1e5c42d6723d47962f919291136d..8efaebcf5287a11480b9d8ac3fb1539ab86646d7 100644 (file)
--- a/README
+++ b/README
@@ -2659,5 +2659,5 @@ Contributing
 
 The U-Boot projects depends on contributions from the user community.
 If you want to participate, please, have a look at the 'General'
-section of https://u-boot.readthedocs.io/en/latest/develop/index.html
+section of https://docs.u-boot.org/en/latest/develop/index.html
 where we describe coding standards and the patch submission process.
index 20b0fefa2d88b1d7bf76e34ef75a1f36313347a5..098c96a4c4ff9e77274e1083ef283687f45bd15e 100644 (file)
@@ -37,7 +37,7 @@ The *htmldocs* target is used to build the HTML documentation. It uses the
     # Display the documentation in a graphical web browser
     x-www-browser doc/output/index.html
 
-The HTML documentation is published at https://u-boot.readthedocs.io. The build
+The HTML documentation is published at https://docs.u-boot.org. The build
 process for that site is controlled by the file *.readthedocs.yml*.
 
 Infodoc documentation
index b4b54fbaee611b7132d8dffd8aefe2bd404530c4..c731c4b798c182cb351abb633bff88e66a0046de 100644 (file)
@@ -19,7 +19,7 @@ classifiers = [
 ]
 
 [project.urls]
-"Homepage" = "https://u-boot.readthedocs.io/en/latest/develop/package/index.html"
+"Homepage" = "https://docs.u-boot.org/en/latest/develop/package/index.html"
 "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
 
 [project.scripts]
index 4d75e772ee18228ca91cee7b8add207a79a437ec..90ad176202964dd3f6800c7d67d167871e5e55df 100644 (file)
@@ -19,7 +19,7 @@ classifiers = [
 ]
 
 [project.urls]
-"Homepage" = "https://u-boot.readthedocs.io/en/latest/build/buildman.html"
+"Homepage" = "https://docs.u-boot.org/en/latest/build/buildman.html"
 "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
 
 [project.scripts]
index 77fe4da2158fe956c9cdbe652dee56a2c772e97a..1c5a2fb151513742afbe3823ceb642d3607940c2 100644 (file)
@@ -19,7 +19,7 @@ classifiers = [
 ]
 
 [project.urls]
-"Homepage" = "https://u-boot.readthedocs.io/en/latest/develop/driver-model/of-plat.html"
+"Homepage" = "https://docs.u-boot.org/en/latest/develop/driver-model/of-plat.html"
 "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
 
 [project.scripts]
index a54211f7069d78ea3a198ff59c96290f95712945..f29516acefad4e3a410d9d0941b2661a74882c7f 100644 (file)
@@ -19,7 +19,7 @@ classifiers = [
 ]
 
 [project.urls]
-"Homepage" = "https://u-boot.readthedocs.io/en/latest/develop/patman.html"
+"Homepage" = "https://docs.u-boot.org/en/latest/develop/patman.html"
 "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
 
 [project.scripts]
index 037c5d629ec597238026bd07244ee83319d8bd25..1984bd3700892a1a22fddeb27e99e504c340deb0 100644 (file)
@@ -18,7 +18,7 @@ classifiers = [
 ]
 
 [project.urls]
-"Homepage" = "https://u-boot.readthedocs.io"
+"Homepage" = "https://docs.u-boot.org"
 "Bug Tracker" = "https://source.denx.de/groups/u-boot/-/issues"
 
 [tool.setuptools.packages.find]