0
Fork 0
mirror of https://github.com/withastro/astro.git synced 2025-01-06 22:10:10 -05:00

[docs] update JSDoc for API Reference links (#11252)

This commit is contained in:
Jamie Barton 2024-06-14 11:12:00 +01:00 committed by GitHub
parent 5484114401
commit 773828a056
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -285,7 +285,7 @@ export interface AstroGlobal<
/**
* The <Astro.self /> element allows a component to reference itself recursively.
*
* [Astro reference](https://docs.astro.build/en/guides/api-reference/#astroself)
* [Astro reference](https://docs.astro.build/en/reference/api-reference/#astroself)
*/
self: Self;
/** Utility functions for modifying an Astro components slotted children
@ -2857,7 +2857,7 @@ export interface APIContext<
* }
* ```
*
* [Reference](https://docs.astro.build/en/guides/api-reference/#contextprops)
* [Reference](https://docs.astro.build/en/reference/api-reference/#contextprops)
*/
props: AstroSharedContext<Props, APIParams>['props'];
/**