doc: fix the URL for projectacrn.github.io repo

Fix the URL used to clone the projectacrn.github.io repo.

Signed-off-by: Geoffroy Van Cutsem <geoffroy.vancutsem@intel.com>
This commit is contained in:
Geoffroy Van Cutsem 2022-03-10 16:06:59 +01:00 committed by David Kinder
parent e83c9b6430
commit eb070491ee

View File

@ -265,7 +265,7 @@ directly to the upstream repo rather than to a personal forked copy):
.. code-block:: bash
cd ~/projectacrn
git clone https://projectacrn/projectacrn.github.io.git
git clone https://github.com/projectacrn/projectacrn.github.io.git
Then, after you've verified the generated HTML from ``make html`` looks
good, you can push directly to the publishing site with: