Update link for hashed password.

Closes #56
This commit is contained in:
Roxedus 2021-03-05 21:50:26 +01:00
parent dddc00f810
commit d802e75230
No known key found for this signature in database
GPG Key ID: 9B4E311961C63639
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -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