diff options
author | Simon Glass <sjg@chromium.org> | 2023-11-19 08:36:00 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2023-12-13 18:39:05 -0500 |
commit | 4c4977cbc92ae984a1c1db148ae8d70dd2fed5ad (patch) | |
tree | 41d77ffdc025a398b545a1d8edc9fa9610ff3874 /tools/u_boot_pylib | |
parent | 0c2f6c317f3f4de8623116801e6212441328447d (diff) |
doc: Update documentation URL
Update to use the new docs.u-boot.org URL for documentation.
Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'tools/u_boot_pylib')
-rw-r--r-- | tools/u_boot_pylib/pyproject.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/u_boot_pylib/pyproject.toml b/tools/u_boot_pylib/pyproject.toml index 037c5d629e..1984bd3700 100644 --- a/tools/u_boot_pylib/pyproject.toml +++ b/tools/u_boot_pylib/pyproject.toml @@ -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] |