Skip to content

Commit 776e3b9

Browse files
committed
🐛 Fix broken link to getting started docs.
Signed-off-by: aushacker <[email protected]>
1 parent 4d9f854 commit 776e3b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

install.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ cleanup() {
167167
}
168168

169169
installCompleted() {
170-
echo -e "\nTo get started with clusteradm, please visit https://open-cluster-management.io/getting-started/"
170+
echo -e "\nTo get started with clusteradm, please visit https://open-cluster-management.io/docs/getting-started/"
171171
}
172172

173173
# -----------------------------------------------------------------------------
@@ -193,4 +193,4 @@ downloadFile $TARGET_VERSION
193193
installFile
194194
cleanup
195195

196-
installCompleted
196+
installCompleted

0 commit comments

Comments
 (0)