Skip to content

Commit 8be48f0

Browse files
Merge pull request #3181 from jovanadjuric/docs/fix-broken-urls
docs(standalone-apps): fix broken links
2 parents ba58646 + 17500e8 commit 8be48f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/application-context.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ For example, even if you register a global interceptor in your application and t
6060

6161
#### Retrieving providers from dynamic modules
6262

63-
When dealing with [dynamic modules](./fundamentals/dynamic-modules.md), we should supply the same object that represents the registered dynamic module in the application to `app.select`. For example:
63+
When dealing with [dynamic modules](/fundamentals/dynamic-modules), we should supply the same object that represents the registered dynamic module in the application to `app.select`. For example:
6464

6565
```typescript
6666
@@filename()
@@ -93,7 +93,7 @@ async function bootstrap() {
9393
bootstrap();
9494
```
9595

96-
And as mentioned in the [Lifecycle events](./fundamentals/lifecycle-events.md) chapter, that will trigger lifecycle hooks.
96+
And as mentioned in the [Lifecycle events](/fundamentals/lifecycle-events) chapter, that will trigger lifecycle hooks.
9797

9898
#### Example
9999

0 commit comments

Comments
 (0)