diff --git a/README.md b/README.md index c90fa922..579812b4 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ C++ SQL Parser This is a SQL Parser for C++. It parses the given SQL query into C++ objects. It has been developed for integration in [Hyrise](https://github.com/hyrise/hyrise), but can be used perfectly well in other environments as well. -In March 2015 we've also written a short paper outlining discussing some development details and the integration into our database Hyrise. You can find the paper [here](http://torpedro.com/paper/HyriseSQL-03-2015.pdf). +In March 2015 we've also written a short paper outlining discussing some development details and the integration into our database Hyrise. You can find the paper [here](docs/technical_documentation.pdf). ## Usage diff --git a/docs/technical_documentation.pdf b/docs/technical_documentation.pdf new file mode 100644 index 00000000..1a3cf622 Binary files /dev/null and b/docs/technical_documentation.pdf differ