branch: elpa/emacsql commit 364bf466ea72ec444a8ff7bff1939980b6f8aa6b Author: Christopher Wellons <well...@nullprogram.com> Commit: Christopher Wellons <well...@nullprogram.com>
Linkify the issue in the README. --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d20929cd57..d2afd93818 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ objects. Requires Emacs 24 or later. Currently Windows is unsupported due to a mysterious process communication issue, a bug either in Emacs or -SQLite. Can you help solve this issue (#1)? +SQLite. Can you help solve this issue ([#1][issue-1])? ## Example Usage @@ -225,3 +225,4 @@ types. This is a high-performance database specifically for Emacs. [readable]: http://nullprogram.com/blog/2013/12/30/#almost_everything_prints_readably +[issue-1]: https://github.com/skeeto/emacsql/issues/1