Open
Description
Some links from SVG files are wrong
There are a number of different cases of links from bubbles in SVG files in flowstdlib and flowsamples:
-> provided function (fixed)
-> to context function (works)
-> to standard library function or flow
-> from a library flow to a library function
and a number of them are wrong due to differences in the directory structure and the use of the resolved url/path from a library reference.
Basically all the warnings in the list below, where the URL has a "../../../" that takes it up too high, are bugs that need to be fixed.
flowstdlib structure in target/html has an extra "src" level in it versus the structure in target, and that causes problems also.