py5coding / py5book

juypter book repo for py5
https://py5coding.org/
64 stars 10 forks source link

Remove domain name from URL references #53

Closed hx2A closed 1 year ago

hx2A commented 1 year ago

@marcovicci, good idea to add links to the reference docs from the tutorials. The links contain the domain name though; can you remove that? For example, in tutorials/intro_to_py5_and_python_drawing_complex_shapes.ipynb, there is:

*Reference: [image()](http://py5.ixora.io/reference/sketch_image.html), [load_image()](http://py5.ixora.io/reference/sketch_load_image.html)*

The links would be perfect if you remove the http://py5.ixora.io piece and leave /reference/sketch_image.html. In VSCode, you can hit Ctrl-Shift F to find the places where this appears. I see it in 16 places in 4 files. You can fix all of them with search and replace, which is Ctrl-Shift H.

hx2A commented 1 year ago

Good job!