Skip to content

Commit c8ca8b8

Browse files
committed
Merge branch 'master' of https://github.com/flowsynx/flowctl
2 parents 8440585 + ad084f7 commit c8ca8b8

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

install/install.ps1

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ else {
5050
Write-Output "Creating $FlowCtlRootPath directory"
5151
New-Item -ErrorAction Ignore -Path $FlowCtlRootPath -ItemType "directory"
5252
if (!(Test-Path $FlowCtlRootPath -PathType Container)) {
53-
Write-Warning "Please visit https://flowsynx.io/docs/getting-started/install-flowctl/ for instructions on how to install without admin rights."
53+
Write-Warning "Please visit https://flowsynx.io/docs/getting-started/flowctl-based-installation/ for instructions on how to install without admin rights."
5454
throw "Cannot create $FlowCtlRootPath"
5555
}
5656

@@ -142,4 +142,4 @@ else {
142142
}
143143

144144
Write-Output "`r`nFlowCtl is installed successfully."
145-
Write-Output "To get started with FlowCtl, please visit https://flowsynx.io/docs/category/getting-started ."
145+
Write-Output "To get started with FlowCtl, please visit https://flowsynx.io/docs/getting-started/."

install/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runAsRoot() {
6969
fi
7070

7171
$CMD || {
72-
echo "Please visit https://flowsynx.io/docs/getting-started/install-flowctl for instructions on how to install without sudo."
72+
echo "Please visit https://flowsynx.io/docs/getting-started/flowctl-based-installation/ for instructions on how to install without sudo."
7373
exit 1
7474
}
7575
}
@@ -197,7 +197,7 @@ cleanup() {
197197
}
198198

199199
installCompleted() {
200-
echo -e "\nTo get started with FlowCtl, please visit https://flowsynx.io/docs/category/getting-started"
200+
echo -e "\nTo get started with FlowCtl, please visit https://flowsynx.io/docs/getting-started"
201201
}
202202

203203
# -----------------------------------------------------------------------------

0 commit comments

Comments
 (0)