From 2705ea486d0c4c450450871453df0e50daf94264 Mon Sep 17 00:00:00 2001 From: Ben Lord Date: Wed, 10 Jun 2026 14:17:49 +0100 Subject: [PATCH] updated brochure link to now point to correct place (Overview.md) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7339885f4..e40d39c70 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ The framework forms the basis of a production kdb+ system by implementing some core functionality and utilities on top of kdb+, allowing developers to concentrate on the application business logic. It incorporates as many best practices as possible, with particular focus on performance, process management, diagnostic information, maintainability and extensibility. Wherever possible, we have tried to avoid re-inventing the wheel and instead have used contributed code from code.kx.com (either directly or modified). This framework will be suitable for those looking to create a new kdb+ system from scratch or those looking to add additional functionality to their existing kdb+ systems. -[Have a skim through our brochure](../master/aquaq-torq-brochure.pdf?raw=true) for a bit more information. The easiest way to get a production capture started is to download and install one of the [Starter Packs](https://github.com/DataIntellectTech), or [read through our Github-Pages site](https://DataIntellectTech.github.io/TorQ/). We also have a [Google Group for questions/discussions](https://groups.google.com/forum/#!forum/kdbtorq). +[Have a skim through our brochure](https://github.com/DataIntellectTech/TorQ/blob/master/docs/Overview.md) for a bit more information. The easiest way to get a production capture started is to download and install one of the [Starter Packs](https://github.com/DataIntellectTech), or [read through our Github-Pages site](https://DataIntellectTech.github.io/TorQ/). We also have a [Google Group for questions/discussions](https://groups.google.com/forum/#!forum/kdbtorq). ## Quick Start