DirectedGraph fixes.
This commit is contained in:
parent
909eb776e3
commit
692e26e816
@ -170,7 +170,7 @@ class DODB::DirectedGraph(V) < DODB::Indexer(V)
|
|||||||
# Roughly matches Index#file_path_index, but works if @storage_root
|
# Roughly matches Index#file_path_index, but works if @storage_root
|
||||||
# is an absolute path as well.
|
# is an absolute path as well.
|
||||||
private def get_cross_index_data_symlink(node : String)
|
private def get_cross_index_data_symlink(node : String)
|
||||||
"../../../../../#{@index.indexing_directory}/#{node}.json"
|
"../../../../../indices/by_#{@index.name}/#{node}.json"
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user