From a8c925dfe76f09e27b3a7ee3941ba2fc262d4863 Mon Sep 17 00:00:00 2001 From: Alexey Volkov Date: Mon, 31 Jul 2023 17:26:52 +0300 Subject: [PATCH] fix heading for readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6560e6d7a..9567e2c90 100644 --- a/README.md +++ b/README.md @@ -14,9 +14,12 @@ Information about classes, hierarchies, annotations, methods, fields, and their ## Useful links -- [Design overview and technical information](../../wiki/Design). -- [Full api reference](../../wiki/Api-reference) -- [3-address bytecode representation](../../wiki/Three-address-instruction-list-IR) +- [Introduction](https://jacodb.org/documentation/basic-usage/) +- [Full api reference](https://jacodb.org/docs/index.html) +- [Database extensions (aka features)](https://jacodb.org/documentation/database-features/) +- [Classpath extensions (aka features)](https://jacodb.org/documentation/classpath-features/) +- [Bytecode instructions](https://jacodb.org/documentation/instructions/) +- [Control flow graph](https://jacodb.org/documentation/graphs/) ## Installation