From cd723e779202d7b57b2d4cf6c8d31d5ea535723b Mon Sep 17 00:00:00 2001
From: Nina Zakharenko <nzakharenko@gmail.com>
Date: Thu, 16 Aug 2018 22:33:47 -0700
Subject: [PATCH] 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
---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 9989d9cc..da72e918 100644
--- a/README.md
+++ b/README.md
@@ -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