This is an automated email from the ASF dual-hosted git repository. cbrisson pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/velocity-site.git
commit 95a9e7735fab8b2ca968c9ec6f9f0cfd670dbf49 Author: Claude Brisson <[email protected]> AuthorDate: Tue Sep 24 18:08:36 2024 +0200 Fix typo --- src/content/release-process.mdtext | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/release-process.mdtext b/src/content/release-process.mdtext index 26a612c0..4ffb1dda 100644 --- a/src/content/release-process.mdtext +++ b/src/content/release-process.mdtext @@ -326,7 +326,7 @@ After a vote is finished, and it has been decided that is **at least of alpha qu sudo pip3 install git+https://github.com/linkchecker/linkchecker.git # if not installed before linkchecker https://velocity.apache.org -* Update the DOAP RDF project metadata located in the `site` direcotry of the `velocity-site` module sources. Note that DOAP URLs are defined in the [https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml](https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml) file, which can be edited by every commiter (by checking out the project using `svn checkout https://svn.apache.org/repos/asf/comdev`). +* Update the DOAP RDF project metadata located in the `site` directory of the `velocity-site` module sources. Note that DOAP URLs are defined in the [https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml](https://svn.apache.org/repos/asf/comdev/projects.apache.org/trunk/data/projects.xml) file, which can be edited by every commiter (by checking out the project using `svn checkout https://svn.apache.org/repos/asf/comdev`). * Send announcement
