Skip to content

Commit dd6e548

Browse files
AndrewKushniratscott
authored andcommitted
docs: fixing links to guides on the Performance Overview page (angular#56942)
PR Close angular#56942
1 parent d011c9f commit dd6e548

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

adev/src/content/guide/performance/overview.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ That said, please note that these best practices will only take the performance
88

99
| Guides Types | Description |
1010
| :---------------------------------------- | :--------------------------------------------------------------------------------------------------------- |
11-
| [Deferrable views](/defer) | Defer loading of select dependencies within a template by wrapping corresponding parts in a `@defer` block. |
12-
| [Image optimization](/image-optimization) | Use the `NgOptimizedImage` directive to adopt best practices for loading images. |
13-
| [Server-side rendering](/ssr) | Learn how to leverage rendering pages on the server to improve load times. |
14-
| [Build-time prerendering](/prerendering) | Also known as static-side generation (SSG), is an alternate rendering method to improve load times. |
15-
| [Hydration](/hydration) | A process to improve application performance by restoring its state after server-side rendering and reusing existing DOM structure as much as possible. |
11+
| [Deferrable views](/guide/defer) | Defer loading of select dependencies within a template by wrapping corresponding parts in a `@defer` block. |
12+
| [Image optimization](/guide/image-optimization) | Use the `NgOptimizedImage` directive to adopt best practices for loading images. |
13+
| [Server-side rendering](/guide/ssr) | Learn how to leverage rendering pages on the server to improve load times. |
14+
| [Build-time prerendering](/guide/prerendering) | Also known as static-side generation (SSG), is an alternate rendering method to improve load times. |
15+
| [Hydration](/guide/hydration) | A process to improve application performance by restoring its state after server-side rendering and reusing existing DOM structure as much as possible. |

0 commit comments

Comments
 (0)