We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0215494 commit 9277b8fCopy full SHA for 9277b8f
1 file changed
packages/server/src/cli.ts
@@ -224,7 +224,7 @@ export class Entry extends Command {
224
if (!flags["cert-key"] && !flags.cert) {
225
logger.warn("No certificate specified. \u001B[1mThis could be insecure.");
226
// 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");
+ logger.warn("Documentation on securing your setup: http://github.com/codercom/code-server");
228
}
229
230
if (!flags["no-auth"]) {
0 commit comments