summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAdam Bard <github@adambard.com>2020-01-27 21:24:42 -0800
committerGitHub <noreply@github.com>2020-01-27 21:24:42 -0800
commit7612e367b4def3a480296dd55c348e63fd246ee8 (patch)
tree5f0d634d414ceba521d8d854a1c5ba8123661915
parent28a2014deaa4031191866954e6cd6410b2fbc272 (diff)
parentd8ac6f4707191e7b8d76deda90f840cfd15bf457 (diff)
Merge pull request #3826 from morenoh149/patch-3
update broken link
-rw-r--r--kdb+.html.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/kdb+.html.markdown b/kdb+.html.markdown
index 027b6571..680c01c1 100644
--- a/kdb+.html.markdown
+++ b/kdb+.html.markdown
@@ -771,6 +771,6 @@ select from splayed / (the columns are read from disk on request)
* [*q for mortals* q language tutorial](http://code.kx.com/q4m3/)
* [*Introduction to Kdb+* on disk data tutorial](http://code.kx.com/q4m3/14_Introduction_to_Kdb+/)
-* [q language reference](http://code.kx.com/q/ref/card/)
+* [q language reference](https://code.kx.com/q/ref/)
* [Online training courses](http://training.aquaq.co.uk/)
* [TorQ production framework](https://github.com/AquaQAnalytics/TorQ)