charlesneimog / py4pd

py4pd allows write PureData objects using Python. The main goal is to allow easy IA, Scores, Graphics, and bring to Pd data types as array, np.arrays, list, dict, and others.
https://charlesneimog.github.io/py4pd/
GNU General Public License v3.0
14 stars 2 forks source link

Broken link in py4pd.help.pd #87

Closed martindupras closed 6 months ago

martindupras commented 6 months ago

in file resources/py4pd-help.pd

line 194:

X text 292 160 IMPORTANT: This is just simple example \, the exaustive Docs are avaible in www.charlesneimog.github.io/py4pd;

should be replaced with:

X text 292 160 IMPORTANT: This is just simple example \, the exhaustive Docs are available in charlesneimog.github.io/py4pd;

charlesneimog commented 6 months ago

thanks!