diff options
author | Pavel Makhov <streetturtle@users.noreply.github.com> | 2017-01-12 09:55:40 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-01-12 09:55:40 -0500 |
commit | 8c3395a4f6958adefa0e4b5fdc57e6eccd204f2d (patch) | |
tree | 2898d58f4c5dd049869468348f092838a2d45cb7 | |
parent | 2ad7858ae9de415c1ed7623b9e0fae205fdea735 (diff) |
Update README.md
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ python ~/.config/awesome/email/countUnreadEmails.py python ~/.config/awesome/email/readEmails.py ``` -Note that getting number of unread emails could take some time, so instead of `pread` or `spawn_with_shell` functions I use DBus, you can read more about it in [this]({{site.url}}/2015/09/fix-awesome-freezes) post. +Note that getting number of unread emails could take some time, so instead of `pread` or `spawn_with_shell` functions I use DBus, you can read more about it in [this](http://pavelmakhov.com/2015/09/fix-awesome-freezes) post. --- |