4 Direct links found broken inside the Code Overview page inside Documentation.
Reproduce Path
- Open Help Docs under Documentation from left menu or directly go to Introduction to Pipedream
- Expand left menu Code
- Open sub menu Overview
- Scroll at the mid-lower end of the page where it says Choose a language to get started:
- Click the 4 direct image links - Node, Python, Go, Bash
- All these links redirecting to a 404 not found page
Root Cause
The corresponding page links are not accurate. There is a sub location /docs/
is missing from all the url locations.
Resolution
Change those 4 linkswith adding /docs/
sub location in the following urls i.e. Writing Node.js in Steps