Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 995a8d3

Browse files
committed
docs(errors): fix base href in $location:nobase error page
1 parent fc706d1 commit 995a8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/content/error/$location/nobase.ngdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ URL of the subcontext:
2323

2424
```html
2525
<head>
26-
<base href="/myapp">
26+
<base href="/subapp">
2727
...
2828
</head>
2929
```

0 commit comments

Comments
 (0)