From c8560e40dab9a9765a42d364a5a81bb748d271ef Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Tue, 25 Nov 2025 11:57:00 +0100 Subject: [PATCH] HACKING: Update directions for updating documentation --- HACKING.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/HACKING.md b/HACKING.md index 2d121c5d..e30375f3 100644 --- a/HACKING.md +++ b/HACKING.md @@ -33,7 +33,7 @@ MAKING RELEASES - [ ] upload the tarball created above (``make release``) to the release. - - [ ] Update the documentation by rsyncing the contents of the *docs/html* - folder elsewhere, switching to the *gh-pages* branch, rsyncing the - contents back and commiting it as an update of the docs for the new - release. + - [ ] Update the documentation by copying the contents of the *docs/html* + folder to the *libbytesize* directory in the + [Storaged project website repository](https://github.com/storaged-project/storaged-project.github.io) + and commit and push the changes