Skip to content

Commit 94b1ee3

Browse files
committed
Remove cortex.dev link from no APIs message
1 parent 3956dbd commit 94b1ee3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/cmd/get.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ func getAPIs() (string, error) {
8585
}
8686

8787
if len(apisRes.APIs) == 0 {
88-
return console.Bold("no apis are deployed, see https://cortex.dev for guides and examples"), nil
88+
return console.Bold("no apis are deployed"), nil
8989
}
9090

9191
t := apiTable(apisRes.APIs, apisRes.Statuses, apisRes.AllMetrics)

0 commit comments

Comments
 (0)