Skip to content

Commit b07b962

Browse files
authored
🐛 Fix broken link to getting started docs. (#475)
Signed-off-by: aushacker <[email protected]>
1 parent 1f52a8c commit b07b962

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)