Skip to content

Commit 9277b8f

Browse files
author
John McCambridge
committed
Simplify docs url
1 parent 0215494 commit 9277b8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/server/src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ export class Entry extends Command {
224224
if (!flags["cert-key"] && !flags.cert) {
225225
logger.warn("No certificate specified. \u001B[1mThis could be insecure.");
226226
// TODO: fill in appropriate doc url
227-
logger.warn("Documentation on securing your setup: https://github.com/codercom/code-server/blob/master/doc/self-hosted/index.md");
227+
logger.warn("Documentation on securing your setup: http://github.com/codercom/code-server");
228228
}
229229

230230
if (!flags["no-auth"]) {

0 commit comments

Comments
 (0)