forked from KxSystems/kdb-tick
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Stephen Taylor
authored
May 8, 2017
1 parent
92d62eb
commit 0ef58b6
Showing
1 changed file
with
15 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,18 @@ | ||
# kdb+tick | ||
|
||
Files previously at code.kx.com/wsvn/kx/kdb+tick | ||
|
||
|
||
## Hot-linking | ||
|
||
You are welcome to download and use this code according to the terms of the licence. | ||
|
||
Kx Systems recommends you do not link your application to this repository, | ||
which would expose your application to various risks: | ||
|
||
- This is not a high-availability hosting service | ||
- Updates to the repo may break your application | ||
- Code refactoring might return 404s to your application | ||
|
||
Instead, download code and subject it to the version control and regression testing | ||
you use for your application. |