Browse Source

readme: fix db tables link

Aidmar Wainakh 7 years ago
parent
commit
1c4c50b5b8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -95,7 +95,7 @@ The _named queries_ can be further divided into two classes:
 - _extractors_ - can be applied on gathered data and always reduce the result set to a single element
   - e.g. ``random(...)`` returns a randomly chosen element of the list
 
-A complete list of supported named queries can be found in section [Named Queries](#named-queries). The database scheme, required for building SQL queries, is documented in the wiki article [DB Tables and Fields](/wiki/Statistics-DB%3A-Tables)
+A complete list of supported named queries can be found in section [Named Queries](#named-queries). The database scheme, required for building SQL queries, is documented in the wiki article [DB Tables and Fields](/https://git.tk.informatik.tu-darmstadt.de/SPIN/ID2T-toolkit/wiki/Statistics-DB%3A-Tables)
 
 If  ``-q/--query`` is called without an argument, the application enters into REPL query mode. This mode is like a standard read-eval-print-loop (REPL) for SQL queries. In this mode, the user can repeatedly input queries (each query must finish with a ";" (semicolon)); send the query by pressing ENTER and see the response in the terminal: