From d802e75230dc06521aed17206a4b249171341352 Mon Sep 17 00:00:00 2001 From: Roxedus Date: Fri, 5 Mar 2021 21:50:26 +0100 Subject: [PATCH] Update link for hashed password. Closes #56 --- README.md | 3 ++- readme-vars.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8f09ef8..729432d 100644 --- a/README.md +++ b/README.md @@ -183,7 +183,8 @@ git config --global user.email "email address" ``` ### Hashed code-server password -To create the [hashed password](https://github.com/cdr/code-server/blob/master/doc/FAQ.md#can-i-store-my-password-hashed), use printf instead of echo as echo introduces newlines in the hash. + +How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed). ## Docker Mods diff --git a/readme-vars.yml b/readme-vars.yml index e043382..27e9009 100644 --- a/readme-vars.yml +++ b/readme-vars.yml @@ -69,7 +69,8 @@ app_setup_block: | ``` ### Hashed code-server password - To create the [hashed password](https://github.com/cdr/code-server/blob/master/doc/FAQ.md#can-i-store-my-password-hashed), use printf instead of echo as echo introduces newlines in the hash. + + How to create the [hashed password](https://github.com/cdr/code-server/blob/master/docs/FAQ.md#can-i-store-my-password-hashed). # changelog