From aa8762b208bff40f4ed7362272ebb1c3cfd82cb3 Mon Sep 17 00:00:00 2001 From: mlangkabel Date: Tue, 18 Dec 2018 17:33:20 +0100 Subject: [PATCH] link poetry indexer example in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c2d265..ae1df44 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Linux and Mac Builds: [![Build Status](https://travis-ci.org/CoatiSoftware/Sourc ## Introduction -The SourcetrailDB project provides write access to [Sourcetrail](https://www.sourcetrail.com/) database files. This means that you can use the SourcetrailDB project to write an indexer for an arbitrary programming language (or [other kind of data](TODO: maybe link to the poetry indexer sample here)) and make this indexer output a Sourcetrail database file that can be viewed and navigated via the Sourcetrail tool. +The SourcetrailDB project provides write access to [Sourcetrail](https://www.sourcetrail.com/) database files. This means that you can use the SourcetrailDB project to write an indexer for an arbitrary programming language (or [other kind of data](https://github.com/CoatiSoftware/SourcetrailDB/tree/master/examples/cpp_poetry_indexer)) and make this indexer output a Sourcetrail database file that can be viewed and navigated via the Sourcetrail tool. ## Projects Using the SourcetrailDB