From b8472db5346bd76b8227b4701c5be34863c10fe0 Mon Sep 17 00:00:00 2001 From: Vojtech Trefny Date: Mon, 24 Nov 2025 16:27:54 +0100 Subject: [PATCH] README: Update directions for updating documentation --- README.DEVEL.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.DEVEL.md b/README.DEVEL.md index 95a101ac4..d6a011472 100644 --- a/README.DEVEL.md +++ b/README.DEVEL.md @@ -140,10 +140,10 @@ Making releases - [ ] Generate documentation for the Python bindings as described below and copy it to *docs/html* - - [ ] Update the documentation by rsyncing the contents of the *docs/html* - folder elsewhere, switching to the *gh-pages* branch, rsyncing the - contents back and committing 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 *libblockdev* directory in the + [Storaged project website repository](https://github.com/storaged-project/storaged-project.github.io) + and commit and push the changes Generating Python bindings documentation -----------------------------------------