diff --git a/contributor_docs/documentation_style_guide.md b/contributor_docs/documentation_style_guide.md index 7dbf721621..4040034aac 100644 --- a/contributor_docs/documentation_style_guide.md +++ b/contributor_docs/documentation_style_guide.md @@ -49,7 +49,7 @@ We use YUIDoc to generate the p5.js API documentation. To generate the docs, nav $ npm run grunt yui:dev ``` -The output will appear in docs/reference. Refer to the [inline documentation guide](./inline_documentation.md) for more information. +The output will appear in docs/reference. Refer to the [inline documentation guide](https://github.com/processing/p5.js/blob/main/contributor_docs/contributing_to_the_p5.js_reference.md) for more information. **[⬆ back to top](#table-of-contents)**