diff --git a/src/dodb/directed_graph.cr b/src/dodb/directed_graph.cr index 6e083cc..d0fc4c0 100644 --- a/src/dodb/directed_graph.cr +++ b/src/dodb/directed_graph.cr @@ -170,7 +170,7 @@ class DODB::DirectedGraph(V) < DODB::Indexer(V) # Roughly matches Index#file_path_index, but works if @storage_root # is an absolute path as well. private def get_cross_index_data_symlink(node : String) - "../../../../../#{@index.indexing_directory}/#{node}.json" + "../../../../../indices/by_#{@index.name}/#{node}.json" end end