From 7bf45ef67c5b971591bb96606b4eb21b7976a8b3 Mon Sep 17 00:00:00 2001 From: Akira Yokochi Date: Wed, 11 Sep 2024 21:28:59 +0900 Subject: [PATCH] fix repo name --- README.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.adoc b/README.adoc index cd6b5be91e..40186f58cd 100644 --- a/README.adoc +++ b/README.adoc @@ -108,12 +108,12 @@ The first time you contribute: . Clone the forked repository locally. ----- -$ git clone git@github.com:/red-hat-ansible-automation-platform-documentation.git +$ git clone git@github.com:/aap-docs.git ----- If this command fails, be sure that you have link:https://docs.github.com/en/github/authenticating-to-github/adding-a-new-ssh-key-to-your-github-account[set up an SSH key for GitHub]. -. Navigate to the `red-hat-ansible-automation-platform-documentation` directory. +. Navigate to the `aap-docs` directory. . Set the upstream remote repository.