summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHarel Ben-Attia <harelba@gmail.com>2015-12-12 15:49:49 +0200
committerHarel Ben-Attia <harelba@gmail.com>2015-12-12 15:49:49 +0200
commit5ab3dba91c875dde332c509d59d7e7226a1f73f8 (patch)
tree33996134a5ced056fee4bab0eb902a8081f1edf9
parent9167ea05fb56c878c33684e52c842c7ff59c42a2 (diff)
Fixed python api link in readme
-rw-r--r--README.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.markdown b/README.markdown
index 6e2049d..78292ef 100644
--- a/README.markdown
+++ b/README.markdown
@@ -17,7 +17,7 @@ Instructions for all OSs are [here](http://harelba.github.io/q/install.html).
Go [here](http://harelba.github.io/q/examples.html) for more examples.
## Python API
-A development branch for exposing q's capabilities as a <strong>Python module</strong> can be viewed <a href="https://github.com/harelba/q/tree/expose-as-python-api">here</a>, along with examples of the alpha version of the API.<br/>Existing functionality as a command-line tool will not be affected by this. Your input will be most appreciated.
+A development branch for exposing q's capabilities as a <strong>Python module</strong> can be viewed <a href="https://github.com/harelba/q/tree/generic-injected-streams/PYTHON-API.markdown">here</a>, along with examples of the alpha version of the API.<br/>Existing functionality as a command-line tool will not be affected by this. Your input will be most appreciated.
## Change log
Click [here](http://harelba.github.io/q/changelog.html) to see the change log.