Skip to content

Commit d4913a7

Browse files
docs: point readme to right url
1 parent 2a5bb04 commit d4913a7

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,6 @@ To install it, run
1717
npm i @angular-architects/ngrx-toolkit
1818
```
1919

20-
For a more detailed guide on installation, setup, and usage, head to the [**Documentation**](https://angular-architects.github.io/ngrx-toolkit/).
20+
For a more detailed guide on installation, setup, and usage, head to the [**Documentation**](https://ngrx-toolkit.angulararchitects.io/).
2121

22-
## https://angular-architects.github.io/ngrx-toolkit
22+
## https://ngrx-toolkit.angulararchitects.io/

docs/docusaurus.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ const config: Config = {
1313
url: 'https://angular-architects.github.io',
1414
// Set the /<baseUrl>/ pathname under which your site is served
1515
// For GitHub pages deployment, it is often '/<projectName>/'
16-
baseUrl: '/ngrx-toolkit',
16+
baseUrl: '/',
1717

1818
// GitHub pages deployment config.
1919
// If you aren't using GitHub pages, you don't need these.

libs/ngrx-toolkit/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ NgRx Toolkit is a set of extensions to the NgRx Signals Store, like
99
- Storage Sync: Synchronize the Store with Web Storage
1010
- Redux Connector: Map NgRx Store Actions to a present Signal Store
1111

12-
For a more detailed guide on installation, setup, and usage, head to the [**Documentation**](https://angular-architects.github.io/ngrx-toolkit/).
12+
For a more detailed guide on installation, setup, and usage, head to the [**Documentation**](https://ngrx-toolkit.angulararchitects.io//).
1313

14-
## https://angular-architects.github.io/ngrx-toolkit
14+
## https://ngrx-toolkit.angulararchitects.io/

0 commit comments

Comments
 (0)