From fe95d9e0f10543e9f4d6c9dc6a22dc501adfe50a Mon Sep 17 00:00:00 2001 From: Andrew Wetmore Date: Tue, 17 May 2022 09:49:49 -0300 Subject: [PATCH] Update pelican-buildbot.md Updated the reference to the GitHub self-service tool to include the name Boxer. --- content/pages/pelican-buildbot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/pages/pelican-buildbot.md b/content/pages/pelican-buildbot.md index 1a3374a4..344af4c5 100644 --- a/content/pages/pelican-buildbot.md +++ b/content/pages/pelican-buildbot.md @@ -26,7 +26,7 @@ The configuration file is `pelicanconf.py`. ### Setting up a Pelican website on Git ### -Create the repository for the website content using the gitbox self service tool (https://gitbox.apache.org/setup/newrepo.html). +Create the repository for the website content using the GitBox's Boxer self service tool (https://gitbox.apache.org/setup/newrepo.html). 1. Clone the repository to a local workspace 2. Run `pelican-quickstart` in the root of the repository on the master branch.