Skip to content

Commit c7fb033

Browse files
authored
Update git-setup-guide.adoc
1 parent ad6ef61 commit c7fb033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contributing/git-setup-guide.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ $ git config --global push.default simple
5151
[[fork-upstream]]
5252
== Fork the upstream (GitHub) repository
5353

54-
Fork the `RH-OpenJDK-Docs` upstream repository to create a copy under your own GitHub ID. This allows you to work on multiple features and push changes to branches in your own GitHub instance so that you do not have to worry about losing work. When you are ready, you can request the changes to be merged back into the upstream repository.
54+
Fork the `red-hat-openjdk/docs` upstream repository to create a copy under your own GitHub ID. This allows you to work on multiple features and push changes to branches in your own GitHub instance so that you do not have to worry about losing work. When you are ready, you can request the changes to be merged back into the upstream repository.
5555

5656
.Procedure
5757
. Open a browser and navigate to the upstream repository located at link:https://github.com/red-hat-openjdk/docs[`https://github.com/red-hat-openjdk/docs`^]
@@ -111,7 +111,7 @@ $ git clone https://github.com/<username>/docs
111111
+
112112
[source]
113113
----
114-
$ cd RH-OpenJDK-Docs/
114+
$ cd docs/
115115
----
116116

117117

0 commit comments

Comments
 (0)