Skip to content

Commit

Permalink
[docs] update JSDoc for API Reference links (#11252)
Browse files Browse the repository at this point in the history
  • Loading branch information
notrab authored Jun 14, 2024
1 parent 5484114 commit 773828a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/astro/src/@types/astro.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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 component’s slotted children
Expand Down Expand Up @@ -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'];
/**
Expand Down

0 comments on commit 773828a

Please sign in to comment.