diff options
author | Nina Zakharenko <nzakharenko@gmail.com> | 2018-08-17 08:33:47 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-17 08:33:47 +0300 |
commit | cd723e779202d7b57b2d4cf6c8d31d5ea535723b (patch) | |
tree | cc039cc6eb5bf891531cffa7cfbdd3a2abe3cfaf /README.md | |
parent | 571a859413866897cf962396f02f65a288f677ac (diff) |
Fix broken link in README referencing date and time configuration
Fix broken link referencing zsh date and time configuration in prompt expansion.
The current broken link points to `http://zsh.sourceforge.net/Doc/Release Prompt-Expansion.html`, while the correct link is http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Date-and-time
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -374,7 +374,7 @@ The `date` segment shows the current system date. | Variable | Default Value | Description | |----------|---------------|-------------| -|`POWERLEVEL9K_DATE_FORMAT`|`%D{%d.%m.%y}`|[ZSH time format](http://zsh.sourceforge.net/Doc/Release Prompt-Expansion.html) to use in this segment.| +|`POWERLEVEL9K_DATE_FORMAT`|`%D{%d.%m.%y}`|[ZSH time format](http://zsh.sourceforge.net/Doc/Release/Prompt-Expansion.html#Date-and-time) to use in this segment.| ##### dir |