Skip to content

Commit 148c8bf

Browse files
authored
Update git-clone step in gdk-oci workshops (oracle-livelabs#431)
Update git-clone step
1 parent 2979c83 commit 148c8bf

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gdk-oci-adb/02-git-clone/git-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this lab, you will:
2222
<copy>
2323
git init lab
2424
cd lab
25-
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
25+
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
2626
git config core.sparsecheckout true
2727
echo "gdk-oci-adb-mvn/*">>.git/info/sparse-checkout
2828
git pull --depth=1 origin main

gdk-oci-email/02-git-clone/git-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this lab, you will:
2222
<copy>
2323
git init lab
2424
cd lab
25-
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
25+
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
2626
git config core.sparsecheckout true
2727
echo "gdk-oci-email-mvn/*">>.git/info/sparse-checkout
2828
git pull --depth=1 origin main

gdk-oci-logging/02-git-clone/git-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this lab, you will:
2222
<copy>
2323
git init lab
2424
cd lab
25-
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
25+
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
2626
git config core.sparsecheckout true
2727
echo "gdk-oci-logging-mvn/*">>.git/info/sparse-checkout
2828
git pull --depth=1 origin main

gdk-oci-metrics/02-git-clone/git-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this lab, you will:
2222
<copy>
2323
git init lab
2424
cd lab
25-
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
25+
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
2626
git config core.sparsecheckout true
2727
echo "gdk-oci-metrics-mvn/*">>.git/info/sparse-checkout
2828
git pull --depth=1 origin main

gdk-oci-object-storage/02-git-clone/git-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this lab, you will:
2222
<copy>
2323
git init lab
2424
cd lab
25-
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
25+
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
2626
git config core.sparsecheckout true
2727
echo "gdk-oci-object-store-mvn/*">>.git/info/sparse-checkout
2828
git pull --depth=1 origin main

gdk-oci-tracing/02-git-clone/git-clone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ In this lab, you will:
2222
<copy>
2323
git init lab
2424
cd lab
25-
git remote add origin https://github.com/sachin-pikle/gdk-oci-samples.git
25+
git remote add origin https://github.com/oracle-samples/gdk-micronaut-samples.git
2626
git config core.sparsecheckout true
2727
echo "gdk-oci-tracing-mvn/*">>.git/info/sparse-checkout
2828
git pull --depth=1 origin main

0 commit comments

Comments
 (0)