mirror of
https://github.com/u-boot/u-boot.git
synced 2025-04-17 02:15:02 +00:00
doc: Update documentation URL
Update to use the new docs.u-boot.org URL for documentation. Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
parent
0c2f6c317f
commit
4c4977cbc9
8 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
2
README
2
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.
|
||||
|
|
2
doc/build/documentation.rst
vendored
2
doc/build/documentation.rst
vendored
|
@ -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
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
|
@ -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]
|
||||
|
|
Loading…
Add table
Reference in a new issue