Skip to content

Commit ae19b69

Browse files
authored
fix(installer): Add documentation links in the installation summary (#514)
2 parents d1fd7d3 + a645d67 commit ae19b69

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

installer/go/pkg/utils/utils.go

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1141,6 +1141,9 @@ func ShowInstallSummary(installMode, url, workDir string) {
11411141
}
11421142

11431143
logger.Info("")
1144-
logger.Info("For more details on managing the FlowFuse Device Agent, including commands for starting, stopping, and updating the service, visit:")
1145-
logger.Info("https://flowfuse.com/docs/device-agent/install/overview")
1144+
logger.Info("Further reading:")
1145+
logger.Info(" - To learn how to check the service status, visit https://flowfuse.com/docs/device-agent/install/device-agent-installer/#check-the-device-agent-service-status")
1146+
logger.Info(" - To learn how to manage the service (start, stop, restart), visit https://flowfuse.com/docs/device-agent/install/device-agent-installer/#managing-the-device-agent-service")
1147+
logger.Info(" - To learn how to view logs, visit https://flowfuse.com/docs/device-agent/install/device-agent-installer/#viewing-device-agent-log-files")
1148+
logger.Info("")
11461149
}

0 commit comments

Comments
 (0)